summaryrefslogtreecommitdiff
path: root/packages/altboot/files/init.altboot
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-11-20 15:48:29 +0000
committerMatthias Hentges <oe@hentges.net>2006-11-20 15:48:29 +0000
commit6dbc26661f6dc3c1d468be596b52a9b2a52c9b96 (patch)
treeee707050114b603d485c60965187fb4b2f73afc8 /packages/altboot/files/init.altboot
parent279f77d8047f7cd039dad30ee834e45cd1e26024 (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.altboot4
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"