From e9595016ca5633efecbbb95cf7c4d4c025449934 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 13 Dec 2012 16:08:12 +0100 Subject: fix for /etc/fstab messing with remount-rootfs.service --- remote/tools/base/base.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remote/tools/base/base.build') diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index b694f13c..280e7631 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -61,6 +61,9 @@ post_copy() { # copy pam modules, TODO: better way to find arch-dependant interfix... 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 + # link /etc/mtab, needed for systemd ln -s /proc/self/mounts $INIT_DIR/etc/mtab -- cgit v1.2.3-55-g7522