Reorder code
This commit is contained in:
parent
1db33f5b69
commit
93a145aeed
1 changed files with 5 additions and 5 deletions
10
build.sh
10
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.
|
||||
#
|
||||
|
|
Reference in a new issue