From bda5713304319fb69e89524d4e9abc1f18ff8a0a Mon Sep 17 00:00:00 2001 From: larina3315 <138502262+larina3315@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:27:54 +0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61b75e3..68e6641 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ rpm-ostree deploy 520e744c643b85fd14817a3eb948f200e7dec902cad4157e411dfeda2c6d7a ostree admin pin -u 1 ``` +7. Make a specific deployment your default deployment, 0 is the deployment index + +```bash +ostree admin set-default 0 +``` + ### Rebase into different tree (also for switching flavors of the distro) 1. List trees of the ostree repository (fedora example)