From 135c83b9b0b3ec7400b762e76e5e5b6d3a35a058 Mon Sep 17 00:00:00 2001 From: Allan Laal Date: Sun, 18 Jul 2021 01:26:33 +0300 Subject: [PATCH] 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 --- etc/default/grml-rescueboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.1.4