[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#609704: debian-installer: preseed partitioning and configure RAID1 always ask for confirmation



severity 609704 normal
tag 609704 + patch
thanks

Hi

I'm lowering the severity for the bugreport I have opened, it surely
more 'normal' with the following. Documentation is if I see correctly
the 'issue' missing the partman-md/confirm_nooverwrite and
partman-lvm/confirm_nooverwrite parts. 

If I add

d-i        partman-md/confirm_nooverwrite  boolean true

to the preseed file then the question will not be asked again.

Bests
Salvatore
Index: trunk/manual/en/appendix/preseed.xml
===================================================================
--- trunk/manual/en/appendix/preseed.xml	(revision 66238)
+++ trunk/manual/en/appendix/preseed.xml	(working copy)
@@ -1229,6 +1229,7 @@
 
 # This makes partman automatically partition without confirmation.
 d-i partman-md/confirm boolean true
+d-i partman-md/confirm_nooverwrite boolean true
 d-i partman-partitioning/confirm_write_new_label boolean true
 d-i partman/choose_partition select finish
 d-i partman/confirm boolean true
Index: trunk/manual/po/pot/preseed.pot
===================================================================
--- trunk/manual/po/pot/preseed.pot	(revision 66238)
+++ trunk/manual/po/pot/preseed.pot	(working copy)
@@ -1216,6 +1216,7 @@
       "\n"
       "# This makes partman automatically partition without confirmation.\n"
       "d-i partman-md/confirm boolean true\n"
+      "d-i partman-md/confirm_nooverwrite boolean true"
       "d-i partman-partitioning/confirm_write_new_label boolean true\n"
       "d-i partman/choose_partition select finish\n"
       "d-i partman/confirm boolean true\n"

Attachment: signature.asc
Description: Digital signature


Reply to: