HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

steamos-chroot — Switch root directory in a SteamOS environment. More information: <https://gitlab.com/users/evlaV/pr

Submitted by: @import:tldr-pages··
0
Viewed 0 times
directorysteamoscommandsteamos-chrootclienvironmentrootswitch
linux

Problem

How to use the steamos-chroot command: Switch root directory in a SteamOS environment. More information: <https://gitlab.com/users/evlaV/projects>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/steamos-chroot

Revisions (0)

No revisions yet.