Package: grub-imageboot Severity: wishlist If a user sets IMAGEOPTS to an empty string, grub-imageboot sets it to the default value "rawimg". I think if a user decides to explicitly set a configuration variable to any value, this decision should be respected.
In my refactored grub-imageboot, fixing this can be done by replacing
${FOO:-bar} with ${FOO-bar}.
Carsten
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

