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

Bug#511053: marked as done ([patch] minor fixes to partman/preseeding notes)



Your message dated Tue, 18 May 2010 05:48:47 +0000
with message-id <E1OEFfb-0005kD-Pp@ries.debian.org>
and subject line Bug#511053: fixed in installation-guide 20100518
has caused the Debian Bug report #511053,
regarding [patch] minor fixes to partman/preseeding notes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
511053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511053
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: minor

I was trying to install 'etch' with the 'lenny' dailies and I got
caught by the change in the way disks names are handled, ie preseeding
  d-i partman-auto/disk string /dev/discs/disc0/disc
no longer works.
I was reading the partman docs and noticed a few things.

Two patches are attached for your consideration.

 - partman-auto-recipe.txt.patch
     a few suggested grammatical changes

 - preseed.xml
     it is now possible to preseed multiple disks
     try to enhance preseeding example's comments
     point to partman-auto-recipe.txt on websvn.
     mention lvm-related improvements


This contribution is licensed under GPL2, if that matters.

Cheers
Vince
Index: installer/doc/devel/partman-auto-recipe.txt
===================================================================
--- installer/doc/devel/partman-auto-recipe.txt	(revision 57117)
+++ installer/doc/devel/partman-auto-recipe.txt	(working copy)
@@ -197,10 +197,10 @@
 
 Multiple disks can also be partitioned at the same time. Those must be
 specified in partman-auto/disk. Partitions that are neither on a Logical
-Volumes, nor have a specific device specified (e.g. /boot) will default on
+Volume, nor have a specific device specified (e.g. /boot) will default on
 being on the first disk.
     
-To explicitely declare a Physical Volume, define a parition  the following:
+To explicitly declare a Physical Volume, define a partition as follows:
 
 100 1000 1000000000 ext3
         $defaultignore{ }
@@ -223,7 +223,7 @@
         method{ swap }
         format{ } .
 
-"lv_name{ }" specify the name of the Logical Volume being created.
+"lv_name{ }" specifies the name of the Logical Volume being created.
 
 4. ARCHITECTURE DEPENDENT RECIPES
 ---------------------------------
Index: appendix/preseed.xml
===================================================================
--- appendix/preseed.xml	(revision 57116)
+++ appendix/preseed.xml	(working copy)
@@ -935,13 +935,11 @@
   <title>Partitioning</title>
 <para>
 
-Using preseeding to partition the harddisk is very much limited to what is
+Using preseeding to partition the harddisk is limited to what is
 supported by <classname>partman-auto</classname>. You can choose to partition
 either existing free space on a disk or a whole disk. The layout of the
 disk can be determined by using a predefined recipe, a custom recipe from
-a recipe file or a recipe included in the preconfiguration file. It is
-currently not possible to partition multiple disks using preseeding.
-
+a recipe file or a recipe included in the preconfiguration file.
 </para>
 
 <warning><para>
@@ -953,16 +951,23 @@
 </para></warning>
 
 <informalexample role="example"><screen>
+# If the system has only one disk the installer will default to using that.
+#
 # If the system has free space you can choose to only partition that space.
 #d-i partman-auto/init_automatically_partition select biggest_free
-
-# Alternatively, you can specify a disk to partition. The device name must
-# be given in traditional non-devfs format.
-# Note: A disk must be specified, unless the system has only one disk.
+#
+# Alternatively, you may specify a disk to partition.
+# On a multi-disk system you must specify which disk to partition.
+# The device name must be given in traditional, non-devfs format -
+# e.g. /dev/hda or /dev/sda, and not e.g. /dev/discs/disc0/disc.
 # For example, to use the first SCSI/SATA hard disk:
 #d-i partman-auto/disk string /dev/sda
+
 # In addition, you'll need to specify the method to use.
-# The presently available methods are: "regular", "lvm" and "crypto"
+# The presently available methods are:
+# - regular: use the usual partition types for your architecture
+# - lvm:     use LVM to partition the disk
+# - crypto:  create encrypted partitions
 d-i partman-auto/method string lvm
 
 # If one of the disks that are going to be automatically partitioned
@@ -981,7 +986,8 @@
 d-i partman-auto/choose_recipe select atomic
 
 # Or provide a recipe of your own...
-# The recipe format is documented in the file devel/partman-auto-recipe.txt.
+# The recipe format is documented in the file doc/devel/partman-auto-recipe.txt.
+# (&url-d-i-websvn;/trunk/installer/doc/devel/partman-auto-recipe.txt)
 # If you have a way to get a recipe file into the d-i environment, you can
 # just point at it.
 #d-i partman-auto/expert_recipe_file string /hd-media/recipe
@@ -1005,6 +1011,9 @@
 #              64 512 300% linux-swap                          \
 #                      method{ swap } format{ }                \
 #              .
+# Other settings such as filesystem labels, volume group names and
+# which physical devices to include in a volume group, may be specified
+# in the expert_recipe. See partman-auto-recipe.txt for details.
 
 # This makes partman automatically partition without confirmation, provided
 # that you told it what to do using one of the methods above.

--- End Message ---
--- Begin Message ---
Source: installation-guide
Source-Version: 20100518

We believe that the bug you reported is fixed in the latest version of
installation-guide, which is due to be installed in the Debian FTP archive:

installation-guide-amd64_20100518_all.deb
  to main/i/installation-guide/installation-guide-amd64_20100518_all.deb
installation-guide-armel_20100518_all.deb
  to main/i/installation-guide/installation-guide-armel_20100518_all.deb
installation-guide-hppa_20100518_all.deb
  to main/i/installation-guide/installation-guide-hppa_20100518_all.deb
installation-guide-i386_20100518_all.deb
  to main/i/installation-guide/installation-guide-i386_20100518_all.deb
installation-guide-ia64_20100518_all.deb
  to main/i/installation-guide/installation-guide-ia64_20100518_all.deb
installation-guide-mips_20100518_all.deb
  to main/i/installation-guide/installation-guide-mips_20100518_all.deb
installation-guide-mipsel_20100518_all.deb
  to main/i/installation-guide/installation-guide-mipsel_20100518_all.deb
installation-guide-powerpc_20100518_all.deb
  to main/i/installation-guide/installation-guide-powerpc_20100518_all.deb
installation-guide-s390_20100518_all.deb
  to main/i/installation-guide/installation-guide-s390_20100518_all.deb
installation-guide-sparc_20100518_all.deb
  to main/i/installation-guide/installation-guide-sparc_20100518_all.deb
installation-guide_20100518.dsc
  to main/i/installation-guide/installation-guide_20100518.dsc
installation-guide_20100518.tar.gz
  to main/i/installation-guide/installation-guide_20100518.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 511053@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated installation-guide package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 18 May 2010 03:51:35 +0200
Source: installation-guide
Binary: installation-guide-amd64 installation-guide-armel installation-guide-hppa installation-guide-i386 installation-guide-ia64 installation-guide-mips installation-guide-mipsel installation-guide-powerpc installation-guide-s390 installation-guide-sparc
Architecture: source all
Version: 20100518
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 installation-guide-amd64 - Debian installation guide for amd64
 installation-guide-armel - Debian installation guide for armel
 installation-guide-hppa - Debian installation guide for hppa
 installation-guide-i386 - Debian installation guide for i386
 installation-guide-ia64 - Debian installation guide for ia64
 installation-guide-mips - Debian installation guide for mips
 installation-guide-mipsel - Debian installation guide for mipsel
 installation-guide-powerpc - Debian installation guide for powerpc
 installation-guide-s390 - Debian installation guide for s390
 installation-guide-sparc - Debian installation guide for sparc
Closes: 331523 511053 532437 532440 545584 548534 577461 579935
Changes: 
 installation-guide (20100518) unstable; urgency=low
 .
   [ Colin Watson ]
   * Note that partman-auto/init_automatically_partition is only honoured if
     partman-auto/method is not set.
   * Document the use of grub-installer/grub2_instead_of_grub_legacy to
     switch back to GRUB Legacy for those who need it.
   * Remove spurious quoting in network-console documentation, pointed out by
     Jonathan Amery.
   * partman now asks a slightly different (and less scary) confirmation
     question if it doesn't appear that any data is being overwritten.
     Document the associated preseeding changes.
 .
   [ Frans Pop ]
   * Add missing hyphen in command "kbd-config". With thanks to Tapio Lehtonen.
     Closes: #545584.
   * Include a caution in the IA64 version of the manual against using IA64
     for "normal" 64-bit Intel systems.
   * Disable the variant for the alpha architecture: it is being dropped as a
     release architecture for Squeeze.
   * When updating PO files, set them to a standard width of 79 (same as used
     for l10n-sync for D-I master PO files).
   * Document that Debian now installs Recommends by default and how to disable
     that.
   * x86 USB boot: two improvements suggested by Timo Juhani Lindfors and one
     by Samuel Thibault. Closes: #532437, #532440, #548534.
   * welcome: add a link to www.kernel.org and remove the no longer valid link
     to www.kerneltraffic.org. Closes: #331523.
   * Document new help functionality.
   * Update for changes in locale selection in localechooser 2.17 and 2.18:
     - selecting a different country is now always possible at high priority;
     - change in order of selection of additional locales and default locale;
     - selection of a preferred locale if a combination of language and country
       was selected for which no locale exists;
     - support for separate preseeding of language, country and locale.
   * Mention option to select UTC as time zone at medium/low priority.
 .
   [ Martin Michlmayr ]
   * Mention more Kirkwood-based devices that are supported.
   * Document where to get Kirkwood installer images from.
   * Fix the preseeding example to say that allow_unauthenticated is a
     boolean (and not a string).
 .
   [ Joey Hess ]
   * Reword section on installer's support of wireless.
 .
   [ Steve Langasek ]
   * Update the appendix on chroot installs to not recommend mapping 127.0.0.1
     to the hostname; use 127.0.1.1, the same as the installer itself does.
 .
   [ Frans Pop ]
   * Update and extend information on preseeding partman. Based on a patch from
     Vincent McIntyre. Closes: #511053.
   * Use 'ip addr' instead of 'ifconfig' to get MAC address for RARP setup.
   * Update information on setting up a TFTP server.
   * As of Lenny syslinux no longer requires that the TFTP server supports the
     'tsize' option (see #570273). With thanks to Ferenc Wagner.
   * Using D-I: add subsection intruducing supported partitioning options,
     including a list of supported file systems.
   * Disabling framebuffer on x86 now also requires passing 'vga=normal'. With
     thanks to Samuel Thibault. Closes: #577461.
   * Update for switch of G-I from DirectFB to X.Org.
   * Update kernel version to 2.6.32, number of Debian Developers and program
     versions.
   * Update URL for Debian mirror list. Closes: #579935.
   * Disable Korean, Portuguese (BR), Spanish and Swedish translations as they
     are incomplete.
Checksums-Sha1: 
 c9a2463739744c888fc808a02ea7940c1763362e 1599 installation-guide_20100518.dsc
 199468a07f801588ea740b85152090ce0b13f5bb 7065907 installation-guide_20100518.tar.gz
 5ea5ace11c5988b16ecacf3a02e4e3efcbaa7492 12647942 installation-guide-amd64_20100518_all.deb
 f79d9b7bb515474cd56019843f7b2173bde91140 10880678 installation-guide-armel_20100518_all.deb
 fabf00f07376fca27d535650251373941f54c267 10484070 installation-guide-hppa_20100518_all.deb
 af5021baedc3d73a417b4867307f6bf059484089 12727060 installation-guide-i386_20100518_all.deb
 8b643271ca62e5a6579a23e66b567387a0b53567 11197456 installation-guide-ia64_20100518_all.deb
 c377eb47a035d57b4501cbebcf0562e6d0bb7df6 10547078 installation-guide-mips_20100518_all.deb
 ceeab8199202e42e6da76d071be0141afbafc51d 10517620 installation-guide-mipsel_20100518_all.deb
 039478d8596227c86e6602c78472d7587f0f8aa7 12012872 installation-guide-powerpc_20100518_all.deb
 5b2095a0aa7abb33fb465e64651df1d00623deff 9675242 installation-guide-s390_20100518_all.deb
 0f047eb89c27f0020642666ff2c1e6acd51cd4cb 11039964 installation-guide-sparc_20100518_all.deb
Checksums-Sha256: 
 63a3821593d0429e2f8aebab12bc2e61cf4088755fdaa37a845aa2bb61700c8a 1599 installation-guide_20100518.dsc
 b026aba2a69d836ef3cd3e22390929555137a94bb30d66bd46097c035c9b2aa7 7065907 installation-guide_20100518.tar.gz
 f4b0a6409943d2166446a8ed417b09c72ef7d90446dbaa7309656a4ed7e84a1b 12647942 installation-guide-amd64_20100518_all.deb
 c4037a9e8008690095c8daec3e29c8695344ed7d2f3817e2a34ab33c44f391ce 10880678 installation-guide-armel_20100518_all.deb
 4eb537e431f578703e99edb01399438aae4b6d1ed43846a2073cde8a1c7acc72 10484070 installation-guide-hppa_20100518_all.deb
 177720be5577ee5244821a22a63ae0146349749b18f7ebc81d542f564bd5a89c 12727060 installation-guide-i386_20100518_all.deb
 37a60e491a65e155a4fc8fa5c1d5318bfbc14e70dbc99482ed11702afbe93719 11197456 installation-guide-ia64_20100518_all.deb
 5e82d2e4cb34c3a9391c39204f475b027d8f850aa72de377de65a5919c96762e 10547078 installation-guide-mips_20100518_all.deb
 c8f2dd820324ec6fe018af2c33af424fde0dc3e042ddf2eeddb489110cb99ca0 10517620 installation-guide-mipsel_20100518_all.deb
 61ab9d7999aed5ebce337f413182d167333e563a9650fe29c6201ce16e2096b7 12012872 installation-guide-powerpc_20100518_all.deb
 014d71cc4b6d9cbcf01eee40b322708c536717697af42dc1014f1f42d7fb0ab1 9675242 installation-guide-s390_20100518_all.deb
 4927ad9615975485ee61d807a90466d2e2b911d1fe23ee908f815bde92295be0 11039964 installation-guide-sparc_20100518_all.deb
Files: 
 d193c49fc11f2ea7580e7627ba0523bd 1599 doc optional installation-guide_20100518.dsc
 ea91ad7e00b446372315012587629d0b 7065907 doc optional installation-guide_20100518.tar.gz
 27c1b647de2bab9fc3c472b522b7f78d 12647942 doc optional installation-guide-amd64_20100518_all.deb
 17ecb9e5bc9715dce7f8090397b7c6ac 10880678 doc optional installation-guide-armel_20100518_all.deb
 c4138688d875e772f8b8f35cf824a6d9 10484070 doc optional installation-guide-hppa_20100518_all.deb
 1063bc30ccc4ff3c369caf14a79e2f5e 12727060 doc optional installation-guide-i386_20100518_all.deb
 fa6db5702ce2d81c52ee239cb71622d8 11197456 doc optional installation-guide-ia64_20100518_all.deb
 b9d3da8d1a2414a3ecef45bedf730dac 10547078 doc optional installation-guide-mips_20100518_all.deb
 b29b2ec0c9f58b60085ebf818f6fc37c 10517620 doc optional installation-guide-mipsel_20100518_all.deb
 1b2ba1461290db1e4396131593b852bf 12012872 doc optional installation-guide-powerpc_20100518_all.deb
 7a30fb26c7b2c98501f5a809179241a1 9675242 doc optional installation-guide-s390_20100518_all.deb
 0dac39b6f10a23abf6312a9a3e02dbad 11039964 doc optional installation-guide-sparc_20100518_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkvyINcACgkQgm/Kwh6ICoTCQgCgkyVp/JXr3JC/2BtTQzj7dpvZ
NMEAoJbWHsmxPLecGsvbIVzwiZhT8zO+
=UEVA
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: