lxc: lxc-void: enable dhcpcd-eth0 because dhcpcd does not work without udev.
This commit is contained in:
parent
8affe793c1
commit
2a9cde0cf7
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue