Re: Local swap partitions are now forcefully enabled

2009-10-19 Thread Daniel Baumann
intrigeri wrote: > Hi again, Hi, sorry for the delay.. i simply did not see your mail within the thread. > FWIW, this patch lives in the bugs/swap branch of this Git repository: > > git://git.immerda.ch/amnesia_live-initramfs.git nice; i took the liberty to slightely adjust the commit mess

Bug#551551:

2009-10-19 Thread Jean-Pierre Flori
I can confirm the same problem on my system testing with qemu or VirtualBox. "/lib/udev/path_id" reports a path without any "-scsi" or "-ide" so the main partition (/dev/hda) is ignored by "is_nice_device" and the partition (/dev/hda1) with the live system doesn't get checked in "find_livefs". For

Processed: Re: Bug#544901: live-initramfs: noprompt boot parameter is ignored for usb flash drives

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 544901 + patch Bug #544901 [live-initramfs] live-initramfs: noprompt boot parameter is ignored for usb flash drives Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

Re: Local swap partitions are now forcefully enabled

2009-10-19 Thread intrigeri
Hello, intrigeri wrote (11 Sep 2009 09:14:23 GMT) : > since commit 3d5d6074e339e5d2e to live-initramfs, > the default behavior wrt. local swap partitions has been changed > once again. > It used to be opt-out, has then been switched to opt-in in commit > 35dafe02ca09da6c79 after discussion on the

Bug#544901: live-initramfs: noprompt boot parameter is ignored for usb flash drives

2009-10-19 Thread intrigeri
tags 544901 + patch thanks Hi, intrig...@boum.org wrote (03 Sep 2009 16:33:28 GMT) : > The attached patch against current Git changes this behavior to what > should, IMHO, happen. I also updated the documentation. FWIW, this patch lives in the bugs/noprompt branch of this Git repository: gi

Re: Status of gfxboot

2009-10-19 Thread intrigeri
Hi, Daniel Baumann wrote (03 Sep 2009 19:58:21 GMT) : > What's left? > I'll look into creating a gfxboot-theme-debian using a newer version of > the bootsplash graphic redesigned[3] by pixelgirl. When there's > something to show off, I'll post again an update so others can express > their opinion

Bug#545403: live-helper: packageslists directory created in config but unused

2009-10-19 Thread Harold
I agree that this behaviour is awkward and I've had a similar problem with multiple builds. > ...except one (which sucks somehow as well, though): we could request > packages lists to be named with a particular extensions, e.g. we would > only use chroot_local-packageslists/*.list automatically. t

Re: Local swap partitions are now forcefully enabled

2009-10-19 Thread intrigeri
Hi again, intrigeri wrote (17 Oct 2009 08:46:01 GMT) : > This suggestion was wrong. Please find the correct fix as an attached > (one-liner) Git patch. FWIW, this patch lives in the bugs/swap branch of this Git repository: git://git.immerda.ch/amnesia_live-initramfs.git The Gitweb is there:

Processed: Re: Error handling is dodgy

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 527331 - moreinfo Bug #527331 [live-helper] Error handling is dodgy Removed tag(s) moreinfo. > tag 527331 + pending Bug #527331 [live-helper] Error handling is dodgy Added tag(s) pending. > thanks Stopping processing here. Please contact me i

Bug#527331: Error handling is dodgy

2009-10-19 Thread Daniel Baumann
tag 527331 - moreinfo tag 527331 + pending thanks Fixed in git. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-l

Processed: your mail

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 546910 important Bug #546910 [live-helper] syslinux config for pxe needs updates Bug #517998 [live-helper] syslinux non-menu fixes for etch and lenny/pxe needed Severity set to 'important' from 'normal' Severity set to 'important' from '

Processed: (no subject)

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 545403 minor Bug #545403 [live-helper] lists in chroot_packageslists need to be enabled manually Severity set to 'minor' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking sy

Processed: your mail

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 545403 lists in chroot_packageslists need to be enabled manually Bug #545403 [live-helper] live-helper: packageslists directory created in config but unused Changed Bug title to 'lists in chroot_packageslists need to be enabled manually'

Bug#545403: live-helper: packageslists directory created in config but unused

2009-10-19 Thread Daniel Baumann
pHi, when the chroot_local-packageslists behaviour was changed, i was not fan of that. however, it appears to be not that easy... the problem: on the one hand, declaring that everything in chroot_local-packageslists is used automatically sucks, because then, if you have multiple lists for multip

Re: live usb customization

2009-10-19 Thread Шварц Сергей Владимирович
>> It looks like I have to modify live-initramfs source, build package >> from it and install into target live image. >> Isn't there a simpler approach? > > have you read the live-initramfs manpage? I've found 2 usefull options in live-initramfs manpage nouser and quickreboot. quickreboot works as

Re: live usb customization

2009-10-19 Thread Daniel Baumann
Шварц Сергей Владимирович wrote: > It looks like I have to modify live-initramfs source, build package > from it and install into target live image. > Isn't there a simpler approach? have you read the live-initramfs manpage? -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist

Re: live usb customization

2009-10-19 Thread Шварц Сергей Владимирович
It looks like I have to modify live-initramfs source, build package from it and install into target live image. Isn't there a simpler approach? Regards Sergey Schwartz >> >> Sounds like you want to add an extra init.d script that will only be run >> on shutdown (maybe just make its 'start' operat

Re: live usb customization

2009-10-19 Thread Шварц Сергей Владимирович
2009/10/19 Tzafrir Cohen : > On Mon, Oct 19, 2009 at 11:24:25AM +0400, Шварц Сергей Владимирович wrote: >> Dear community >> >> I've read the manual, but there are gaps regarding boot proccess >> modification etc. >> Basically I need to mount one partition automatically and start some >> script fro

Re: live usb customization

2009-10-19 Thread Tzafrir Cohen
On Mon, Oct 19, 2009 at 11:24:25AM +0400, Шварц Сергей Владимирович wrote: > Dear community > > I've read the manual, but there are gaps regarding boot proccess > modification etc. > Basically I need to mount one partition automatically and start some > script from it with root id and poweroff whe

live usb customization

2009-10-19 Thread Шварц Сергей Владимирович
Dear community I've read the manual, but there are gaps regarding boot proccess modification etc. Basically I need to mount one partition automatically and start some script from it with root id and poweroff when it exits. Best regards Sergey Schwartz -- To UNSUBSCRIBE, email to debian-live-re