/usr/local/jetapps/usr/share/rear/prep/default
is_true $EFI_STUB || return 0 # If USING_UEFI_BOOTLOADER is not set until this stage, we will imply # "true" value, otherwise we will respect current value. # We will even respect if user set (for whatever reason) USING_UEFI_BOOTLOADER=0 (false). test -z $USING_UEFI_BOOTLOADER && USING_UEFI_BOOTLOADER=1 # It does not make any sense to trying EFISTUB without EFI boot enabled. is_true $USING_UEFI_BOOTLOADER || Error "EFI_STUB: EFI checks failed, try to set USING_UEFI_BOOTLOADER=y"
.
Edit
..
Edit
005_remove_workflow_conf.sh
Edit
020_translate_url.sh
Edit
030_translate_tape.sh
Edit
035_valid_backup_methods.sh
Edit
036_valid_output_methods.sh
Edit
040_check_backup_and_output_scheme.sh
Edit
050_check_keep_old_output_copy_var.sh
Edit
100_init_workflow_conf.sh
Edit
320_include_uefi_env.sh
Edit
321_EFISTUB_check_uefi_env.sh
Edit
330_include_uefi_tools.sh
Edit
340_include_password_tools.sh
Edit
380_include_opal_tools.sh
Edit
390_include_python.sh
Edit
400_save_directories.sh
Edit
490_store_write_protect_settings.sh
Edit
989_check_for_restore_esp.sh
Edit
990_verify_empty_rootfs.sh
Edit