summaryrefslogtreecommitdiffstats
path: root/install/base
diff options
context:
space:
mode:
Diffstat (limited to 'install/base')
-rw-r--r--install/base3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/base b/install/base
index db9752e..6c6f747 100644
--- a/install/base
+++ b/install/base
@@ -13,6 +13,9 @@ build() {
add_symlink "/etc/mtab" "/proc/self/mounts"
+ # Add an empty fstab to avoid mount warning when -o remount is used
+ >"$BUILDROOT/etc/fstab"
+
add_file "/lib/initcpio/init_functions" "/init_functions"
add_file "/lib/initcpio/init" "/init"
add_file "/lib/modprobe.d/usb-load-ehci-first.conf"