X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=3309c8139a236b4fcc4c34ab3b89bcc893ae3de2;hb=f2dcec3f21086a557db86ae928295474be79d35b;hp=6fc12f92d0d4cfd8099c4453db399110692d31ef;hpb=a6c584bc1a6ba62db09014487e81210546c37e81;p=live-boot-grml.git diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index 6fc12f9..3309c81 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -13,15 +13,11 @@ LIVE_MEDIA_PATH="live" HOSTNAME="host" 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,20 +26,5 @@ then export PATH fi -# handle upgrade path from old udev (using udevinfo) to -# recent versions of udev (using udevadm info) -if [ -x /sbin/udevadm ] -then - udevinfo='/sbin/udevadm info' -else - udevinfo='udevinfo' -fi - custom_overlay_label="persistence" persistence_list="persistence.conf" -old_persistence_list="live-persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi