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/altboot-menu/15-bootSD | |
parent | 279f77d8047f7cd039dad30ee834e45cd1e26024 (diff) |
altboot: Do not show SD-Boot option on Poodle
Diffstat (limited to 'packages/altboot/files/altboot-menu/15-bootSD')
-rw-r--r-- | packages/altboot/files/altboot-menu/15-bootSD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/altboot/files/altboot-menu/15-bootSD b/packages/altboot/files/altboot-menu/15-bootSD index 0476a5ce0f..3cf49deea5 100644 --- a/packages/altboot/files/altboot-menu/15-bootSD +++ b/packages/altboot/files/altboot-menu/15-bootSD @@ -7,6 +7,8 @@ M_TITLE="Boot SD card" +test "$DISABLE_SD_BOOT" = yes && exit 0 + # This function is activated by init.altboot by calling this script with the "run" option run_module() { |