BTS

Issue842

Title Provide default for findiso boot option
Priority wish Status wont-fix
Superseder Nosy List mika
Assigned To Topics

Created on 2010-04-14.22:53:29 by mika, last changed 2011-06-13.04:23:12 by mru.

Messages
msg3862 (view) Author: mru Date: 2011-06-13.04:23:12
I don't support this, especially since nowadays the findiso parameter ignores directories/blockdevices without 
the correct iso.

As the current behavior of live-boot-grml does not support this  anyway i am closing this issue. 

http://git.grml.org/?p=live-boot-grml.git;a=commit;h=7847abde1923012b63414adc07d2ca7910b19910 is the corresponding commit changing the behavior.
msg3145 (view) Author: mika Date: 2010-04-14.22:53:27
Forwarding feature request by Florian (slightly adjusted as merged of 3 mails 
overall):

Is it possible to include a default value for the findiso boot parameter in the 
initrd scripts? Something like "/grml.iso" would be sufficient.

Reason: Integration of grml into multi-boot-rescue DVDs would be much easier. 
One could place the grml-ISO-image at the default location on the DVD and just 
chain load from the boot menu of the rescue DVD to the grml boot loader.
Actually, it already works - you just have to enter the ISOLINUX command line 
and enter "grml findiso=/grml.iso". However, it would be nice, if that would 
not be necessary.


[Addon after reply after asking for clarification: Yes, should try to use /
grml.iso just by default in the default unmodified boot option.]

[...]

But: If the user just burns the original ISO image, this can't happen. So the 
normal case would be safe anyway. Maybe it would be a bit better to look for /
grml.iso as a last resort just before bailing out to the initrd shell if
grml.squashfs is not found in another way.

If you still want to add an additional safety layer against accidently mounting 
the wrong file system, I can think of two ways:

- search for the exact file name of the ISO (e.g, grml_2009.10.iso). However, 
then you have to make individual initrds for each ISO.
- check the contents of /GRML/grml-version.

This feature really would make it much easier to create combined rescue DVDs 
that contain several operating systems.

[...]

I understand that - but please consider that it would make it much more 
convenient for a lot of users not having to know about the "findiso" boot 
option and not having to enter it (...especially with a non-US keyboard layout).
History
Date User Action Args
2011-06-13 04:23:12mrusetstatus: unread -> wont-fix
messages: + msg3862
2010-04-14 22:53:29mikacreate