Skip to content

Commit

Permalink
Pass kernel cmdline to agama
Browse files Browse the repository at this point in the history
In the agama integration test make sure to pass along
the kernel boot parameters to allow controlling the
behavior of agama better
  • Loading branch information
schaefi committed Jul 17, 2024
1 parent 7f86f6f commit 2690172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tests/x86/tumbleweed/test-image-agama/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rpm-check-signatures>false</rpm-check-signatures>
<bootsplash-theme>bgrt</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<type image="oem" filesystem="btrfs" fsmountoptions="compress=zstd:15" firmware="uefi" installiso="true" installpxe="true" installboot="install" kernelcmdline="rd.kiwi.ramdisk ramdisk_size=2097152" volid="agama">
<type image="oem" filesystem="btrfs" fsmountoptions="compress=zstd:15" firmware="uefi" installiso="true" installpxe="true" installboot="install" kernelcmdline="rd.kiwi.ramdisk ramdisk_size=2097152 rd.kiwi.install.pass.bootparam" volid="agama">
<bootloader name="grub2" timeout="1"/>
<oemconfig>
<oem-skip-verify>true</oem-skip-verify>
Expand Down

0 comments on commit 2690172

Please sign in to comment.