summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-13 16:15:40 +0100
committerJonathan Bauer2012-12-13 16:15:40 +0100
commit69c72a27cd998f4fa570e208a7837e24d4137c4d (patch)
tree6be91a5aaf8be39bd70f6fa95685576f221a9e41
parentfix for /etc/fstab messing with remount-rootfs.service (diff)
downloadtm-scripts-69c72a27cd998f4fa570e208a7837e24d4137c4d.tar.gz
tm-scripts-69c72a27cd998f4fa570e208a7837e24d4137c4d.tar.xz
tm-scripts-69c72a27cd998f4fa570e208a7837e24d4137c4d.zip
comment the dummy line in /etc/fstab
-rw-r--r--remote/tools/base/base.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index 280e7631..5b1d395b 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -62,7 +62,7 @@ post_copy() {
tar -cpv $(dirname $(locate pam_unix.so|grep ^/lib/)) | tar -xpv -C $INIT_DIR &>/dev/null
# quick fix for /etc/fstab
- echo "no configuration" >> $INIT_DIR/etc/fstab
+ echo "# no configuration" >> $INIT_DIR/etc/fstab
# link /etc/mtab, needed for systemd
ln -s /proc/self/mounts $INIT_DIR/etc/mtab