X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_sbin%2Fgrml2ram;h=37c36a3256c680c1a78ca4b6d49ea89f2ef0c6c6;hp=16bf33c94b991171389068b7a54a8cd3d08af663;hb=27adf510b06ba6b56fc0078ea69cfe68fd43337c;hpb=a5a478f4079e9bfa490144f854dd58dafd580ff3 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'