X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_sbin%2Fgrml2ram;h=37c36a3256c680c1a78ca4b6d49ea89f2ef0c6c6;hb=864c9afd72bdf1191f020e714e145d25553b0ddc;hp=16bf33c94b991171389068b7a54a8cd3d08af663;hpb=ce116dcfd5084af6273242e786cc9fda4c24a99c;p=grml-scripts.git diff --git a/usr_sbin/grml2ram b/usr_sbin/grml2ram index 16bf33c..37c36a3 100755 --- a/usr_sbin/grml2ram +++ b/usr_sbin/grml2ram @@ -52,7 +52,7 @@ getbootparam(){ MEDIA_PATH="$(getbootparam live-media-path)" MEDIA_PATH="${MEDIA_PATH:-.}" -IMAGE=$(find $LIVECD_PATH/${MEDIA_PATH}/ -name *.squashfs 2>/dev/null | head -1) +IMAGE=$(find ${LIVECD_PATH}/${MEDIA_PATH}/ -name *.squashfs 2>/dev/null | head -1) if ! [ -r "$IMAGE" ] ; then if [ -r /cdrom/GRML/GRML ] ; then IMAGE='/cdrom/GRML/GRML'