# With grml 1.1 "save-config -grmlhome" does not work. # This patch fixes this issue. # # Apply the patch: # cd /usr/bin # patch -p1 < location-of-this-patchfile # # You could also modify (re-create) the patch to change SAVE_GRMLHOME to # SAVE_GRML_HOME ... diff -Naur old/save-config new/save-config --- old/save-config 2008-04-15 21:00:29.000000000 +0000 +++ new/save-config 2008-04-15 21:00:33.000000000 +0000 @@ -143,7 +143,7 @@ parse_options() { zparseopts -K -- help=o_help mail:=o_mail \ - file:=o_file home=o_home etc=o_etc \ + file:=o_file home=o_home grmlhome=o_grmlhome etc=o_etc \ configdir=o_configdir all=o_all ssh:=o_ssh if [[ "$#" == 0 || "$o_help" != "" || "$1" == '-h' || "$1" == '--help' ]]; then @@ -163,7 +163,7 @@ if [[ "$o_grmlhome" != "" ]]; then debug "grmlhome is set" - SAVE_GRML_HOME="yes" + SAVE_GRMLHOME="yes" fi if [[ "$o_etc" != "" ]]; then