Your message dated Mon, 25 Aug 2008 21:59:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#492828: preseeding filesystem labels (patch)
has caused the Debian Bug report #492828,
regarding preseeding filesystem labels (patch)
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 [EMAIL PROTECTED]
immediately.)


-- 
492828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492828
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
package: debian-installer
Version: Debian GNU/Linux installer 4.0 (installer build 20070308etch2)
severity: minor

I was wondering how to set a label on a partition (not a partition table, but a label that e2label could read).

I couldn't see this documented in [1] so I wrote a patch, attached.
The statement about label{ } requiring method{ format } comes from
a comment in
  packages/partman/partman-ext3/active_partition/ext3/choices

Hopefully this is useful. If this is already documented somewhere,
please could you point me there.

I tested this usage with the 'etch' installer, on i386 (version noted
above). Worked For Me.

Cheers
Vince

[1] http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt
--- installer/doc/devel/partman-auto-recipe.txt (revision 54582)
+++ installer/doc/devel/partman-auto-recipe.txt (working copy)
@@ -149,6 +149,14 @@
        options/nodev{ nodev }
        options/ro{ ro }
 
+It is also possible to specify filesystem labels, for filesystems that
+support labels (e.g. ext2, ext3). For example, to specify a label of
+"fred" for a partition, add the following line for that partition:
+        label{ fred }
+Note that the partition must be one that will be reformatted during
+the installation, i.e. one for which you have specified
+        method{ format }
+
 Here is another example; this time there is a smaller root partition, and a
 separate /home partition.
 

--- End Message ---
--- Begin Message ---
On Tue, Jul 29, 2008 at 04:45:53PM +1000, Vincent McIntyre wrote:
> I couldn't see this documented in [1] so I wrote a patch, attached.
> The statement about label{ } requiring method{ format } comes from
> a comment in
>   packages/partman/partman-ext3/active_partition/ext3/choices

Commited in r55291.

Thanks,
-- 
Jérémy Bobbio                        .''`. 
[EMAIL PROTECTED]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to