1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 06:35:48 +02:00
tldr/pages/linux/steamos-chroot.md
2025-01-06 23:02:05 +05:30

16 lines
344 B
Markdown

# 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`