[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



Hi Christian

On Wed, Jan 12, 2011 at 06:04:36PM +0100, Christian PERRIER wrote:
> reassign 609704 installation-guide
> retitle 609704 Please document how to use preseed values to skip RAID1 confirmation question
> thanks
> 
> Quoting Salvatore Bonaccorso (carnil@debian.org):
> > 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. 
> 
> 
> Also reassigning this bug report and retitling it appropriately.

My 'patch' was not correct, there was a missing '\n', for the pot
file. Attached is corrected version.

Bests
Salvatore
Index: en/appendix/preseed.xml
===================================================================
--- en/appendix/preseed.xml	(revision 66312)
+++ 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: po/pot/preseed.pot
===================================================================
--- po/pot/preseed.pot	(revision 66312)
+++ 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\n"
       "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: