[issue977] grml-rescueboot assumes that iso images are on same partition as /boot

johfel bts at bts.grml.org
Mon Mar 21 00:13:32 CET 2011


johfel <johfel at gmx.de> added the comment:

Here the patch:

--- 42_grml.old	2011-02-21 18:05:34.000000000 +0100
+++ 42_grml	2011-03-21 00:00:15.707712239 +0100
@@ -34,7 +34,7 @@
 
   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"

----------
messages: 3713, 3714
nosy: johfel
priority: urgent
status: chatting
title: grml-rescueboot assumes that iso images are on same partition as /boot

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue977>
_____________________________________


More information about the Bugs-changes mailing list