summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83e7cd71..79c79d27 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,10 @@ Set up your system configuration.
cd etc
ln -s ../share/zoneinfo/$TIMEZONE localtime
- { echo "/dev/$ROOTPART / ext4 rw,relatime 0 1"
- echo "/dev/$BOOTPART /boot ext2 rw,relatime,noauto 0 0" } >>fstab
+ cat >>fstab <<EOF
+ /dev/$ROOTPART / ext4 rw,relatime 0 1
+ /dev/$BOOTPART /boot ext2 rw,relatime,noauto 0 0
+ EOF
Prepare for `chroot`.