diff options
| author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 09:03:44 +0000 |
|---|---|---|
| committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 09:03:44 +0000 |
| commit | e2090647014fc0efe067f38b84e8369e61859fe9 (patch) | |
| tree | f100ca8022a398144c9c778f1d96a2c28c63b3ee /packages/altboot/files/fic-gta01/altboot-menu/00-Default | |
| parent | 4ec046d48fc48f679fb40f570e2ce967197b2155 (diff) | |
| parent | 271299a7af372ec0f3aca6712848870d0298a490 (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-Default | 14 |
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 - |
