Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta v7.4.1 #4577

Merged
merged 17 commits into from
Jul 22, 2021
Prev Previous commit
Next Next commit
v7.4
+ BRANCH_SYSTEM | Minor wording and highlight shell code
MichaIng authored Jul 18, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 919a812d2af10083622aa607465a93c7d053bba9
8 changes: 4 additions & 4 deletions BRANCH_SYSTEM.md
Original file line number Diff line number Diff line change
@@ -4,16 +4,16 @@ The goal of the beta branch, is to allow for public testing of our next release.

By joining the Beta and reporting issues, you will be assisting DietPi (and all our users) to ensure stability before stable release.

Beta on fresh image:
#### Beta on a fresh image:
1. Write the DietPi image to SD card.
2. Open the file `/boot/dietpi.txt` on the 1st partition.
3. Change `DEV_GITBRANCH=master` to `DEV_GITBRANCH=beta` (located at the bottom of file).
3. Change `DEV_GITBRANCH=master` to `DEV_GITBRANCH=beta` (located near the bottom of the file).
4. Save the file, eject media and power on.

Beta on an existing installation:
#### Beta on an existing installation:
1. Recommended: Backup your system with `dietpi-backup` (or backup quickly with `dietpi-backup 1`).
2. Run the following command to switch to "beta" branch:
```
```sh
G_CONFIG_INJECT 'DEV_GITBRANCH=' 'DEV_GITBRANCH=beta' /boot/dietpi.txt
```
3. Run `dietpi-update` to update the system, then reboot (or update quickly with `dietpi-backup 1`).