Skip to content

Commit f69c61d

Browse files
committed
Preseed updates
1 parent 143f2b9 commit f69c61d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

preseed.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ d-i partman/choose_partition select finish
255255
d-i partman/confirm boolean true
256256
d-i partman/confirm_nooverwrite boolean true
257257

258+
d-i partman-md/confirm_nooverwrite boolean true
259+
d-i partman-lvm/confirm_nooverwrite boolean true
260+
258261
## Controlling how partitions are mounted
259262
# The default is to mount by UUID, but you can also choose "traditional" to
260263
# use traditional device names, or "label" to try filesystem labels before
@@ -425,7 +428,7 @@ d-i finish-install/reboot_in_progress note
425428
# reboot into the installed system.
426429
#d-i debian-installer/exit/halt boolean true
427430
# 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
429432

430433
### X configuration
431434
# X can detect the right driver for some cards, but if you're preseeding,

preseed.flp

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)