Merge branch 'dev' of https://github.com/RPi-Distro/pi-gen into dev
This commit is contained in:
commit
9da3e2f1c1
0
stage2/EXPORT_NOOBS
Normal file
0
stage2/EXPORT_NOOBS
Normal file
|
@ -6,3 +6,5 @@ omxplayer
|
||||||
raspberrypi-artwork
|
raspberrypi-artwork
|
||||||
policykit-1
|
policykit-1
|
||||||
udisks
|
udisks
|
||||||
|
rfkill
|
||||||
|
chromium-browser rpi-chromium-mods
|
||||||
|
|
9
stage3/00-install-packages/01-run.sh
Executable file
9
stage3/00-install-packages/01-run.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
on_chroot sh -e - <<EOF
|
||||||
|
update-alternatives --install /usr/bin/x-www-browser \
|
||||||
|
x-www-browser /usr/bin/chromium-browser 86
|
||||||
|
update-alternatives --install /usr/bin/gnome-www-browser \
|
||||||
|
gnome-www-browser /usr/bin/chromium-browser 86
|
||||||
|
EOF
|
||||||
|
|
|
@ -27,3 +27,10 @@ piclone
|
||||||
pulseaudio-module-bluetooth
|
pulseaudio-module-bluetooth
|
||||||
wiringpi pigpio python-pigpio python3-pigpio raspi-gpio python-gpiozero python3-gpiozero python3-rpi.gpio
|
wiringpi pigpio python-pigpio python3-pigpio raspi-gpio python-gpiozero python3-gpiozero python3-rpi.gpio
|
||||||
python-spidev python3-spidev
|
python-spidev python3-spidev
|
||||||
|
realvnc-vnc-server realvnc-vnc-viewer
|
||||||
|
python-twython python3-twython
|
||||||
|
python-smbus python3-smbus
|
||||||
|
python-flask python3-flask
|
||||||
|
python-picraft python3-picraft
|
||||||
|
python3-codebug-tether python3-codebug-i2c-tether
|
||||||
|
python-sense-emu python3-sense-emu sense-emu-tools python-sense-emu-doc
|
||||||
|
|
3
stage4/00-install-packages/01-run.sh
Executable file
3
stage4/00-install-packages/01-run.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
rm -f "${ROOTFS_DIR}/root/.vnc/private.key"
|
Loading…
Reference in New Issue
Block a user