Finished the prep-sd-image script

- Full scrub of .config/
- Inject the virtual keyboard extension
- Auto-expand the filesystem on first boot
- A more robust e2fsck routine
- Run "sync" at key points in the script
- Shrink the root filesystem as much as possible
- Don't fail if the input image file is already as small as possible.
This commit is contained in:
David Carley
2022-09-08 02:27:57 +00:00
parent be4110e679
commit 1079256789
3 changed files with 163 additions and 55 deletions

View File

@@ -15,8 +15,7 @@ while true; do
xrdb /home/pi/.Xresources
# Start browser
/usr/local/bin/browser --no-first-run --disable-infobars \
--noerrdialogs --disable-3d-apis http://localhost/
/usr/local/bin/browser --no-first-run --disable-infobars --noerrdialogs --disable-3d-apis http://localhost/
fi
sleep 1