The goal of the beta branch, is to allow for public testing of our next release. Once testing has passed, and, all issues have been resolved, the beta branch will then be set live on our stable branch (master). We will apply updates to the beta branch during pre-release phases, you will then see an update notification. By running dietpi-update
your beta version will then update to the latest.
By joining the Beta and reporting issues, you will be assisting DietPi (and all our users) to ensure stability before stable release.
- Write the DietPi image to SD card.
- Open the file
/boot/dietpi.txt
on the 1st partition. - Change
DEV_GITBRANCH=master
toDEV_GITBRANCH=beta
(located near the bottom of the file). - Save the file, eject media and power on.
- Recommended: Backup your system with
dietpi-backup
(or backup quickly withdietpi-backup 1
). - Run the following command to switch to "beta" branch:
G_CONFIG_INJECT 'DEV_GITBRANCH=' 'DEV_GITBRANCH=beta' /boot/dietpi.txt
- Run
dietpi-update
to update the system, then reboot (or update quickly withdietpi-backup 1
). - Test away, please report any issues on our GitHub page. Also ensure you mention "beta branch" in your post: https://github.com/MichaIng/DietPi/issues
- If you want to return the system to the previous restore state, run
dietpi-backup
to restore (or restore quickly withdietpi-backup -1
).
This is the active development branch. It is potentially unstable, unsupported and should not be used by end users.
- Same as above, however, use
DEV_GITBRANCH=dev
instead.