summaryrefslogtreecommitdiffstats
path: root/remote/tools/base
diff options
context:
space:
mode:
Diffstat (limited to 'remote/tools/base')
-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