X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=c6b70829008275b3b83e204102b62095fc6de846;hp=a8fc6e8b7c91cdd6af14966fb1345542a397bb47;hb=0a99e046af49be786db4c61831178fa388617cea;hpb=4fe3c74f01f235ffff782cee513db638c8de2375 diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index a8fc6e8..c6b7082 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -10,18 +10,14 @@ mountpoint="/live/medium" alt_mountpoint="/media" LIVE_MEDIA_PATH="live" -HOSTNAME="host" +HOSTNAME="grml" mkdir -p "${mountpoint}" 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