1
0
Fork 0

Move package installation for 04-run.sh to 00-run.sh

This commit is contained in:
Braiden Vasco 2017-07-02 23:56:38 +00:00
parent 7b81178753
commit bd2bde38db
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,8 @@ EOF
on_chroot << EOF on_chroot << EOF
apt-get install -y \ apt-get install -y \
locales \ locales \
raspberrypi-bootloader raspberrypi-bootloader \
ssh
EOF EOF
install -m 644 files/cmdline.txt "$BOOTFS_DIR" install -m 644 files/cmdline.txt "$BOOTFS_DIR"

View file

@ -62,7 +62,6 @@ EOF
on_chroot << EOF on_chroot << EOF
apt-get install -y \ apt-get install -y \
ssh \
less \ less \
fbset \ fbset \
sudo \ sudo \