1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-05 07:22:54 +00:00
parent 1db33f5b69
commit 93a145aeed
1 changed files with 5 additions and 5 deletions

View File

@ -168,11 +168,6 @@ mount --bind /sys "$ROOTFS_DIR/sys"
# #
ln -nsf /proc/mounts "$ROOTFS_DIR/etc/mtab" 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. # Prepare package manager.
# #
@ -187,6 +182,11 @@ apt-get update
apt-get dist-upgrade -y apt-get dist-upgrade -y
EOF 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. # Common system configuration.
# #