X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=d1181e6c791af363602b878366ec89e7096cf4fb;hb=5314f34b98a48f324a5e2dbf090837c252f27fee;hp=5a397399362e64c91a0816b32542ff91b15ea211;hpb=b14538aeeb0e9422d827f3ef183aa50baa2fa693;p=live-boot-grml.git diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index 5a39739..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}" -tried="/tmp/tried" +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,11 +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" -old_persistence_list="live-persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi