1
0
Fork 0

Shift patches

This commit is contained in:
Braiden Vasco 2017-07-05 09:00:08 +00:00
parent ed7d3d112f
commit 183cd5b601
6 changed files with 8 additions and 8 deletions

View File

@ -242,8 +242,8 @@ on_chroot << EOF
apt-get install -y sudo
EOF
apply_patches '03-bashrc.diff'
apply_patches '04-useradd.diff'
apply_patches '02-bashrc.diff'
apply_patches '03-useradd.diff'
on_chroot << EOF
if ! id -u $USERNAME >/dev/null 2>&1; then
@ -291,12 +291,12 @@ on_chroot << EOF
apt-get install -y dphys-swapfile
EOF
apply_patches '05-swap.diff'
apply_patches '04-swap.diff'
##
# Configure environment.
#
apply_patches '06-path.diff'
apply_patches '05-path.diff'
##
# Wi-Fi firmware and tools.

View File

@ -1,5 +1,5 @@
01-no-root-login.diff
03-bashrc.diff
04-useradd.diff
05-swap.diff
06-path.diff
02-bashrc.diff
03-useradd.diff
04-swap.diff
05-path.diff