Skip to content

Commit

Permalink
Thu 19 Dec 2024 10:06:53 NZDT
Browse files Browse the repository at this point in the history
  • Loading branch information
YardQuit committed Dec 18, 2024
1 parent 9c09482 commit 54ac2d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ This repository is meant to be a quick setup and restore for my personal use.
### rpm-ostree rebase
Rebase from an Fedora Atomic distribution:
```bash
rpm-ostree rebase ostree-unverified-registry:ghcr.io/yardquit/atomic_custm:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/yardquit/apprendo:latest
```
Restart your system for the changes take effect:
```bash
systemctl reboot
```
Rebase from unsigned to signed:
```bash
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/yardquit/atomic_custm:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/yardquit/apprendo:latest
```
Restart your system for the changes take effect:
```bash
Expand All @@ -27,7 +27,7 @@ systemctl reboot
### bootc switch
Rebase from an ublue atomic distribution:
```bash
sudo bootc switch --enforce-container-sigpolicy ghcr.io/yardquit/atomic_custm:latest
sudo bootc switch --enforce-container-sigpolicy ghcr.io/yardquit/apprendo:latest
```

Restart your system for the changes take effect:
Expand Down

0 comments on commit 54ac2d1

Please sign in to comment.