Remove grml2hd from menu (as decided at developer meeting) and provide grml-debootstr...
authorMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:19:06 +0000 (01:19 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:22:39 +0000 (01:22 +0100)
debian/control
grml-quickconfig.8
quickconfig/040-grml-debootstrap.sh [moved from quickconfig/040-grml2hd.sh with 66% similarity]

index ddb6a0f..affdb3c 100644 (file)
@@ -17,7 +17,7 @@ Conflicts: grml-scripts (<= 1.2.2)
 Description: Menu framework for quick access of grml menu entries
  grml-quickconfig provides a console based interface to get fast
  access to some basic grml-scripts like for example grml-network,
- netcardconfig, grml-lang, grml-x and grml2hd.
+ netcardconfig, grml-lang, grml-x and grml-debootstrap.
  .
  grml-quickconfig also provides a modularised and flexible way of
  creating dynamic menus so it is easy to customize
@@ -33,7 +33,7 @@ Description: Standard menu entries for grml-quickconfig
  This package contains the standard grml-quickconfig menu entries.
  .
  This package provides menu entries for:
-  * grml2hd
+  * grml-debootstrap
   * grml-info
   * grml-lang
   * grml-network
index ba7cd85..59d4d25 100644 (file)
@@ -42,7 +42,7 @@ boot parameter menu
 .SH NOTES
 grml-quickconfig provides a console based interface to get fast
 access to some basic grml-scripts like for example grml-network,
-netcardconfig, grml-lang, grml-x and grml2hd.
+netcardconfig, grml-lang, grml-x and grml-debootstrap.
 .SH USAGE EXAMPLES
 .TP
 .B grml-quickconfig
similarity index 66%
rename from quickconfig/040-grml2hd.sh
rename to quickconfig/040-grml-debootstrap.sh
index d68d1cc..b8af48b 100644 (file)
@@ -1,6 +1,6 @@
-LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL})"'
+LINE='print_line "Install Debian to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml-debootstrap${NORMAL})"'
 KEY=(h)
-HD_APP=grml2hd
+HD_APP=grml-debootstrap
 FUNCTION="run $HD_APP"
 
 display_entry() {