BTS

Issue977

Title grml-rescueboot assumes that iso images are on same partition as /boot
Priority bug Status resolved
Superseder Nosy List johfel, mika
Assigned To mika Topics

Created on 2011-03-20.23:09:25 by johfel, last changed 2011-03-20.23:31:49 by mika.

Files
File name Uploaded Type Edit Remove
patch.diff johfel, 2011-03-20.23:16:16 text/x-patch
Messages
msg3716 (view) Author: mika Date: 2011-03-20.23:31:47
We believe that your issue has been closed by the upload of
Version 0.3.1 of grml-rescueboot from Michael Prokop <mika@grml.org>.
The explanation is attached below

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

Format: 1.8
Date: Mon, 21 Mar 2011 00:25:57 +0100
Source: grml-rescueboot
Binary: grml-rescueboot
Architecture: source all
Version: 0.3.1
Distribution: unstable
Urgency: low
Maintainer: Andreas "Jimmy" Gredler <jimmy@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-rescueboot - Integrates ISO-booting into grub
Changes: 
 grml-rescueboot (0.3.1) unstable; urgency=low
 .
   * [6323d69] Probe the device where the Grml ISO is being stored using
     ${grub_probe} instead of using ${GRUB_DEVICE_BOOT}.
     [Closes: issue977] - thanks to Johann Felix Soden for the
     bugreport and the patch.
Checksums-Sha1: 
 b536efae473590ab6863830a32c983837fd9ce7f 832 grml-rescueboot_0.3.1.dsc
 c7704e90dcad27ee9363fef16bae63626bfa866b 4200 grml-rescueboot_0.3.1.tar.gz
 380b3887d7de7649d09201ec68f1b3bba816562f 4066 grml-rescueboot_0.3.1_all.deb
Checksums-Sha256: 
 1b6ae96e7f32fdaab026cf78e8b6257189e37760bf5777a69cf678da8464d3be 832 grml-rescueboot_0.3.1.dsc
 b4d4ca5a938dff6aa9d1ede9b0b3442f2c54bf5816d07d1ea5fb73dc3757920b 4200 grml-rescueboot_0.3.1.tar.gz
 7733144c04b813e8b5cb3846f71a2b88870159f2a473e1629bce045f6433d254 4066 grml-rescueboot_0.3.1_all.deb
Files: 
 90b5ab787be8d60e8040980b673b6049 832 misc extra grml-rescueboot_0.3.1.dsc
 7419226afca46ed7836b48b10e2ebbff 4200 misc extra grml-rescueboot_0.3.1.tar.gz
 e4ffe96ad16c85adeb64d3461f471f79 4066 misc extra grml-rescueboot_0.3.1_all.deb

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

iEYEARECAAYFAk2GjWIACgkQ2N9T+zficuhHzwCdH5lkW/PocrQCg9Xu/IBcnSyS
LCsAninaQ7HEfI3ssEVoa551F8iAhnig
=mDLa
-----END PGP SIGNATURE-----
msg3715 (view) Author: mika Date: 2011-03-20.23:30:20
Very nice catch! Fixed in git, upload taking place after testing soon.

regards,
-mika-
msg3713 (view) Author: johfel Date: 2011-03-20.23:09:25
/etc/grub.d/42_grml uses ${GRUB_DEVICE_BOOT} instead of detecting the real
device on which the iso files are.

The attached small patch should solve this issue.
History
Date User Action Args
2011-03-20 23:31:49mikasetstatus: fixed-in-git -> resolved
nosy: mika, johfel
messages: + msg3716
2011-03-20 23:30:22mikasetstatus: unread -> fixed-in-git
assignedto: mika
messages: + msg3715
nosy: + mika
2011-03-20 23:16:39johfelsetpriority: urgent -> bug
2011-03-20 23:16:16johfelsetstatus: chatting -> unread
files: + patch.diff
2011-03-20 23:15:54johfelsetmessages: - msg3714
2011-03-20 23:13:32johfelsetstatus: unread -> chatting
messages: + msg3714
2011-03-20 23:12:30johfelsetpriority: bug -> urgent
2011-03-20 23:11:47mikasetpriority: urgent -> bug
2011-03-20 23:10:30johfelsetpriority: bug -> urgent
2011-03-20 23:09:25johfelcreate