Codebase list grml-rescueboot / 135c83b
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 Allan Laal authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44
55 # To set any specific bootoptions for rescue images
66 # present in /boot/grml just set and enable the following option:
7 # CUSTOM_BOOTOPTIONS="ssh=password lang=de"
7 # CUSTOM_BOOTOPTIONS='ssh=password lang=de'