usefull tree path in ostree,rpm-ostree commands
This commit is contained in:
parent
623ccd1671
commit
315cd14ede
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ ostree admin pin 0
|
||||||
3. List downloaded commits to choose the best one, basing on the timestamp or anything elese
|
3. List downloaded commits to choose the best one, basing on the timestamp or anything elese
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ostree log fedora/38/x86_64/kinoite
|
ostree log fedora:fedora/38/x86_64/kinoite
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Deploy selected commit using its hash (or version, like `38.20231008.0`)
|
4. Deploy selected commit using its hash (or version, like `38.20231008.0`)
|
||||||
|
@ -61,7 +61,7 @@ ostree remote summary fedora
|
||||||
2. Rebase the system into the selected tree
|
2. Rebase the system into the selected tree
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rpm-ostree rebase fedora/39/x86_64/kinoite
|
rpm-ostree rebase fedora:fedora/39/x86_64/kinoite
|
||||||
```
|
```
|
||||||
|
|
||||||
3. reboot into the new deployment
|
3. reboot into the new deployment
|
||||||
|
|
Loading…
Reference in a new issue