Fix keybindings for netcardconfig and grml2hd. v0.6
authorMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 10:35:27 +0000 (12:35 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 10:35:27 +0000 (12:35 +0200)
debian/changelog
quickconfig/015-netcardconfig.sh
quickconfig/040-grml2hd.sh

index e685045..f0dec03 100644 (file)
@@ -1,3 +1,10 @@
+grml-quickconfig (0.6) unstable; urgency=low
+
+  * Fix keybindings for netcardconfig and grml2hd.
+    Thanks for reporting, Jimmy.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 12:34:39 +0200
+
 grml-quickconfig (0.5) unstable; urgency=low
 
   [ Ulrich Dangel ]
index e1ec01d..d96dd30 100644 (file)
@@ -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() {
index 84d5e9c..d68d1cc 100644 (file)
@@ -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"