File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,9 @@ d-i partman/choose_partition select finish
255
255
d-i partman/confirm boolean true
256
256
d-i partman/confirm_nooverwrite boolean true
257
257
258
+ d-i partman-md/confirm_nooverwrite boolean true
259
+ d-i partman-lvm/confirm_nooverwrite boolean true
260
+
258
261
# # Controlling how partitions are mounted
259
262
# The default is to mount by UUID, but you can also choose "traditional" to
260
263
# use traditional device names, or "label" to try filesystem labels before
@@ -425,7 +428,7 @@ d-i finish-install/reboot_in_progress note
425
428
# reboot into the installed system.
426
429
# d-i debian-installer/exit/halt boolean true
427
430
# This will power off the machine instead of just halting it.
428
- # d-i debian-installer/exit/poweroff boolean true
431
+ d-i debian-installer/exit/poweroff boolean true
429
432
430
433
# ## X configuration
431
434
# X can detect the right driver for some cards, but if you're preseeding,
You can’t perform that action at this time.
0 commit comments