X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-aaa-fixme.sh;fp=scripts%2Fboot%2F9990-aaa-fixme.sh;h=0000000000000000000000000000000000000000;hb=3b9aa28dd04d694d49a07cf4d13fc8c704891f5b;hp=416d6b421156b25edc5793bbff0943c7205c2e16;hpb=659360c19ad0a28a430545149fc2c4f834d11007;p=live-boot-grml.git diff --git a/scripts/boot/9990-aaa-fixme.sh b/scripts/boot/9990-aaa-fixme.sh deleted file mode 100755 index 416d6b4..0000000 --- a/scripts/boot/9990-aaa-fixme.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - -export PATH="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin" - -echo "/root/lib" >> /etc/ld.so.conf -echo "/root/usr/lib" >> /etc/ld.so.conf - -mountpoint="/live/medium" -alt_mountpoint="/media" -LIVE_MEDIA_PATH="live" - -HOSTNAME="host" - -mkdir -p "${mountpoint}" -tried="/tmp/tried" - -# 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 - -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' -fi - -custom_overlay_label="persistence" -persistence_list="persistence.conf" -old_persistence_list="live-persistence.conf" - -if [ ! -f /live.vars ] -then - touch /live.vars -fi