Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings.
authorChris Lamb <chris@chris-lamb.co.uk>
Wed, 13 Aug 2008 23:59:19 +0000 (00:59 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:01 +0000 (17:48 +0100)
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