diff options
Diffstat (limited to 'install/base')
-rw-r--r-- | install/base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/base b/install/base index 87c0b5d..eee61c9 100644 --- a/install/base +++ b/install/base @@ -28,7 +28,7 @@ build() { add_symlink "/etc/mtab" "/proc/self/mounts" - # Add an empty fstab to avoid mount warning when -o remount is used + # Add an empty fstab for mount and fsck >"$BUILDROOT/etc/fstab" add_file "/usr/lib/initcpio/init_functions" "/init_functions" |