mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
472 B
Plaintext
22 lines
472 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 {{[-p|--partset]}} other`
|
|
|
|
- Switch to a partition on another drive:
|
|
|
|
`steamos-chroot {{[-d|--disk]}} {{/dev/sdX}} {{[-p|--partset]}} {{A|B}}`
|
|
|
|
- Display help:
|
|
|
|
`steamos-chroot {{[-h|--help]}}`
|