From: Michael Lass Date: Sun, 27 Dec 2020 17:20:27 +0000 (+0100) Subject: GRUB: remove erroneous quotes around kernelopts X-Git-Tag: v0.37.2~1^2 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=ea72028a714ad955ce674c4a5b5aaf79d2abacac;hp=ea72028a714ad955ce674c4a5b5aaf79d2abacac 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 ---