Your message dated Mon, 03 Mar 2008 07:17:27 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468855: fixed in live-helper 1.0~a39-1
has caused the Debian Bug report #468855,
regarding live-helper: make image large enough
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 [EMAIL PROTECTED]
immediately.)


-- 
468855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468855
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: live-helper
Version: 1.0~a38-1
Severity: Normal
Tags: Patch

When building a very minimal live system on a usb-hdd target, the
generated image is too small.  The problem is in lh_binary_usb-hdd, line
85:

REAL_DIM="$(expr ${DU_DIM} + ${DU_DIM} / 50)"

A very minimal system is smaller than 50MB, and so this is the same as
DU_DIM for such a system.  This is too small.  Unconditionally adding
one, making it:

REAL_DIM="$(expr ${DU_DIM} + ${DU_DIM} / 50 + 1)"

Solves the problem.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a39-1

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

live-helper_1.0~a39-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a39-1.diff.gz
live-helper_1.0~a39-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a39-1.dsc
live-helper_1.0~a39-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a39-1_all.deb
live-helper_1.0~a39.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a39.orig.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon,  3 Mar 2008 00:00:00 +0100
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a39-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live helper programs
Closes: 468201 468855 468902
Changes: 
 live-helper (1.0~a39-1) unstable; urgency=medium
 .
   [ Bas Wijnen ]
   * Making usb-hdd images large enough (Closes: #468855).
 .
   [ Chris Lamb ]
   * Use  instead of  for checking for no arguments in lh_clean.
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Fixing spelling mistake in changelog.
   * Fixing manpage quoting errors.
   * Rewriting copyright in machine-interpretable format.
   * Adding option to set binary-net compression (or disable it).
   * When a wrong argument is passed, that argument should be listed
     (Closes: #468201).
   * Added forgotten getopts arguments for chroot mirror.
   * Adding lzma modules on sid.
   * Changing version scheme for snapshots.
   * Fixing typo in sed call to set isolinux splash file.
   * Honor local preseeding file for debian-installer.
   * Using wildcards to support more than one preseeding file.
   * Including default kernel-img.conf in live-systems.
   * It's actually enough to just truncate kernel-img.conf and also less
     invasive than including a default configuration.
   * Adding --jffs2-eraseblock parameter.
   * Adding temporary hack to remove fstab when using live-installer.
   * Fixed accidental overwriting of LH_NET_TARBALL value in defaults.
   * Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen
     <[EMAIL PROTECTED]> (Closes: #468902).
Files: 
 98d4eb805e21176b469c662a50128368 854 misc optional live-helper_1.0~a39-1.dsc
 01aea764069abcbc43f16f10f62a9729 1936352 misc optional 
live-helper_1.0~a39.orig.tar.gz
 e24cbe18bcbbb54fd8150135b877c064 11420 misc optional 
live-helper_1.0~a39-1.diff.gz
 922e3a9f3c0875ddefa256102a04a768 1880932 misc optional 
live-helper_1.0~a39-1_all.deb

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

iD8DBQFHy5/3+C5cwEsrK54RAgzIAKCRvxnAgE8t+WV3zm1E59V/ya8HggCgjynB
7V/+ZELen5rNJjR6++fuvhs=
=KOtw
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to