Move package installation for 04-run.sh to 00-run.sh
This commit is contained in:
parent
7b81178753
commit
bd2bde38db
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,8 @@ EOF
|
|||
on_chroot << EOF
|
||||
apt-get install -y \
|
||||
locales \
|
||||
raspberrypi-bootloader
|
||||
raspberrypi-bootloader \
|
||||
ssh
|
||||
EOF
|
||||
|
||||
install -m 644 files/cmdline.txt "$BOOTFS_DIR"
|
||||
|
|
|
@ -62,7 +62,6 @@ EOF
|
|||
|
||||
on_chroot << EOF
|
||||
apt-get install -y \
|
||||
ssh \
|
||||
less \
|
||||
fbset \
|
||||
sudo \
|
||||
|
|
Reference in a new issue