From 750fc94d44911ed718d1150e4682907e5b253484 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 29 Dec 2010 01:19:06 +0100 Subject: [PATCH] Remove grml2hd from menu (as decided at developer meeting) and provide grml-debootstrap instead. --- debian/control | 4 ++-- grml-quickconfig.8 | 2 +- quickconfig/{040-grml2hd.sh => 040-grml-debootstrap.sh} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename quickconfig/{040-grml2hd.sh => 040-grml-debootstrap.sh} (66%) diff --git a/debian/control b/debian/control index ddb6a0f..affdb3c 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/grml-quickconfig.8 b/grml-quickconfig.8 index ba7cd85..59d4d25 100644 --- a/grml-quickconfig.8 +++ b/grml-quickconfig.8 @@ -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 diff --git a/quickconfig/040-grml2hd.sh b/quickconfig/040-grml-debootstrap.sh similarity index 66% rename from quickconfig/040-grml2hd.sh rename to quickconfig/040-grml-debootstrap.sh index d68d1cc..b8af48b 100644 --- a/quickconfig/040-grml2hd.sh +++ b/quickconfig/040-grml-debootstrap.sh @@ -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() { -- 2.1.4