/usr/local/jetapps/usr/share/rear/prep/default
# On UEFI systems we need to restore the ESP from the rescue system because # PPDM can't recover vfat. Therefore we also ensure that the ESP is backed # up in the first place to the rescue image and that changes in the ESP # content trigger a new rescue image. if is_true $RESTORE_ESP_FROM_RESCUE_SYSTEM; then test -d /boot/efi || Error "RESTORE_ESP_FROM_RESCUE_SYSTEM is enabled but /boot/efi does not exist" CHECK_CONFIG_FILES+=( $(find /boot/efi -type f) ) COPY_AS_IS+=( /boot/efi ) LogPrint "Storing EFI System Partition in rescue image" fi
.
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