From: Chris Lamb Date: Wed, 13 Aug 2008 23:59:19 +0000 (+0100) Subject: Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings. X-Git-Tag: debian/1.139.1-1~12 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=838b726fe11a8a333a264c7f3ef6f7b9f0d3b512;p=live-boot-grml.git Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings. Signed-off-by: Chris Lamb --- diff --git a/scripts/live b/scripts/live index 9fbe2b5..656039a 100755 --- a/scripts/live +++ b/scripts/live @@ -1165,6 +1165,7 @@ setup_unionfs () fi # tmpfs file systems + touch /etc/fstab mkdir -p "${rootmnt}/live" mount -t tmpfs tmpfs ${rootmnt}/live