summaryrefslogtreecommitdiffstats
path: root/remote/tools
diff options
context:
space:
mode:
Diffstat (limited to 'remote/tools')
-rw-r--r--remote/tools/base/base.build3
-rw-r--r--remote/tools/base/base.conf3
2 files changed, 4 insertions, 2 deletions
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
diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf
index 1d921557..b92d19aa 100644
--- a/remote/tools/base/base.conf
+++ b/remote/tools/base/base.conf
@@ -41,5 +41,4 @@ REQUIRED_FILES=" /etc/passwd
/etc/login.defs
/etc/nsswitch.conf
/etc/securetty
- /etc/default/locale
- /etc/fstab"
+ /etc/default/locale"