X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=3309c8139a236b4fcc4c34ab3b89bcc893ae3de2;hb=6b123988267c263a2b12a43c9e9d2c9ff60104ba;hp=a8fc6e8b7c91cdd6af14966fb1345542a397bb47;hpb=4fe3c74f01f235ffff782cee513db638c8de2375;p=live-boot-grml.git diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index a8fc6e8..3309c81 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 @@ -32,8 +28,3 @@ fi custom_overlay_label="persistence" persistence_list="persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi