summaryrefslogtreecommitdiff
path: root/roles/installer/debian/preseed/templates/partman_ws_config.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-28 22:45:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-01 11:37:40 +0200
commit21b68833f431ca3569a5cbc41564bef2f2f32761 (patch)
treebcdbcf1f4aa6c1d2a4024c5bd0c1141af75b45fb /roles/installer/debian/preseed/templates/partman_ws_config.j2
parentincrease timeout for cloud install (diff)
another attempt to fix the partman recipe
Diffstat (limited to 'roles/installer/debian/preseed/templates/partman_ws_config.j2')
-rw-r--r--roles/installer/debian/preseed/templates/partman_ws_config.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/installer/debian/preseed/templates/partman_ws_config.j2 b/roles/installer/debian/preseed/templates/partman_ws_config.j2
index 88b3f1ec..54fe94f1 100644
--- a/roles/installer/debian/preseed/templates/partman_ws_config.j2
+++ b/roles/installer/debian/preseed/templates/partman_ws_config.j2
@@ -63,3 +63,10 @@ d-i partman-auto/expert_recipe string
d-i partman-basicfilesystems/no_swap true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
+
+
+## boot devices are configured by partman/early_command
+d-i grub-installer/bootdev seen true
+d-i grub-installer/choose_bootdev seen true
+d-i grub-installer/only_debian boolean true
+d-i grub-installer/with_other_os boolean false