lxc: lxc-void: enable dhcpcd-eth0 because dhcpcd does not work without udev.

This commit is contained in:
Juan RP 2014-08-08 02:00:50 +02:00
parent 8affe793c1
commit 2a9cde0cf7
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ EOF
# Enable agetty on /dev/console
ln -s /etc/sv/agetty-console $rootfs/etc/runit/runsvdir/default/
# Enable dhcpcd and sshd.
ln -s /etc/sv/dhcpcd $rootfs/etc/runit/runsvdir/default/
ln -s /etc/sv/dhcpcd-eth0 $rootfs/etc/runit/runsvdir/default/
ln -s /etc/sv/sshd $rootfs/etc/runit/runsvdir/default/
# Copy host /etc/localtime
if [ -f /etc/localtime ]; then

View file

@ -3,7 +3,7 @@ _desc="Linux Containers"
pkgname=lxc
version=1.0.5
revision=6
revision=7
build_style=gnu-configure
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"