From 019c1f8d84f6eee21de9338faee03acf1505c4b5 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 14 Aug 2008 00:59:19 +0100 Subject: [PATCH] Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings. --- scripts/live | 1 + 1 file changed, 1 insertion(+) 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 -- 2.1.4