diff options
| author | Matthias Hentges <oe@hentges.net> | 2006-11-20 15:48:29 +0000 |
|---|---|---|
| committer | Matthias Hentges <oe@hentges.net> | 2006-11-20 15:48:29 +0000 |
| commit | 6dbc26661f6dc3c1d468be596b52a9b2a52c9b96 (patch) | |
| tree | ee707050114b603d485c60965187fb4b2f73afc8 /packages/altboot/files/init.altboot | |
| parent | 279f77d8047f7cd039dad30ee834e45cd1e26024 (diff) | |
altboot: Do not show SD-Boot option on Poodle
Diffstat (limited to 'packages/altboot/files/init.altboot')
| -rw-r--r-- | packages/altboot/files/init.altboot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index b872af2d20..033fb2124f 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -95,7 +95,9 @@ show_menu() { do if ! test -d "$1/$file" then - M_TITLE="`$1/$file title`" + # NOTE: It is important to use "." here so that the script inherits + # the shell environment / all set variables! + M_TITLE="`. $1/$file title`" FLAGS="`$1/$file flags`" if ! test -z "$M_TITLE" |
