From 59709aaf8b2ac6f72ad47eaefbbd94e36f2c3aaf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:22:15 +0200 Subject: [PATCH] Create steamos-chroot.md --- pages/linux/steamos-chroot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/steamos-chroot.md diff --git a/pages/linux/steamos-chroot.md b/pages/linux/steamos-chroot.md new file mode 100644 index 00000000000000..8a804112bc9c90 --- /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`