1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-05 08:03:30 +00:00
parent 465d9d61b5
commit 3936e03bee

View file

@ -223,8 +223,9 @@ on_chroot << EOF
dpkg-divert --add --local /lib/udev/rules.d/75-persistent-net-generator.rules dpkg-divert --add --local /lib/udev/rules.d/75-persistent-net-generator.rules
EOF EOF
install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf" install -m 644 files/resolv.conf "$ROOTFS_DIR/etc/"
install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces" install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces"
install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf"
echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname" echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname"
chmod 644 "$ROOTFS_DIR/etc/hostname" chmod 644 "$ROOTFS_DIR/etc/hostname"
@ -319,11 +320,6 @@ on_chroot << EOF
apt-get install -y dhcpcd5 apt-get install -y dhcpcd5
EOF EOF
##
# DNS resolver configuration file.
#
install -m 644 files/resolv.conf "$ROOTFS_DIR/etc/"
## ##
# Save fake hardware clock time for more realistic time after startup. # Save fake hardware clock time for more realistic time after startup.
# #