summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 5ce25df..8ddfe3a 100644
--- a/README
+++ b/README
@@ -256,7 +256,8 @@ select "Detect disks", and then start a root shell in the environment of the
installer.
# Once you have a root shell on the target system, with networking configured,
-# mount the root file system, and chroot into it
+# mount the root file system, and chroot into it. If using ChromeOS, unmount
+# the device if it was automatically mounted before proceeding.
mount /dev/sda2 /mnt
chroot /mnt
mount -t proc none /proc