From: Allan Laal Date: Sat, 17 Jul 2021 22:26:33 +0000 (+0300) Subject: FIX encpasswd value is ignored X-Git-Tag: v0.5.2~3^2 X-Git-Url: https://git.grml.org/?p=grml-rescueboot.git;a=commitdiff_plain;h=135c83b9b0b3ec7400b762e76e5e5b6d3a35a058 FIX encpasswd value is ignored when using double quotes, the contents are parsed. This will break any hashes for `encpasswd` that contain `$` when `42_grml` (grub-mkconfig helper script for Grml rescue systems) is executed --- diff --git a/etc/default/grml-rescueboot b/etc/default/grml-rescueboot index d2154de..306f08e 100644 --- a/etc/default/grml-rescueboot +++ b/etc/default/grml-rescueboot @@ -5,4 +5,4 @@ # To set any specific bootoptions for rescue images # present in /boot/grml just set and enable the following option: -# CUSTOM_BOOTOPTIONS="ssh=password lang=de" +# CUSTOM_BOOTOPTIONS='ssh=password lang=de'