diff options
Diffstat (limited to 'packages/altboot/files/altboot-menu/20-bootCF')
-rw-r--r-- | packages/altboot/files/altboot-menu/20-bootCF | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/altboot/files/altboot-menu/20-bootCF b/packages/altboot/files/altboot-menu/20-bootCF index 36d6b8245f..4add6e6631 100644 --- a/packages/altboot/files/altboot-menu/20-bootCF +++ b/packages/altboot/files/altboot-menu/20-bootCF @@ -7,6 +7,8 @@ M_TITLE="Boot CF card" +test "$DISABLE_CF_BOOT" = yes && exit 0 + # This function is activated by init.altboot by calling this script with the "run" option run_module() { |