From 315cd14ede68195a2dd19566fd891053a7a0007e Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Wed, 20 Dec 2023 11:12:07 +0100 Subject: [PATCH] usefull tree path in ostree,rpm-ostree commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cb497f..61b75e3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ostree admin pin 0 3. List downloaded commits to choose the best one, basing on the timestamp or anything elese ```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`) @@ -61,7 +61,7 @@ ostree remote summary fedora 2. Rebase the system into the selected tree ```bash -rpm-ostree rebase fedora/39/x86_64/kinoite +rpm-ostree rebase fedora:fedora/39/x86_64/kinoite ``` 3. reboot into the new deployment