GRUB: remove erroneous quotes around kernelopts
authorMichael Lass <bevan@bi-co.net>
Sun, 27 Dec 2020 17:20:27 +0000 (18:20 +0100)
committerMichael Lass <bevan@bi-co.net>
Sun, 27 Dec 2020 17:32:29 +0000 (18:32 +0100)
commitea72028a714ad955ce674c4a5b5aaf79d2abacac
tree7705593fb9a558411abe501c662c553e052a3d10
parenteef40764c7ab2dbf8b2366f1dfb01b919be23091
GRUB: remove erroneous quotes around kernelopts

kernelopts are used by grml-rescueboot to communicate kernel arguments
from the host's grub to the grub within the grml ISO. E.g., the host
grub boot entry will contains something like:

    kernelopts=" arg1 arg2 blacklist=foo etc "
    export kernelopts

Currently, grub within the grml ISO will pass this entire string as one
single argument to the kernel. Remove the quotes such that the arguments
are interpreted as intended.

Fixes https://github.com/grml/grml-rescueboot/issues/5
templates/boot/grub/%SHORT_NAME%_default.cfg
templates/boot/grub/%SHORT_NAME%_options.cfg