1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-05 08:02:03 +00:00
parent 4603e63a6d
commit 465d9d61b5
1 changed files with 2 additions and 5 deletions

View File

@ -178,6 +178,8 @@ on_chroot apt-key add - < files/raspberrypi.gpg.key
install -m 644 files/raspberrypi-kernel-and-bootloader "$ROOTFS_DIR/etc/apt/preferences.d/"
install -m 644 files/50raspi "$ROOTFS_DIR/etc/apt/apt.conf.d/"
on_chroot << EOF
apt-get update
apt-get dist-upgrade -y
@ -303,11 +305,6 @@ apply_patches '05-swap.diff'
#
apply_patches '06-path.diff'
##
# Configure APT.
#
install -m 644 files/50raspi "$ROOTFS_DIR/etc/apt/apt.conf.d/"
##
# Wi-Fi firmware and tools.
#