Re: [I18N] rescue mode dialogs displayed in english, although translated

2010-05-17 Thread Christian PERRIER
Quoting Holger Wansing (li...@wansing-online.de):

 (I don't know the mechanism, which is reponsible here.
 It seems, as a new version is not automatically uploaded if translations 
 have changed?

Right. Packages builds and uploads are a manual operation.

A general l10n upload for packages is generally done before releases
butsee below


 What triggers a new upload in such situations?
 Manual action of d-i team?
 I would assume, that in preparation for a new d-i release (like the
 alpha1 release in February this year) all packages get a new upload,
 but that was not the case.  ???)


You're right. Given that the release was meant to be an alpha release,
the care for uploading new packages when they only had l10n updates
has not been complete. *I* did some l10n upload at some point, but the
release was delayed for so long that they became pointlessand when
the release time came, more changes had triggerred fuzzy or
untranslated strings in some packages. Most l10n teams completed
translations in the general files but packages weren't uploaded again.

This is indeed one of the reasons to motivate a beta releasebut we
need someone to take care of it.




signature.asc
Description: Digital signature


Bug#581756: keyboard-configuration: XKBOPTIONS does not properly propagate to xserver-xorg

2010-05-17 Thread Petr Baudis
On Sat, May 15, 2010 at 06:15:06PM +0200, Julien Cristau wrote:
 Just updating the comment.  Triggering udev from keyboard-configuration
 doesn't really make sense (it's a layering violation;
 keyboard-configuration shouldn't need to know what the users for this
 configuration file are, whether X is installed, etc),

Isn't 'udevadm trigger --subsystem-match=input --action=change' totally
user-independent, though? This actually does seem to me to be the proper
layer interface, it will do the appropriate thing no matter if X is
installed or not and what users there are - it will just make sure they
all get the updated information.

 so I think I'd
 change the comment to recommend rebooting instead.  The X keyboard
 layout can easily be changed at runtime with setxkbmap anyway, and the
 udevadm incantation won't change the layout at the console.
 Modifications of /etc/default/keyboard are probably not a routine task,
 so I think it's ok to have them only take effect at the next boot.

It would be nice if the information would also cater for more advanced
users who would want to do without rebooting (after all, those are the
most likely to edit config files directly) - but if you think that would
make the comments too confusing, it is not so big deal I suppose.

Thanks a lot for looking into this,

Petr Pasky Baudis



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100517101832.gi1...@machine.or.cz



Bug#581758: keyboard-configuration: way to enable xserver zapping not documented

2010-05-17 Thread Julien Cristau
On Mon, May 17, 2010 at 12:28:13 +0200, Petr Baudis wrote:

 On Sat, May 15, 2010 at 06:34:28PM +0200, Julien Cristau wrote:
  There's some info about that change in
  /usr/share/doc/xkb-data/NEWS.Debian.gz.  I think it's more appropriate
  to have it there rather than in keyboard-configuration, since that's
  where the change was made, and that's also the package that's getting
  upgraded from lenny as opposed to a new package.  Suggestions for
  improvement of that text are welcome.
 
 I was looking really hard for this information, but xkb-data is one
 package that never occured to me to look at - I saw it in the list of
 xkb-related packages, but it seemed obvious to me that it would just
 contain definitions of particular layouts and not concern itself with
 talking about general xkb options.
 
Well, it defines all the various layouts, variants, options, etc, but
point taken.

 I think the wording is fine, it is just not obvious to look for that
 information in xkb-data.  Traditionally, the shortcut to zap the X
 server has been regarded as a core X server functionality, so
 traditional users are also not that likely to look at xkb-data docs.
 
The NEWS file is shown on upgrade if apt-listchanges is installed.

 What about adding this in /etc/default/keyboard ?
 
  # The following variables describe your keyboard and can have the same
  # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
 -# in /etc/X11/xorg.conf.
 +# in /etc/X11/xorg.conf. Notably, XkbOptions now needs to explicitly
 +# set terminate:ctrl_alt_bksp to enable the traditional X server
 +# zapping behavior.
 
I don't really like this.  It really is a 'default changed between
lenny and squeeze' issue, so I think a NEWS file and release notes are
more appropriate than cluttering the config file with it.

 Another option would be to at least make sure that the Squeeze release
 notes outline this clearly. I'm not sure what the process for this would
 be as there seem to be no release notes available yet.
 
Bugs can be filed against the release-notes pseudo-package.  Better yet
to include suggested wording ;)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#581758: keyboard-configuration: way to enable xserver zapping not documented

2010-05-17 Thread Petr Baudis
On Sat, May 15, 2010 at 06:34:28PM +0200, Julien Cristau wrote:
 On Sat, May 15, 2010 at 17:30:46 +0200, Petr Baudis wrote:
 
  There is no documentation on how to enable xserver zapping functionality
  in keyboard-setup, a rather important feature which changed default
  behavior since last stable release. The only way to normally find out
  is to run dpkg-reconfigure keyboard-configuration _and_ let
  keyboard-configuration completely rewrite all the setting (it cannot
  reproduce more complex multi-layout settings easily, it seems).
  
  Either keyboard-configuration setup should handle enabling the zapping
  without touching the rest of the layout setup, or it needs to be clearly
  documented that users can enable it themselves by appending
  terminate:ctrl_alt_bksp to XKBOPTIONS.
  
 There's some info about that change in
 /usr/share/doc/xkb-data/NEWS.Debian.gz.  I think it's more appropriate
 to have it there rather than in keyboard-configuration, since that's
 where the change was made, and that's also the package that's getting
 upgraded from lenny as opposed to a new package.  Suggestions for
 improvement of that text are welcome.

I was looking really hard for this information, but xkb-data is one
package that never occured to me to look at - I saw it in the list of
xkb-related packages, but it seemed obvious to me that it would just
contain definitions of particular layouts and not concern itself with
talking about general xkb options.

I think the wording is fine, it is just not obvious to look for that
information in xkb-data.  Traditionally, the shortcut to zap the X
server has been regarded as a core X server functionality, so
traditional users are also not that likely to look at xkb-data docs.

What about adding this in /etc/default/keyboard ?

 # The following variables describe your keyboard and can have the same
 # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
-# in /etc/X11/xorg.conf.
+# in /etc/X11/xorg.conf. Notably, XkbOptions now needs to explicitly
+# set terminate:ctrl_alt_bksp to enable the traditional X server
+# zapping behavior.

Another option would be to at least make sure that the Squeeze release
notes outline this clearly. I'm not sure what the process for this would
be as there seem to be no release notes available yet.

-- 
Petr Pasky Baudis
When I feel like exercising, I just lie down until the feeling
goes away.  -- xed_over



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100517102813.gj1...@machine.or.cz



Bug#581873: [languagechooser] unable to select language more than once

2010-05-17 Thread Holger Wansing
Hi,

Frans Pop elen...@planet.nl wrote:
  If I remember now, that I wanted to do an italian installation (for
  example, every other choice does the same), and I go back to the
  change language step as soon as I can access the main menu, it
  doesn't work as expected.
 
 *Exactly* when did you do this? I suspect it was after the step of loading 
 additional components? Before that point changing the language should work 
 fine. After that point the language setting *is* changed, but you get 
 English because other translations have been deleted to save memory.

Yes, I did that after loading the additional components.
The earliest possibility to reach the main menu in standard priority
is when network configuration via DHCP fails or if I abort it before it 
succeeds.


Thanks
Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100517202154.1abe21db.li...@wansing-online.de



Bug#582044: [hw-detect] Detecting hardware hangs in sony netbook

2010-05-17 Thread Jon Ander Peñalba
Package: hw-detect

Version: daily build

Severity: grave


I'm trying to install Debian from the daily netinstall (17 May 2010) with an
USB on a Sony Vaio [1] and the installer hangs when scanning hard drives for
an installer ISO image.

It jumps directly to 95% and doesn't move from there. All I can see in the
screen is Detecting hardware, please wait...



[1] http://www.sony.es/product/vn-w-series/vpcw12j1e-w (I haven't been able
to find it in English, sorry)


Bug#581873: [languagechooser] unable to select language more than once

2010-05-17 Thread Frans Pop
On Monday 17 May 2010, Holger Wansing wrote:
 The earliest possibility to reach the main menu in standard priority
 is when network configuration via DHCP fails or if I abort it before it
 succeeds.

I would say it is during keyboard selection (if you ignore the 
localechooser dialogs). And you don't have to make DHCP fail; you can also 
go back to the menu when asked to confirm the hostname.



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005180343.45378.elen...@planet.nl



Re: D-I Manual - Released; string freeze end

2010-05-17 Thread Frans Pop
On Friday 30 April 2010, Frans Pop wrote:
 It's time for another upload of the Installation Guide.

The new release has been uploaded.

The following translations have been disabled as they are incomplete:
Korean, Portuguese (BR), Spanish, Swedish.

Thanks to all translators for their work.

Cheers,
FJP


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005180720.43926.elen...@planet.nl



Processing of installation-guide_20100518_amd64.changes

2010-05-17 Thread Archive Administrator
installation-guide_20100518_amd64.changes uploaded successfully to localhost
along with the files:
  installation-guide_20100518.dsc
  installation-guide_20100518.tar.gz
  installation-guide-amd64_20100518_all.deb
  installation-guide-armel_20100518_all.deb
  installation-guide-hppa_20100518_all.deb
  installation-guide-i386_20100518_all.deb
  installation-guide-ia64_20100518_all.deb
  installation-guide-mips_20100518_all.deb
  installation-guide-mipsel_20100518_all.deb
  installation-guide-powerpc_20100518_all.deb
  installation-guide-s390_20100518_all.deb
  installation-guide-sparc_20100518_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oefut-0005c3...@ries.debian.org



installation-guide_20100518_amd64.changes ACCEPTED

2010-05-17 Thread Archive Administrator



Accepted:
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


Override entries for your package:
installation-guide-amd64_20100518_all.deb - optional doc
installation-guide-armel_20100518_all.deb - optional doc
installation-guide-hppa_20100518_all.deb - optional doc
installation-guide-i386_20100518_all.deb - optional doc
installation-guide-ia64_20100518_all.deb - optional doc
installation-guide-mips_20100518_all.deb - optional doc
installation-guide-mipsel_20100518_all.deb - optional doc
installation-guide-powerpc_20100518_all.deb - optional doc
installation-guide-s390_20100518_all.deb - optional doc
installation-guide-sparc_20100518_all.deb - optional doc
installation-guide_20100518.dsc - source doc

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 331523 511053 532437 532440 545584 548534 577461 579935 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oeffb-0005jz...@ries.debian.org



Bug#331523: marked as done (Several links in the manual are no longer available)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005k8...@ries.debian.org
and subject line Bug#331523: fixed in installation-guide 20100518
has caused the Debian Bug report #331523,
regarding Several links in the manual are no longer available
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 ow...@bugs.debian.org
immediately.)


-- 
331523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debian-installer-manual
Version: 20051003

From private mail sent by Holger Wansing.

hardware/supported/s390.xml: line 13
or at the ulink
url=http://oss.software.ibm.com/developerworks/opensource/linux390/doc
umentation-2.4.shtmltechnical details web page/ulink at ulink
url=http://oss.software.ibm.com/developerworks/opensource/linux390/ind
ex.shtmldeveloperWorks/ulink.
looks as if the ibm sites were reorganized.
the links result in the same, they get redirected to the same
overview site.

preparing/needed-info.xml: line 85
boot-installer/s390.xml: line 26 
partitioning/partition-programs.xml: line 103
similar as previous


preparing/nondeb-part/m68k.xml: line 122
Add URL for MKlinux FTP-Server?
(maybe ftp://ftp.mklinux.org/pub/mklinux-pre-R1/ppc/MacOS_Utilities/ ?)

install-methods/floppy/m68k.xml: line 8
link to the rawwrite.ttp program is dead 404

boot-installer/m68k.xml: line 235
link to the penguin19.hfs image is dead 404

install-methods/floppy/powerpc.xml: line 11 und 41
the links to the MakeDebianFloppy.sit applescript and
creator changer tool are dead 404

partitioning/partition/ia64.xml: line 26
link for parted is dead 404

install-methods/download/arm.xml: line 10 and 23 and 33
links for dinstall.zip and netwinder TFTP image and CATS 
TFTPboot image are dead 404

boot-installer/arm.xml: line 21
link to the nettrom firmware files is dead
(possible alternative:
http://netwinder.osuosl.org/pub/netwinder/firmware/ ?)

---End Message---
---BeginMessage---
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 331...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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: 

Bug#532437: marked as done (debian-installer: documentation 4.3.2.2: s/vmlinuz/linux/?)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005ki...@ries.debian.org
and subject line Bug#532437: fixed in installation-guide 20100518
has caused the Debian Bug report #532437,
regarding debian-installer: documentation 4.3.2.2: s/vmlinuz/linux/?
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 ow...@bugs.debian.org
immediately.)


-- 
532437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debian-installer
Version: 20090123lenny1
Severity: minor

http://debian.org/releases/stable/i386/ch04s03.html.en

says under 4.3.2.2. Adding the installer image that the name of the
kernel file is vmlinuz.

However,
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/debian-installer/i386/
only has files named initrd.gz, linux and pxelinux.0.

Is this a bug in the documentation or ftp.debian.org? Please reassign
appropriately.


-- System Information:
Debian Release: 5.0.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28lindi1 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
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 532...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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 f...@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 

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

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005kd...@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 ow...@bugs.debian.org
immediately.)


-- 
511053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

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
VinceIndex: 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 10 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 @@
   titlePartitioning/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 classnamepartman-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
 
 warningpara
@@ -953,16 +951,23 @@
 /para/warning
 
 informalexample role=examplescreen
+# 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 

Bug#545584: marked as done (installation-guide: Typo in command name, kbdconfig should be kbd-config.)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005kq...@ries.debian.org
and subject line Bug#545584: fixed in installation-guide 20100518
has caused the Debian Bug report #545584,
regarding installation-guide: Typo in command name, kbdconfig should be 
kbd-config.
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 ow...@bugs.debian.org
immediately.)


-- 
545584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-guide
Severity: normal

Chapter 6.3.1.3. Choosing a Keyboard

  (run kbdconfig as root after you have completed the installation). 

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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 f...@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 

Bug#532440: marked as done (documentation: 4.3.3.: mention that bootable flag should be set?)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005kl...@ries.debian.org
and subject line Bug#532440: fixed in installation-guide 20100518
has caused the Debian Bug report #532440,
regarding documentation: 4.3.3.: mention that bootable flag should be set?
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 ow...@bugs.debian.org
immediately.)


-- 
532440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debian-installer
Version: 20090123lenny1
Severity: wishlist

I tried to follow the instruction at
http://debian.org/releases/stable/i386/ch04s03.html.en as closely as
possible:

$ sudo syslinux /dev/sda1
$ sudo mount /dev/sda1 /mnt
$ (cd /mnt; sudo wget 
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz)
$ (cd /mnt; sudo wget 
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/debian-installer/i386/linux)
$ (cd /mnt; sudo sh -c 'echo -en default linux\nappend initrd=initrd.gz\n  
syslinux.cfg')
$ install-mbr /dev/sda1
$ sudo umount /mnt

but when I tried to boot from the usb stick I got the error message
no bootable partition found. I ran cfdisk and noticed that indeed
bootable flag indeed is not set. Shouldn't the manual mention that?




-- System Information:
Debian Release: 5.0.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28lindi1 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
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 532...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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 f...@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 

Bug#548534: marked as done (installation-guide: “Copying the files — the easy way” should explicitly exclude netboot)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005kv...@ries.debian.org
and subject line Bug#548534: fixed in installation-guide 20100518
has caused the Debian Bug report #548534,
regarding installation-guide: “Copying the files — the easy way” should 
explicitly exclude netboot
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 ow...@bugs.debian.org
immediately.)


-- 
548534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-guide
Severity: normal

Hello,

A colleague wanted to install Debian by starting the debian installer
from a USB stick.  Reading sections install-methods/boot-usb-files.xml
and install-methods/downloading-files.xml, he went for the
second method, he downloaded the hd-media boot.img.gz from
debian/dists/lenny/main/installer-amd64/current/images/ but then as
an ISO image, he took the only one there, mini.iso, and thus the
debian installer told him it couldn't find a valid installation
image. Maybe the text should explicitly exclude netboot from the
images that can be used (see attached patch), and refer to section
install-methods/official-cdrom.xml for downloading netinst/businesscard.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: en/install-methods/boot-usb-files.xml
===
--- en/install-methods/boot-usb-files.xml   (révision 60852)
+++ en/install-methods/boot-usb-files.xml   (copie de travail)
@@ -117,8 +117,8 @@
 which will now have
 phrase arch=x86a FAT filesystem/phrase
 phrase arch=powerpcan HFS filesystem/phrase
-on it, and copy a Debian netinst or businesscard ISO image to it.
-Unmount the stick (userinputumount /mnt/userinput) and you are done.
+on it, and copy a Debian netinst or businesscard ISO image to it (NOT a netboot
+ISO). Unmount the stick (userinputumount /mnt/userinput) and you are done.
 
 /para
   /sect2
---End Message---
---BeginMessage---
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 548...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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 

Bug#577461: marked as done (installation-guide: Updates to textmode activation)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:47 +
with message-id e1oeffb-0005ka...@ries.debian.org
and subject line Bug#577461: fixed in installation-guide 20100518
has caused the Debian Bug report #577461,
regarding installation-guide: Updates to textmode activation
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 ow...@bugs.debian.org
immediately.)


-- 
577461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-guide
Version: 20090901
Severity: normal
Tags: patch

Hello,

Squeeze apparently needs vga=0 in addition to fb=false, else the kernel
switches to graphical mode very early. This needs to be documented in
the accessibility section, here is a patch, which also mentions how
useful it can be for qemu.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
Pour un p�re, autant mourir que de faire plein de calculs et pas s'occuper
de son fils
 -+- y sur #ens-mim - sombres histoires de zombies -+-
Index: en/boot-installer/accessibility.xml
===
--- en/boot-installer/accessibility.xml (révision 60852)
+++ en/boot-installer/accessibility.xml (copie de travail)
@@ -81,14 +81,15 @@
 /para
   /sect2
 
-  sect2titleBoard Devices/title
+  sect2titleBoard Devices and virtualization/title
 para
 
 Some accessibility devices are actual boards that are plugged inside the
-machine and that read text directly from the video memory. To get them
-to work framebuffer support must be disabled by using the
-userinputfb=false/userinput boot parameter. This will however reduce
-the number of available languages.
+machine and that read text directly from the video memory. Also, some
+virtualization tools have a textual interface (e.g. userinputqemu
+-curses/userinput). To get them to work framebuffer support must be disabled
+by using the userinputvga=0 fb=false/userinput boot parameter. This will
+however reduce the number of available languages.
 
 /para
   /sect2
---End Message---
---BeginMessage---
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 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 May 2010 03:51:35 

Bug#579935: marked as done (installation-guide: link http://www.d.o/misc/README.mirrors to be replaced by /mirror/list)

2010-05-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 May 2010 05:48:48 +
with message-id e1oeffc-0005kh...@ries.debian.org
and subject line Bug#579935: fixed in installation-guide 20100518
has caused the Debian Bug report #579935,
regarding installation-guide: link http://www.d.o/misc/README.mirrors to be 
replaced by /mirror/list
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 ow...@bugs.debian.org
immediately.)


-- 
579935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-guide
Version: 20090901

Hi,

All installation-guide link http://www.debian.org/misc/README.mirrors
from debootstrap section
http://d-i.alioth.debian.org/manual/fr.i386/apds03.html#id336379

But http://www.debian.org/misc/README.mirrors has been deprecated and
reidirects to http://www.debian.org/mirror/list.

Please replace http://www.debian.org/misc/README.mirrors by
http://www.debian.org/mirror/list

Thanks in advance

-- 
Simon Paillard


---End Message---
---BeginMessage---
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 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop f...@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 ftpmas...@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 f...@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