Skip to content

Commit

Permalink
Add lvm_encrypt_separate_boot for maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
punkioudi committed Oct 31, 2022
1 parent e2b58f7 commit 2c01af0
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions schedule/security/encryption/fips_lvm_encrypt_separate_boot.yaml
@@ -0,0 +1,50 @@
---
name: lvm-encrypt-separate-boot
description: >
Same as lvm-full-encrypt, but with separate boot not encrypted partition, only
installation to not repeat everything again with small risk
vars:
UNENCRYPTED_BOOT: 1
ENCRYPT: 1
FULL_LVM_ENCRYPT: 1
YUI_REST_API: 1
conditional_schedule:
boot_encrypt_reconnect_mgmt_console:
ARCH:
s390x:
- installation/boot_encrypt
- installation/handle_reboot
grub_test_boot_encrypt:
BACKEND:
qemu:
- installation/handle_reboot
- installation/boot_encrypt
schedule:
- installation/bootloader_start
- installation/setup_libyui
- installation/welcome
- installation/scc_registration
- installation/addon_products_sle
- installation/system_role
- installation/partitioning
- installation/partitioning/new_partitioning_gpt
- installation/installer_timezone
- installation/hostname_inst
- installation/user_settings
- installation/user_settings_root
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- '{{boot_encrypt_reconnect_mgmt_console}}'
- '{{grub_test_boot_encrypt}}'
- installation/first_boot
- console/hostname
- console/system_prepare
- console/force_scheduled_tasks
- shutdown/grub_set_bootargs
- console/validate_lvm
- console/validate_encrypt

0 comments on commit 2c01af0

Please sign in to comment.