mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:55:31 +02:00
steamos-chroot: add page (#15449)
This commit is contained in:
parent
9ed290f2ef
commit
21c2ea811b
1 changed files with 16 additions and 0 deletions
16
pages/linux/steamos-chroot.md
Normal file
16
pages/linux/steamos-chroot.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue