CustomPiOS 1.4.0
This is the fith release of CustomPiOS
This is the first release tag to support building arm64 builds for Raspberry Pi OS using the raspios_lite_arm64
variant.
Chagngelog
- New
raspios_lite_arm64
variant for Raspberry Pi OS builds - Add Ubuntu image support using export BASE_DISTRO=ubuntu in config (Fixes photoprism/photoprism#109) fb4b810
- Add support to build on raspbian with the
arm_64bit=1
0a2da75/commit/372654e138b046697045f1ba265d6bd65986348e ) - Add support for other default users in dist generator is base module
$BASE_USER
variable - Fixes #66 Implement a mechanism for disabling image compression using
export BASE_RELEASE_COMPRESS=no
- Handle distro located in a nonexec path
- You can now build from docker running
sudo docker exec <container> build
eddb08f - Better cleaning #65 (thanks @daniel Dunn )
- Update
qemu_boot.sh
to use buster kernel - Also add qemu_boot64.sh`` to run 64 bit kernel
- Workaround for rfkill not unblocking on boot RPi-Distro/pi-gen#385
- make_custom_pi_os now also works in docker
- Various fixes
Module changes
- Major changes to the docker module, has now a docker-compose automatic boot control option where you place docker-compose file in
/boot/docker-compose
and it will autoamtically start and update them on boot, see for example [MtigOS docker setup[(https://github.com/guysoft/MtigOS/tree/devel/src/modules/mtigos/filesystem/boot/docker-compose) - Extend docker module, add docker-compose support, usermod support and Ubuntu 64bit
- Fixes to the kernel module and compile config for RaspsberryPi 4
- Add module to automatically mount removable devices to /media
auto-mount-removable
. - More fixes to admin-toolkit module (thanks again @asdf1nit )
- Added new RaspberryPi 4 revision to GUI module GPU acceleration (thanks asdf1nit https://github.com/guysoft/CustomPiOS