1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-06 22:05:04 +00:00
parent c0ee7ff901
commit dc0f625251

View file

@ -259,8 +259,6 @@ EOF
##
# Configure network.
#
apply_file 644 '/etc/resolv.conf'
echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname"
chmod 644 "$ROOTFS_DIR/etc/hostname"
@ -270,6 +268,8 @@ apply_file 644 '/etc/network/interfaces'
apply_file 644 '/etc/network/interfaces.d/eth0'
apply_file 644 '/etc/network/interfaces.d/eth1'
apply_file 644 '/etc/resolv.conf'
##
# Add user.
#