summaryrefslogtreecommitdiff
path: root/components/9990-aaa-fixme.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 22:04:17 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 22:04:17 +0200
commit068a359117640b5052e27312c5c51f552c70fa9f (patch)
treea427895e3b50fd8146cd427e37d4737f20a63a07 /components/9990-aaa-fixme.sh
parent4fe3c74f01f235ffff782cee513db638c8de2375 (diff)
downloadlive-boot-068a359117640b5052e27312c5c51f552c70fa9f.tar.gz
live-boot-068a359117640b5052e27312c5c51f552c70fa9f.zip
Shortening /etc/mtab conditional creation.
Diffstat (limited to 'components/9990-aaa-fixme.sh')
-rwxr-xr-xcomponents/9990-aaa-fixme.sh6
1 files changed, 1 insertions, 5 deletions
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