FIX encpasswd value is ignored
authorAllan Laal <allan.laal@gmail.com>
Sat, 17 Jul 2021 22:26:33 +0000 (01:26 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 22:26:33 +0000 (01:26 +0300)
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

etc/default/grml-rescueboot

index d2154de..306f08e 100644 (file)
@@ -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'