summaryrefslogtreecommitdiff
path: root/packages/altboot/files/fic-gta01/altboot-menu/00-Default
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-03-29 09:03:44 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-03-29 09:03:44 +0000
commite2090647014fc0efe067f38b84e8369e61859fe9 (patch)
treef100ca8022a398144c9c778f1d96a2c28c63b3ee /packages/altboot/files/fic-gta01/altboot-menu/00-Default
parent4ec046d48fc48f679fb40f570e2ce967197b2155 (diff)
parent271299a7af372ec0f3aca6712848870d0298a490 (diff)
merge of '1e8faa4701311b4c11fce9ad2aaef0fd6ae13561'
and 'ec509c3d471398d22393a140ab3979247c0a566c'
Diffstat (limited to 'packages/altboot/files/fic-gta01/altboot-menu/00-Default')
-rw-r--r--packages/altboot/files/fic-gta01/altboot-menu/00-Default14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/altboot/files/fic-gta01/altboot-menu/00-Default b/packages/altboot/files/fic-gta01/altboot-menu/00-Default
deleted file mode 100644
index 9d29fdae2a..0000000000
--- a/packages/altboot/files/fic-gta01/altboot-menu/00-Default
+++ /dev/null
@@ -1,14 +0,0 @@
-# !/bin/sh
-M_TITLE="Normal Boot"
-
-
-run_module() {
- exec $REAL_INIT "$INIT_RUNLEVEL"
- exit 0
-}
-
-case "$1" in
-title) echo "$M_TITLE";;
-run) run_module;;
-esac
-