*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-02-18 01:28:29 +00:00
parent 44b121c7ae
commit 46d5eeb644
1 changed files with 26 additions and 0 deletions

26
LXC.mw
View File

@ -143,3 +143,29 @@ c1:2345:respawn:/sbin/getty 38400 tty1
*:: {{Taste|Ctrl}}+{{Taste|a}}{{Taste|a}}{{Taste|q}}
*: ohne screen:
*:: {{Taste|Ctrl}}+{{Taste|a}}{{Taste|q}}
== debian 8 (jessie/systemd lxc) ==
z.b wheezy container upgrade auf jessie
lxc - config
<source lang="bash">
lxc.autodev = 1
lxc.kmsg = 0
</source>
im rootfs container:
<source lang="bash">
apt-get install dbus (sofern vergessen)
# udev fuu deaktivieren:
ln -s /dev/null /etc/systemd/system/systemd-udevd.service
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
# tty fuu deaktivieren: /var/lib/lxc/{container}/rootfs/lib/systemd/system/getty@.service
ConditionPathExists=/dev/tty0
</source>