Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 15, 2024
1 parent 792844f commit ba5d2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,17 @@ Settings applied by default:
To rebase an existing installation to the latest build:

- Update your current system to the latest version (system will reboot if update is available):
- Update your current system to the latest version (system will reboot):
```
bootc upgrade --apply
sudo bootc upgrade --apply
```
- Rebase to the unsigned image, to get the proper signing keys and policies installed (system will reboot):
```
bootc switch --apply ghcr.io/fiftydinar/gidro-os:latest
sudo bootc switch --apply ghcr.io/fiftydinar/gidro-os:latest
```
- Then rebase to the signed image, like this (system will reboot):
```
bootc switch --apply --enforce-container-sigpolicy ghcr.io/fiftydinar/gidro-os:latest
sudo bootc switch --enforce-container-sigpolicy --apply ghcr.io/fiftydinar/gidro-os:latest
```
- Do the factory-reset
```
Expand Down

0 comments on commit ba5d2bd

Please sign in to comment.