diff options
author | Matthias Hentges <oe@hentges.net> | 2007-03-28 22:13:05 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-03-28 22:13:05 +0000 |
commit | 2992d24c5ad56361a793281566b1ff7c76aa2836 (patch) | |
tree | 5c34807a2a39f0893cbfa9677a614aacc8fbe5c1 /packages/altboot/files/altboot-menu/10-noGui | |
parent | 7e18fbe25e35f1801955ee150622761a07c8b8f1 (diff) |
altboot:
- Drop files/* and altboot_0.0.0.bb
- Add altboot_svn.bb
- Add README.txt explaining what the different versions do
Diffstat (limited to 'packages/altboot/files/altboot-menu/10-noGui')
-rw-r--r-- | packages/altboot/files/altboot-menu/10-noGui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/altboot/files/altboot-menu/10-noGui b/packages/altboot/files/altboot-menu/10-noGui deleted file mode 100644 index cf3c10c381..0000000000 --- a/packages/altboot/files/altboot-menu/10-noGui +++ /dev/null @@ -1,16 +0,0 @@ -# !/bin/sh -M_TITLE="Don't launch GUI" - -test "$DISABLE_NOGUI_BOOT" = yes && exit 0 - - -run_module() { - clear ; exec $REAL_INIT "$NO_GUI_RL" - exit 0 -} - -case "$1" in -title) echo "$M_TITLE";; -run) run_module;; -esac - |