|
24 | 24 | luks_pbkdf="pbkdf2" |
25 | 25 | luks_version="luks2" |
26 | 26 | filesystem="btrfs" |
27 | | - kernelcmdline="systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=qemu" |
| 27 | + kernelcmdline="systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=qemu swiotlb=262144" |
28 | 28 | devicepersistency="by-uuid" |
29 | 29 | btrfs_root_is_snapshot="true" |
30 | 30 | btrfs_root_is_readonly_snapshot="true" |
|
42 | 42 | <oem-unattended>true</oem-unattended> |
43 | 43 | <oem-resize>true</oem-resize> |
44 | 44 | </oemconfig> |
45 | | - <bootloader name="zipl" s390_hkd_cert="/path/to/HKD-8561-02688E8.crt" s390_hkd_ca_cert="/path/to/DigiCertCA.crt" s390_hkd_sign_cert="/path/to/ibm-z-host-key-signing.crt" timeout="10"/> |
| 45 | + <bootloader name="zipl" s390_hkd_cert="/path/to/HKD-8561-02688E8.crt" s390_hkd_ca_cert="/path/to/DigiCertCA.crt" s390_hkd_sign_cert="/path/to/ibm-z-host-key-signing.crt" s390_hkd_revocation_list="/path/to/revocation-list.crl" timeout="10"/> |
46 | 46 | <systemdisk> |
47 | 47 | <volume name="home"/> |
48 | 48 | <volume name="root"/> |
49 | 49 | <volume name="opt"/> |
50 | 50 | <volume name="srv"/> |
51 | | - <!--<volume name="boot/grub2/i386-pc"/>--> |
52 | | - <!--<volume name="boot/grub2/x86_64-efi" mountpoint="boot/grub2/x86_64-efi"/>--> |
53 | 51 | <volume name="boot/writable"/> |
54 | 52 | <volume name="usr/local"/> |
55 | 53 | <volume name="var" copy_on_write="false"/> |
|
64 | 62 | luks_pbkdf="pbkdf2" |
65 | 63 | luks_version="luks2" |
66 | 64 | filesystem="btrfs" |
67 | | - kernelcmdline="systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=dasd dasd_mod.dasd=ipldev" |
| 65 | + kernelcmdline="systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=dasd dasd_mod.dasd=ipldev swiotlb=262144" |
68 | 66 | target_blocksize="4096" |
69 | 67 | devicepersistency="by-uuid" |
70 | 68 | btrfs_root_is_snapshot="true" |
|
82 | 80 | <oem-unattended>true</oem-unattended> |
83 | 81 | <oem-resize>true</oem-resize> |
84 | 82 | </oemconfig> |
85 | | - <bootloader name="zipl" targettype="CDL" s390_hkd_cert="/path/to/HKD-8561-02688E8.crt" s390_hkd_ca_cert="/path/to/DigiCertCA.crt" s390_hkd_sign_cert="/path/to/ibm-z-host-key-signing.crt" timeout="10"/> |
| 83 | + <bootloader name="zipl" targettype="CDL" s390_hkd_cert="/path/to/HKD-8561-02688E8.crt" s390_hkd_ca_cert="/path/to/DigiCertCA.crt" s390_hkd_sign_cert="/path/to/ibm-z-host-key-signing.crt" s390_hkd_revocation_list="/path/to/revocation-list.crl" timeout="10"/> |
86 | 84 | <systemdisk> |
87 | 85 | <volume name="home"/> |
88 | 86 | <volume name="root"/> |
|
0 commit comments