diff options
| author | 2026-08-03 21:15:01 +0700 | |
|---|---|---|
| committer | 2026-08-03 21:15:14 +0700 | |
| commit | a776fe5f94c6b673498addecf2e8835de286d424 (patch) | |
| tree | 6175b4ac7161bb8f8a7a34a4998a5ad575f01efc /grub-arm.cfg.iso-template | |
| parent | 6ecf2b2f21e4063df705ac7e8b385a2a50c1f89f (diff) | |
| download | kiwi-descriptions-a776fe5f94c6b673498addecf2e8835de286d424.tar.gz kiwi-descriptions-a776fe5f94c6b673498addecf2e8835de286d424.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} } |