summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-06-21 21:41:47 +0200
committerRichard Braun <rbraun@sceen.net>2018-06-22 00:50:09 +0200
commit00ab667759440b3e25f3245f263c914a96108ee4 (patch)
treebdd245d6fe27785aadf70de837c63c61e652b868
parenta30c8660f0179d4250232888b161ea82b3412046 (diff)
README: mention a detail about automatic mounts on ChromeOS
-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