diff --git a/pages/linux/steamos-chroot.md b/pages/linux/steamos-chroot.md new file mode 100644 index 0000000000..8a804112bc --- /dev/null +++ b/pages/linux/steamos-chroot.md @@ -0,0 +1,16 @@ +# steamos-chroot + +> Switch root directory in a SteamOS environment. +> More information: . + +- 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`