Reorder code
This commit is contained in:
parent
c35ddcae79
commit
ea16ef41c5
1 changed files with 5 additions and 5 deletions
10
build.sh
10
build.sh
|
@ -340,6 +340,11 @@ EOF
|
||||||
|
|
||||||
install -v -d "$ROOTFS_DIR/etc/systemd/system/dhcpcd.service.d"
|
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.
|
# 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/"
|
cp /usr/bin/qemu-arm-static "$MOUNT_DIR/usr/bin/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##
|
|
||||||
# DNS resolver configuration file.
|
|
||||||
#
|
|
||||||
install -m 644 files/resolv.conf "$MOUNT_DIR/etc/"
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Store file system UUIDs to configuration files.
|
# Store file system UUIDs to configuration files.
|
||||||
#
|
#
|
||||||
|
|
Reference in a new issue