image name should be small

This commit is contained in:
SHuRiKeN 2023-09-25 01:04:40 +05:30
parent 11d0bf05b7
commit 3d548e1268

View file

@ -6,7 +6,7 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/shuriken1812/ShurikenOS:latest
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/shuriken1812/shurikenos:latest
```
- Reboot to complete the rebase:
```
@ -14,7 +14,7 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:
```
- Then rebase to the signed image, like so:
```
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shuriken1812/ShurikenOS:latest
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shuriken1812/shurikenos:latest
```
- Reboot again to complete the installation
```