Skip to content

Commit

Permalink
Merge pull request #405 from rfan1/o3_encrypt_update
Browse files Browse the repository at this point in the history
Fix boot issue with encrypted disk on aarch64
  • Loading branch information
nilxam authored Dec 21, 2023
2 parents 99695d8 + 912ffcb commit bea6b2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions job_groups/opensuse_leap_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ scenarios:
PUBLISH_HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-cryptlvm@%MACHINE%.qcow2'
PUBLISH_PFLASH_VARS: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-cryptlvm@%MACHINE%-uefi-vars.qcow2'
QEMU_COMPRESS_QCOW2: '1'
GRUB_KERNEL_OPTION_APPEND: ''
description: ''
testsuite: null
- extra_tests_on_kde
Expand Down Expand Up @@ -601,11 +602,12 @@ scenarios:
YAML_TEST_DATA: test_data/yast/encryption/lvm_encrypt_separate_boot_uefi.yaml
- lvm-full-encrypt:
settings:
YAML_TEST_DATA: test_data/yast/encryption/lvm_encrypt_separate_boot_uefi.yaml
YAML_TEST_DATA: test_data/yast/encryption/full_lvm_enc_uefi.yaml
GRUB_KERNEL_OPTION_APPEND: ''
- lvm_thin_provisioning:
settings:
YAML_SCHEDULE: schedule/yast/opensuse/lvm/lvm_thin_provisioning.yaml
YAML_TEST_DATA: test_data/yast/encryption/lvm_encrypt_separate_boot_uefi.yaml
YAML_TEST_DATA: test_data/yast/lvm_thin_provisioning/lvm_thin_provisioning_uefi.yaml
- apparmor
- zdup-Leap-15.2-gnome:
settings:
Expand Down Expand Up @@ -673,7 +675,9 @@ scenarios:
- RAID1_gpt_uefi
- RAID5_gpt_uefi
- RAID10_gpt_uefi
- cryptlvm
- cryptlvm:
settings:
GRUB_KERNEL_OPTION_APPEND: ''
- install_only:
machine: aarch64
- create_hdd_minimalx:
Expand Down
1 change: 1 addition & 0 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ scenarios:
- cryptlvm:
settings:
YAML_SCHEDULE: schedule/yast/opensuse/encryption/cryptlvm.yaml
GRUB_KERNEL_OPTION_APPEND: ''
- install_only:
machine: aarch64
- install_only:
Expand Down

0 comments on commit bea6b2f

Please sign in to comment.