From: Daniel Baumann Date: Mon, 24 Jun 2013 20:04:17 +0000 (+0200) Subject: Shortening /etc/mtab conditional creation. X-Git-Tag: debian/4.0_a14-1~13 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=068a359117640b5052e27312c5c51f552c70fa9f Shortening /etc/mtab conditional creation. --- diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index a8fc6e8..8c7371b 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -17,11 +17,7 @@ mkdir -p /var/lib/live/boot # Create /etc/mtab for debug purpose and future syncs mkdir -p /etc - -if [ ! -f /etc/mtab ] -then - touch /etc/mtab -fi +touch /etc/mtab if [ ! -x "/bin/fstype" ] then