Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings.
[live-boot-grml.git] / scripts / live
index 9fbe2b5..656039a 100755 (executable)
@@ -1165,6 +1165,7 @@ setup_unionfs ()
        fi
 
        # tmpfs file systems
+       touch /etc/fstab
        mkdir -p "${rootmnt}/live"
        mount -t tmpfs tmpfs ${rootmnt}/live