From 93a145aeedd973e4b895b27c3b8ca4b6d005cad3 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Wed, 5 Jul 2017 07:22:54 +0000 Subject: [PATCH] Reorder code --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 35df9c3..306a6bb 100755 --- a/build.sh +++ b/build.sh @@ -168,11 +168,6 @@ mount --bind /sys "$ROOTFS_DIR/sys" # ln -nsf /proc/mounts "$ROOTFS_DIR/etc/mtab" -## -# This script is executed at the end of each multiuser runlevel. -# -install -m 755 files/rc.local "$ROOTFS_DIR/etc/rc.local" - ## # Prepare package manager. # @@ -187,6 +182,11 @@ apt-get update apt-get dist-upgrade -y EOF +## +# This script is executed at the end of each multiuser runlevel. +# +install -m 755 files/rc.local "$ROOTFS_DIR/etc/rc.local" + ## # Common system configuration. #