| author | 2026-08-03 21:15:01 +0700 | |
|---|---|---|
| committer | 2026-08-19 20:25:00 +0700 | |
| commit | 30f87d06f0b51c43917eebd6b35e849d011dd95a (patch) | |
| tree | 281d2e4f2a35ddbd5f8f695a857a39df5bce7c28 /grub-arm.cfg.iso-template | |
| parent | 019f17a1ed1b344e7384411ffe7bcd09e3f3aa5b (diff) | |
| download | kiwi-descriptions-30f87d06f0b51c43917eebd6b35e849d011dd95a.tar.gz kiwi-descriptions-30f87d06f0b51c43917eebd6b35e849d011dd95a.zip | |
feat: kiwi descriptions adaptation for surface pro 12"
Diffstat (limited to 'grub-arm.cfg.iso-template')
| -rw-r--r-- | grub-arm.cfg.iso-template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grub-arm.cfg.iso-template b/grub-arm.cfg.iso-template index 037ae79..8badfb5 100644 --- a/grub-arm.cfg.iso-template +++ b/grub-arm.cfg.iso-template @@ -16,6 +16,7 @@ set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 +insmod zstd terminal_input console terminal_output ${terminal_output} @@ -26,15 +27,18 @@ set timeout_style=${boot_timeout_style} search ${search_params} menuentry "Start ${title}" --class fedora --class gnu-linux --class gnu --class os { + devicetree ($$root)${bootpath}/x1p42100-microsoft-surface-pro-12-inch.dtb linux ($$root)${bootpath}/${kernel_file} ${boot_options} initrd ($$root)${bootpath}/${initrd_file} } menuentry "Test this media & start ${title}" --class fedora --class gnu-linux --class gnu --class os { + devicetree ($$root)${bootpath}/x1p42100-microsoft-surface-pro-12-inch.dtb linux ($$root)${bootpath}/${kernel_file} ${boot_options} rd.live.check initrd ($$root)${bootpath}/${initrd_file} } submenu "Troubleshooting -->" { menuentry "Start ${title} in basic graphics mode" --class fedora --class gnu-linux --class gnu --class os { + devicetree ($$root)${bootpath}/x1p42100-microsoft-surface-pro-12-inch.dtb linux ($$root)${bootpath}/${kernel_file} ${boot_options} $${basicgfx} initrd ($$root)${bootpath}/${initrd_file} } |