X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;h=3309c8139a236b4fcc4c34ab3b89bcc893ae3de2;hb=f2dcec3f21086a557db86ae928295474be79d35b;hp=416d6b421156b25edc5793bbff0943c7205c2e16;hpb=a331218718282c5496ff062a0f6aa55908224862;p=live-boot-grml.git diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index 416d6b4..3309c81 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -1,6 +1,7 @@ #!/bin/sh -export PATH="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin" +PATH="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin" +export PATH echo "/root/lib" >> /etc/ld.so.conf echo "/root/usr/lib" >> /etc/ld.so.conf @@ -12,39 +13,18 @@ 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 -if [ ! -d /etc ] -then - mkdir /etc/ -fi - -if [ ! -f /etc/mtab ] -then - touch /etc/mtab -fi +mkdir -p /etc +touch /etc/mtab if [ ! -x "/bin/fstype" ] then # klibc not in path -> not in initramfs - export PATH="${PATH}:/usr/lib/klibc/bin" -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' + PATH="${PATH}:/usr/lib/klibc/bin" + export PATH fi custom_overlay_label="persistence" persistence_list="persistence.conf" -old_persistence_list="live-persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi