File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
tools/appliance/systemvmtemplate/http Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ d-i partman-auto/disk string /dev/vda
6060d-i partman-auto/method string regular
6161d-i partman-auto/expert_recipe string \
6262 boot-root :: \
63+ 538 538 1075 free \
64+ $iflabel{ gpt } \
65+ $reusemethod{ } \
66+ method{ efi } \
67+ format{ } \
68+ . \
6369 400 60 400 ext2 \
6470 $primary{ } $bootable{ } \
6571 method{ format } format{ } \
@@ -80,6 +86,9 @@ d-i partman-partitioning/confirm_write_new_label boolean true
8086d-i partman/choose_partition select finish
8187d-i partman/confirm boolean true
8288d-i partman/confirm_nooverwrite boolean true
89+ grub-efi-arm64 grub2/force_efi_extra_removable boolean true
90+ d-i partman-partitioning/choose_label select gpt
91+ d-i partman-partitioning/default_label string gpt
8392
8493# ## Base system installation
8594# ...
You can’t perform that action at this time.
0 commit comments