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

Bug#414733: marked as done (partman-target: devfs style name for USB-stick in /etc/fstab)



Your message dated Tue, 13 Mar 2007 17:47:05 +0000
with message-id <E1HRB5V-00058i-Jb@ries.debian.org>
and subject line Bug#414733: fixed in partman-target 49
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: partman-target
Version: 48
Tags: patch

After an hd-media installation from USB-stick, I ended up with the 
USB-stick listed in /etc/fstab in the target system using its devfs name, 
instead of its regular device name.

It looks like a final mapdevfs translation is missing in the case udevinfo 
is available. The following patch should fix this.

Index: finish.d/fstab_removable_media_entries
===================================================================
--- finish.d/fstab_removable_media_entries      (revision 45725)
+++ finish.d/fstab_removable_media_entries      (working copy)
@@ -99,7 +99,8 @@
                continue 2
            fi
        done
-       founddevs="${founddevs:+$founddevs }$dev"
+       mapdev="$(mapdevfs $dev)"
+       founddevs="${founddevs:+$founddevs }$mapdev"
     done
 else
     for dir in /proc/scsi/usb-storage-* /proc/scsi/usb-storage; do

Attachment: pgpb57CqjfKcz.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: partman-target
Source-Version: 49

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

partman-target_49.dsc
  to pool/main/p/partman-target/partman-target_49.dsc
partman-target_49.tar.gz
  to pool/main/p/partman-target/partman-target_49.tar.gz
partman-target_49_all.udeb
  to pool/main/p/partman-target/partman-target_49_all.udeb



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 414733@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 partman-target 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.7
Date: Tue, 13 Mar 2007 18:40:32 +0100
Source: partman-target
Binary: partman-target
Architecture: source all
Version: 49
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 partman-target - Provides partman with ability to prepare /target (udeb)
Closes: 414733
Changes: 
 partman-target (49) unstable; urgency=low
 .
   * Add missing devfs translation for USB devices. Closes: #414733.
Files: 
 b3196eba6854d2830263073b699e4b1e 647 debian-installer standard partman-target_49.dsc
 e9599deda58a66fd1d2309d26566412a 93701 debian-installer standard partman-target_49.tar.gz
 cfd79de270c672b7c1b49825843dbce0 73150 debian-installer standard partman-target_49_all.udeb
Package-Type: udeb

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

iD8DBQFF9uI6gm/Kwh6ICoQRAhxiAKCgyjbODe2AhGUuMg+kgpZlnkjXswCgyaSe
sTdU1kh2gq3R2tSSNOv4ruo=
=IEIy
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: