[Grml-devel] [PATCH] Show grml-deboostrap instead of grml2hd as grml2hd is unsupported

Ulrich Dangel mru at grml.org
Fri Oct 22 04:30:35 CEST 2010


---
 quickconfig/040-grml2hd.sh         |   13 -------------
 quickconfig/040-grmldebootstrap.sh |   13 +++++++++++++
 2 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 quickconfig/040-grml2hd.sh
 create mode 100644 quickconfig/040-grmldebootstrap.sh

diff --git a/quickconfig/040-grml2hd.sh b/quickconfig/040-grml2hd.sh
deleted file mode 100644
index d68d1cc..0000000
--- a/quickconfig/040-grml2hd.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL})"'
-KEY=(h)
-HD_APP=grml2hd
-FUNCTION="run $HD_APP"
-
-display_entry() {
-    . /etc/grml/script-functions
-    check4progs $HD_APP >/dev/null
-    return $?
-}
-
-## END OF FILE #################################################################
-# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
diff --git a/quickconfig/040-grmldebootstrap.sh b/quickconfig/040-grmldebootstrap.sh
new file mode 100644
index 0000000..ef69342
--- /dev/null
+++ b/quickconfig/040-grmldebootstrap.sh
@@ -0,0 +1,13 @@
+LINE='print_line "Install debian to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml-debootstrap${NORMAL})"'
+KEY=(h)
+HD_APP=grml-debootstrap
+FUNCTION="run $HD_APP"
+
+display_entry() {
+    . /etc/grml/script-functions
+    check4progs $HD_APP >/dev/null
+    return $?
+}
+
+## END OF FILE #################################################################
+# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
-- 
1.7.1



More information about the Grml-devel mailing list