Merge pull request #2 from larina3315/main
Add ostree admin set-default
This commit is contained in:
commit
db5f20b987
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue