forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
steamos-chroot: add page (tldr-pages#15449)
- Loading branch information
1 parent
a8ba1e3
commit 68d44a1
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# steamos-chroot | ||
|
||
> Switch root directory in a SteamOS environment. | ||
> More information: <https://gitlab.com/users/evlaV/projects>. | ||
- Switch to the other A/B partition: | ||
|
||
`steamos-chroot --partset other` | ||
|
||
- Switch to a partition on another drive: | ||
|
||
`steamos-chroot --disk {{/dev/sdX}} --partset {{A|B}}` | ||
|
||
- Display help: | ||
|
||
`steamos-chroot --help` |