*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-03-28 05:11:45 +00:00
parent cec82c9c5d
commit cf4d07e324

5
LXC.mw
View File

@ -375,7 +375,8 @@ lxc.pts = 1024
### // LXC - jessie/systemd hacks ###
</source>
udev disablen
udev (im container) disablen
<source lang="bash">
ln -s /dev/null /etc/systemd/system/systemd-udevd.service
@ -383,3 +384,5 @@ ln -s /dev/null /etc/systemd/system/systemd-udevd-control.socket
ln -s /dev/null /etc/systemd/system/systemd-udevd-kernel.socket
ln -s /dev/null /etc/systemd/system/proc-sys-fs-binfmt_misc.automount
</source>
That's it