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

Bug#456784: marked as done (grub-installer: Please support Xen virtual disks /dev/xvd[a-z])



Your message dated Thu, 01 May 2008 09:02:08 +0000
with message-id <E1JrUg4-0003hm-9x@ries.debian.org>
and subject line Bug#456784: fixed in grub-installer 1.31
has caused the Debian Bug report #456784,
regarding grub-installer: Please support Xen virtual disks /dev/xvd[a-z]
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.)


-- 
456784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456784
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: grub-installer
Version: 1.28
Severity: normal
Tags: patch

The grub package does not currently support installation in a Xen
guest domain because it does not understand the Xen virtual block
devices (/dev/xvd[a-z]).

Patches have already been posted against grub (#456776) and grub-pc
(#456777) but an equivalent patch is also needed for the grub-installer
d-i component.

Thanks,
Ian.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: grub-installer
===================================================================
--- grub-installer	(revision 50503)
+++ grub-installer	(working copy)
@@ -96,11 +96,11 @@
 	# Break the device name into the disk part and the partition part
 	case "$host_os" in
 	    linux*)
-		tmp_disk=$(echo "$1" | sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' \
+		tmp_disk=$(echo "$1" | sed -e 's%\(\(s\|h\|xv\)d[a-z]\)[0-9]*$%\1%' \
 				  -e 's%\(fd[0-9]*\)$%\1%' \
 				  -e 's%/part[0-9]*$%/disc%' \
 				  -e 's%\(c[0-7]d[0-9]*\).*$%\1%')
-		tmp_part=$(echo "$1" | sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' \
+		tmp_part=$(echo "$1" | sed -e 's%.*/\(s\|h\|xv\)d[a-z]\([0-9]*\)$%\2%' \
 				  -e 's%.*/fd[0-9]*$%%' \
 				  -e 's%.*/floppy/[0-9]*$%%' \
 				  -e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%' \
@@ -256,7 +256,7 @@
     /dev/mapper)
 	disc_offered_devfs="$bootfs"
 	;;
-    /dev/[hs]d[a-z]|/dev/cciss/c[0-9]d[0-9]|/dev/ida/c[0-9]d[0-9])
+    /dev/[hs]d[a-z]|/dev/xvd[a-z]|/dev/cciss/c[0-9]d[0-9]|/dev/ida/c[0-9]d[0-9])
 	disc_offered_devfs="$prefix"
 	;;
     *)

--- End Message ---
--- Begin Message ---
Source: grub-installer
Source-Version: 1.31

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

grub-installer_1.31.dsc
  to pool/main/g/grub-installer/grub-installer_1.31.dsc
grub-installer_1.31.tar.gz
  to pool/main/g/grub-installer/grub-installer_1.31.tar.gz
grub-installer_1.31_amd64.udeb
  to pool/main/g/grub-installer/grub-installer_1.31_amd64.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 456784@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 grub-installer 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: Thu, 01 May 2008 10:34:23 +0200
Source: grub-installer
Binary: grub-installer
Architecture: source amd64
Version: 1.31
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Closes: 321109 456784
Changes: 
 grub-installer (1.31) unstable; urgency=low
 .
   [ Colin Watson ]
   * Run grub in the chroot for password encryption.
   * Make grub-installer executable again.
 .
   [ Frans Pop ]
   * Apply patch from Ian Campbell to add support for Xen virtual disks.
     Closes: #456784.
 .
   [ James Westby ]
   * Confirm the GRUB password after entry (LP: #42019, closes: #321109).
     Based on earlier patches by Julian Graham and Frans Pop.
     Note that grub-installer/password-again must now be preseeded in addition
     to grub-installer/password, and that grub-installer/password-crypted now
     takes an MD5-crypted password rather than a boolean.
 .
   [ Soren Hansen ]
   * Teach grub-installer about virtio devices (/dev/vd*).
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Arabic (ar.po) by Ossama M. Khayat
   * Bulgarian (bg.po) by Damyan Ivanov
   * Czech (cs.po) by Miroslav Kure
   * German (de.po) by Jens Seidel
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Esko Arajärvi
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Gujarati (gu.po) by Kartik Mistry
   * Hebrew (he.po) by Lior Kaplan
   * Hungarian (hu.po) by SZERVÁC Attila
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Changwoo Ryu
   * Kurdish (ku.po) by Erdal Ronahi
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Marathi (mr.po)
   * Dutch (nl.po) by Frans Pop
   * Panjabi (pa.po) by Amanpreet Singh Brar
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy Petrișor
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Ivan Masár
   * Swedish (sv.po) by Daniel Nylander
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Vietnamese (vi.po) by Clytie Siddall
   * Simplified Chinese (zh_CN.po) by Ming Hua
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 2b326e60bfa4ab444d42d93bfc0c4274 796 debian-installer standard grub-installer_1.31.dsc
 f7030713a427db58e9ba454e55be2037 151718 debian-installer standard grub-installer_1.31.tar.gz
 b5f95bd1c6251dc7bce95cad188aecc1 134004 debian-installer standard grub-installer_1.31_amd64.udeb
Package-Type: udeb

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

iD8DBQFIGYDugm/Kwh6ICoQRAuTHAJ0StCdx10HtdU4c8VQWOToKxhmzVACeP1UL
JbvaExmoEh9cwat/tsSFuAw=
=NcDp
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: