X-Git-Url: https://git.grml.org/?p=grml-rescueboot.git;a=blobdiff_plain;f=42_grml;h=69133467ae3f6c6dfd5111bca830a7faa9e487c0;hp=69f4b96b5ac1dc5278a48e36e82dba26db7b620e;hb=6323d69dad19996387c086b288c1810c347abb64;hpb=5361a30d7097df019c4b5cf8dcef84593dafc906 diff --git a/42_grml b/42_grml index 69f4b96..6913346 100755 --- a/42_grml +++ b/42_grml @@ -34,7 +34,7 @@ for grmliso in $list ; do cat << EOF menuentry "${title}" { -$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/ /") +$(prepare_grub_to_access_device $(${grub_probe} -t device ${grmliso}) | sed -e "s/^/ /") iso_path="${rel_dirname}/${grml}" export iso_path kernelopts="$CUSTOM_BOOTOPTIONS"