Merge pull request #2 from larina3315/main

Add ostree admin set-default
This commit is contained in:
Maciej Lebiest 2023-12-27 08:51:19 +01:00 committed by GitHub
commit db5f20b987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,19 @@ rpm-ostree status
## Emergency fallback
### booting previous deployment
1. Boot into the last booted deployment before the currently booted deployment, and make it your default deployment
```bash
rpm-ostree rollback
```
2. Make a specific deployment your default deployment, 0 is the deployment index
```bash
ostree admin set-default 0
```
### falling back to any previous commit of the system branch
1. Download last 5 commits (parameter `--commit-metadata-only` is optional but makes things faster)