Bug#490290: live-helper: Could handle empty LH_LINUX_PACKAGES more gracefully

2008-07-12 Thread Cyril Brulebois
Package: live-helper Version: 1.0~a47-1 Severity: minor Hi, currently, if one tries and sets LH_LINUX_PACKAGES to the empty string, it ends up with the following: | P: Being installing packages... | [apt output] | E: Regex compilation error - Invalid preceding regular expression I first tried

Re: Bug#479017: live-helper: Formatting problems in lh_config man page

2008-07-12 Thread Antonio Ospite
On Thu, 15 May 2008 03:55:49 +0100 Chris Lamb [EMAIL PROTECTED] wrote: tags 479017 + pending thanks See: http://www.cs.cmu.edu/cgi-bin/info2www?(groff)Strings [..] The attached patch fixes these two problems I found in lh_config.en.1 Applied, many thanks. Thanks for the link too.

Bug#479017: marked as done (live-helper: Formatting problems in lh_config man page)

2008-07-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Jul 2008 13:29:12 +0200 with message-id [EMAIL PROTECTED] and subject line Re: Bug#479017: live-helper: Formatting problems in lh_config man page has caused the Debian Bug report #479017, regarding live-helper: Formatting problems in lh_config man page to be marked as

Bug#479017: live-helper: Formatting problems in lh_config man page

2008-07-12 Thread Antonio Ospite
On Sat, 12 Jul 2008 12:35:29 +0200 Daniel Baumann [EMAIL PROTECTED] wrote: Antonio Ospite wrote: Hi, checking with debgtd I saw that this bug is still marked as open. You can close it. no; it's tagged pending as it's fixed in git, and will be closed when the version of the package will

Live-Helper USB Image Error 'syslinux'

2008-07-12 Thread Stephen Yorke
All, I have searched my archived e-Mails but have not found this error so I bring it to you all. I am trying to build a USB Image using Live-Helper but when Setting up SYSLINUX, I get this error: Unpacking syslinux (from .../syslinux_2%3a3.70+dfsg-1_i386.deb) ... Setup syslinux (2:3.70+dfsg-1)

Re: Live-Helper USB Image Error 'syslinux'

2008-07-12 Thread Juergen Fiedler
Stephen, 'usb' has not been a valid option for binary-images for quite a while, having been replaced with usb-hdd. Are you using a relatively recent live-helper? If so, usb-hdd ought to wok for you. If not, you should. Hope that helps, --J On Sat, Jul 12, 2008 at 12:41 PM, Stephen Yorke

RE: Problem switching to static IP address

2008-07-12 Thread Stephen Yorke
Thomas, I use a VERY basic script to set a static IP address on my LiveCD's...here is the script I use: #!/bin/sh # Get Static IP Information printf What IP Address do you want to assign to this computer? read IPADDR

RE: Problem switching to static IP address

2008-07-12 Thread Stephen Yorke
I do not set DNS information as this does get assigned by my DHCP Server but if you need a script to do it as well, you can add this after getting the IP Information in the first script I sent: # Place this after the reading of IP information printf What is the Primary DNS Server? read DNS1