BTS

Issue730

Title config_finddcsdir does not set DCSDIR to root of livecd
Priority bug Status resolved
Superseder Nosy List mika, mru, zugschlus
Assigned To zugschlus Topics release-stopper

Created on 2009-09-09.10:34:55 by mru, last changed 2009-09-09.23:16:06 by mika.

Files
File name Uploaded Type Edit Remove
0001-DCSDIR-default-value-is-live-image.patch zugschlus, 2009-09-09.11:17:42 text/x-diff
Messages
msg2470 (view) Author: mika Date: 2009-09-09.23:16:03
We believe that your issue has been closed by the upload of
Version 0.8.28 of grml-autoconfig from Michael Prokop <mika@grml.org>.
The explanation is attached below

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

Format: 1.8
Date: Thu, 10 Sep 2009 01:01:04 +0200
Source: grml-autoconfig
Binary: grml-autoconfig
Architecture: source all
Version: 0.8.28
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-autoconfig - main bootup process of a grml system
Changes: 
 grml-autoconfig (0.8.28) unstable; urgency=low
 .
   [ Michael Prokop ]
   * DCSDIR default value is /live/image. If no GRMLCONFIG device
     is found and no myconfig option is given, DCSDIR is empty. It should
     be /live/image. Thanks to Ulrich Dangel for the bugreport, thanks
     to Marc Haber for the fix. [Closes: issue730]
 .
   [ Ulrich Dangel]
   * Add unit tests for {get,check}bootparam.
   * Fix a bug in getbootparam() (requesting unavailable argument
     returned wrong bootoption instead of empty value).
 .
   [ Frank Terbeck ]
   * doc/Makefile: fix non posix shell syntax.
   * Integrate Ulrich's unit tests into the Debian package.
Checksums-Sha1: 
 0e4f75c0880310036a590fb2b2b346f67ef47ba4 935 grml-autoconfig_0.8.28.dsc
 1cd3b52164b8f09bab0ecd630755b4148babd14d 76833 grml-autoconfig_0.8.28.tar.gz
 20c974b6c989f0c3faf5b5b818617e3daaac8780 91296 grml-autoconfig_0.8.28_all.deb
Checksums-Sha256: 
 8165f9a6d0e76eb08d5f4efdce3452fd910009a9e2bcaa5d6affdc602d8daf8a 935 grml-autoconfig_0.8.28.dsc
 d7c3eead50f9f98439f4883535f6943f7f79a103cf92efb0543d8caa230e6565 76833 grml-autoconfig_0.8.28.tar.gz
 6d88ad14a5b43fba42c5e507a9c0c8707852abb17cc91d47f6f9ebdfc5808591 91296 grml-autoconfig_0.8.28_all.deb
Files: 
 eff20a8b889d72f78a0ff09caf5a9695 935 grml optional grml-autoconfig_0.8.28.dsc
 bb8ce682b3a18633f6fa959f20608cc8 76833 grml optional grml-autoconfig_0.8.28.tar.gz
 138c07d37aaa6f930fe6332412fa8e3a 91296 grml optional grml-autoconfig_0.8.28_all.deb

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

iD8DBQFKqDT42N9T+zficugRAssnAJwOxDvm+yhtESKm4k3Oh37cAUplewCfZNbt
x6udjZvkqe5Ylm7HJL07kEY=
=06bR
-----END PGP SIGNATURE-----
msg2465 (view) Author: zugschlus Date: 2009-09-09.11:17:42
On Wed, Sep 09, 2009 at 10:34:56AM +0000, Ulrich Dangel wrote:
> New submission from Ulrich Dangel <schula@grml.org>:
> 
> if there is no GRMLCFG partition and no myconfig entry is specified
> config_finddcsdir does not set DCSDIR to the root of the livecd (/live/image).
> This should be done to unpack config.tbz from the root of the livecd.

Maybe the attached patch helps.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190
msg2464 (view) Author: mru Date: 2009-09-09.10:34:55
if there is no GRMLCFG partition and no myconfig entry is specified
config_finddcsdir does not set DCSDIR to the root of the livecd (/live/image).
This should be done to unpack config.tbz from the root of the livecd.
History
Date User Action Args
2009-09-09 23:16:06mikasetstatus: fixed-in-git -> resolved
nosy: mika, mru, zugschlus
messages: + msg2470
2009-09-09 23:02:17mikasetstatus: chatting -> fixed-in-git
nosy: mika, mru, zugschlus
2009-09-09 11:17:43zugschlussetfiles: + 0001-DCSDIR-default-value-is-live-image.patch
status: unread -> chatting
messages: + msg2465
nosy: mika, mru, zugschlus
2009-09-09 10:36:39mikasettopic: + release-stopper
nosy: + mika
2009-09-09 10:34:56mrucreate