Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far are:
[live-boot-grml.git] / components / 9990-aaa-fixme.sh
index a8fc6e8..3309c81 100755 (executable)
@@ -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
@@ -32,8 +28,3 @@ fi
 
 custom_overlay_label="persistence"
 persistence_list="persistence.conf"
-
-if [ ! -f /live.vars ]
-then
-       touch /live.vars
-fi