1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-04 12:07:27 +00:00
parent c35ddcae79
commit ea16ef41c5
1 changed files with 5 additions and 5 deletions

View File

@ -340,6 +340,11 @@ EOF
install -v -d "$ROOTFS_DIR/etc/systemd/system/dhcpcd.service.d"
##
# DNS resolver configuration file.
#
install -m 644 files/resolv.conf "$MOUNT_DIR/etc/"
##
# Unmount virtual file systems.
#
@ -431,11 +436,6 @@ if [ ! -x "$MOUNT_DIR/usr/bin/qemu-arm-static" ]; then
cp /usr/bin/qemu-arm-static "$MOUNT_DIR/usr/bin/"
fi
##
# DNS resolver configuration file.
#
install -m 644 files/resolv.conf "$MOUNT_DIR/etc/"
##
# Store file system UUIDs to configuration files.
#