From: Michael Prokop Date: Fri, 2 Apr 2010 10:35:27 +0000 (+0200) Subject: Fix keybindings for netcardconfig and grml2hd. X-Git-Tag: v0.6^0 X-Git-Url: http://git.grml.org/?p=grml-quickconfig.git;a=commitdiff_plain;h=e527174bfe048e2eb8784b667b00b0afb3301c54 Fix keybindings for netcardconfig and grml2hd. --- diff --git a/debian/changelog b/debian/changelog index e685045..f0dec03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-quickconfig (0.6) unstable; urgency=low + + * Fix keybindings for netcardconfig and grml2hd. + Thanks for reporting, Jimmy. + + -- Michael Prokop Fri, 02 Apr 2010 12:34:39 +0200 + grml-quickconfig (0.5) unstable; urgency=low [ Ulrich Dangel ] diff --git a/quickconfig/015-netcardconfig.sh b/quickconfig/015-netcardconfig.sh index e1ec01d..d96dd30 100644 --- a/quickconfig/015-netcardconfig.sh +++ b/quickconfig/015-netcardconfig.sh @@ -1,6 +1,6 @@ # netcardconfig module for grml-quickconfig LINE='print_line "-> Configure ${HIGHLIGHT}e${NORMAL}thernet card directly (${HIGHLIGHT_NAME}netcardconfig${NORMAL})"' -KEY=(n) +KEY=(e) FUNCTION='run netcardconfig' display_entry() { diff --git a/quickconfig/040-grml2hd.sh b/quickconfig/040-grml2hd.sh index 84d5e9c..d68d1cc 100644 --- a/quickconfig/040-grml2hd.sh +++ b/quickconfig/040-grml2hd.sh @@ -1,5 +1,5 @@ LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL})"' -KEY=(m) +KEY=(h) HD_APP=grml2hd FUNCTION="run $HD_APP"