diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void index 0f3db7a24bd..024c2bb8082 100755 --- a/srcpkgs/lxc/files/lxc-void +++ b/srcpkgs/lxc/files/lxc-void @@ -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 diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index fb6b1a258b2..9a6b7df0694 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -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"