Bug#496684: live-initramfs: panics during network boot if there is not network interface

2008-08-27 Thread Michal Suchanek
On 26/08/2008, Michal Suchanek [EMAIL PROTECTED] wrote: Package: live-initramfs Severity: important Hello I am not exactly sure about the cause of this problem but it seems it is because I tried http network boot and did not have any NIC supported by Linux. The symptom: During

Bug#491313: live-initramfs: support splashy

2008-08-26 Thread Michal Suchanek
On 16/08/2008, Chris Lamb [EMAIL PROTECTED] wrote: Michal Suchanek wrote: When splashy is installed in the root image it shows on boot and does nothing until the init from the root image is executed. Oh? Splashy currently works quite well within Debian Live. Running the image

Bug#491313: live-initramfs: support splashy - patch

2008-08-26 Thread Michal Suchanek
Attaching a patch that enables the remove CD prompt in splashy. live-splashy.patch Description: Binary data ___ debian-live-devel mailing list debian-live-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Bug#496684: live-initramfs: panics during network boot if there is not network interface

2008-08-26 Thread Michal Suchanek
Package: live-initramfs Severity: important Hello I am not exactly sure about the cause of this problem but it seems it is because I tried http network boot and did not have any NIC supported by Linux. The symptom: During the network boot the system panics. The last message is Runnnig

Re: Introducing live-xmaker

2008-08-23 Thread Michal Suchanek
Hello Thanks for your efforts to make configuring l-h easier. As a l-h user I do the tar -czvf for configuration archival. I think that removing the default options form the configuration is not as easy but perhaps it could be done. The default options in the configuration serve two purposes:

Bug#491313: live-initramfs: support splashy

2008-07-18 Thread Michal Suchanek
Package: live-initramfs Version: 1.132.1-1 Severity: wishlist Hello, There are many references to usplash_write in live-initramfs but no references to splashy. When splashy is installed in the root image it shows on boot and does nothing until the init from the root image is executed. It

Re: Lenny general freeze ahead

2008-06-06 Thread Michal Suchanek
On 06/06/2008, Jordi Pujol [EMAIL PROTECTED] wrote: Hello, looking at the changes in live-initramfs v1.132.1 there is the following change: @@ -979,7 +965,7 @@ rofslist=${image} ${rofslist} elif [ -f ${image} ] then -

Re: Lenny general freeze ahead

2008-06-04 Thread Michal Suchanek
On 03/06/2008, Jordi Pujol [EMAIL PROTECTED] wrote: El Tuesday 03 June 2008 18:13:18 Daniel Baumann va escriure: Extra prod to Jordy :) As you pointed out several times, you're using several patches for live-initramfs. Please do send them in. Hello all, Thanks Daniel, Now

Re: Patch that reproduces the crash I see with fuse

2008-05-28 Thread Michal Suchanek
On 05/02/2008, Michal Suchanek [EMAIL PROTECTED] wrote: Hello I tried to patch the live script to use the toram code for wget fetch. The original reason was that on some boards toram works but fetch panics. However, the patch reproduces the panic I see when using fuse filesystems with d

Re: httpfs hack

2008-05-20 Thread Michal Suchanek
Hello So here goes another piece you would want if you try to use httpfs for root. Recently losetup requires -r if the image file is not accessible for writing. Thanks live-ro.patch Description: Binary data ___ debian-live-devel mailing list

Re: Default user decisions

2008-04-28 Thread Michal Suchanek
On 27/04/2008, Daniel Baumann [EMAIL PROTECTED] wrote: Hi, some days ago, somone on irc asked about thoughs of having, by default, no password for the live user. Currently, we have the username 'user' with password 'live', which I *personally* consider to be a reasonable choice. The

Bug#478273: live-helper: fails when local packageslists are empty

2008-04-28 Thread Michal Suchanek
Package: live-helper Version: 1.0~a45-1 Severity: normal I have a few local onl-line packageslists that only include another packageslist like this: #include rescue When building an image with such packageslist the build fails with no message. I worked around the problem by adding a line

Bug#476294: /usr/bin/lh_chroot_local-packages: fails if packages exist in .

2008-04-17 Thread Michal Suchanek
Package: live-helper Version: 1.0~a43-1 Severity: normal File: /usr/bin/lh_chroot_local-packages http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463406 It appeared again in 1.0~a43, worked with ~41 or ~42. Actually thereis no way to pass * to Chroot so that it is not expanded. Either it is

Re: httpfs hack

2008-04-16 Thread Michal Suchanek
Hello I found that my mount point was not moved by live scripts because it was placed on a different level of the directory hierarchy, and run-init can only cope with non-removable stuff in /. Anything that is left over deeper in the hierarchy causes run-init to fail. I have changed the patch so

Bug#473776: live-helper: deoes not install lzma budules for squashfs

2008-04-01 Thread Michal Suchanek
Package: live-helper Version: 1.0~a40-1 Severity: important It appears that the squashfs in lenny depends on lzma modules which are not installed nor included in the intramfs. For me a newly built image does not work and complains about some lzma symbols missing. Squashfs is the default

Re: RFC: pimp my live-helpers

2008-03-26 Thread Michal Suchanek
On 26/03/2008, Daniel Baumann [EMAIL PROTECTED] wrote: chymian wrote: hi list, ... * non-chrooted builds - for a clean system, the host system and the live system must be of the same distribution (e.g. stable and stable, or testing and testing etc). with non-chrooted builds,

Bug#463406: live-helper: lh_chroot_local-packages fails if packages exist in .

2008-01-31 Thread Michal Suchanek
Package: live-helper Version: 1.0~a37-2 Severity: normal lh_build is failing for me with an error from find: P: Begin installing local packages... find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Apparently the asterisk is not properly quoted in this line:

Bug#440238: live-initramfs: mountroot messages

2007-12-22 Thread Michal Suchanek
Package: live-initramfs Followup-For: Bug #440238 This is not wishlist, this is a bug. The mountrroot hides error messages from critical part of boot process that is most likely to fail. The patch to fix this is trivial: --- usr/share/initramfs-tools/scripts/live~ 2007-11-18

Re: patch against a22 to support netboot ovet http

2007-08-24 Thread Michal Suchanek
On 17/08/07, Michal Suchanek [EMAIL PROTECTED] wrote: Hello This patch (against a22) allows me to netboot over http or ftp. A complete config kit that should work with a23. Just unpack in debian-live and rebuild. Thanks to people on irc who helped to get this working Michal d

patch against a22 to support netboot ovet http

2007-08-17 Thread Michal Suchanek
Hello This patch (against a22) allows me to netboot over http or ftp. This is not complete, it requirtes a wget binary without ssl support in the initrd. I did not try to figure out how to add stuff to initrd, just repacked it manually. I used wget without ssl because openssl libraries are not