stage1: fix symlink creation

Fixes #100
pull/103/head
Serge Schneider 2017-08-31 11:24:01 +01:00
parent c0513c547a
commit b8c94731c5
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
install -m 644 files/ipv6.conf ${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf
install -m 644 files/hostname ${ROOTFS_DIR}/etc/hostname
ln -s /dev/null ${ROOTFS_DIR}/etc/systemd/network/99-default.link
ln -sf /dev/null ${ROOTFS_DIR}/etc/systemd/network/99-default.link