X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-aaa-fixme.sh;fp=components%2F9990-aaa-fixme.sh;h=0000000000000000000000000000000000000000;hb=3d23fcaf465503f855db42473311835e540340a0;hp=3309c8139a236b4fcc4c34ab3b89bcc893ae3de2;hpb=e75ad2c38240eeb9735ba7d961de36d045ddfd13;p=live-boot-grml.git diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh deleted file mode 100755 index 3309c81..0000000 --- a/components/9990-aaa-fixme.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -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 - -mountpoint="/live/medium" -alt_mountpoint="/media" -LIVE_MEDIA_PATH="live" - -HOSTNAME="host" - -mkdir -p "${mountpoint}" -mkdir -p /var/lib/live/boot - -# Create /etc/mtab for debug purpose and future syncs -mkdir -p /etc -touch /etc/mtab - -if [ ! -x "/bin/fstype" ] -then - # klibc not in path -> not in initramfs - PATH="${PATH}:/usr/lib/klibc/bin" - export PATH -fi - -custom_overlay_label="persistence" -persistence_list="persistence.conf"