X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=d1181e6c791af363602b878366ec89e7096cf4fb;hb=73f8d3e2ebcd928cb5ecc7f429fbc4b1c2c8477f;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..d1181e6 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 @@ -30,10 +26,8 @@ then export PATH fi +old_root_overlay_label="live-rw" +old_home_overlay_label="home-rw" custom_overlay_label="persistence" +old_custom_overlay_label="custom-ov" persistence_list="persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi