Re: Yet another list statistics for debian-live

2009-01-23 Thread Marco Amadori
On Friday 23 January 2009, 07:35:15, Andreas Tille wrote: > The graph for this specific list is >http://people.debian.org/~tille/liststats/authorstat_live.pdf > > I wished this really cool project would gain more active people. Me too, but I like all people who joined it these years. > Anyw

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
Daniel Baumann (16/01/2009): > I've improved this, the way config.cfg is handled is: > > * if config.cfg is executed, its output is taken as extra arguments. > > * if config.cfg is not executable, but it's readable, its content > is taken as arguments. Thanks for that… but not for c10b

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
Cyril Brulebois (23/01/2009): > Daniel Baumann (16/01/2009): > > I've improved this, the way config.cfg is handled is: > > > > * if config.cfg is executed, its output is taken as extra arguments. > > > > * if config.cfg is not executable, but it's readable, its content > > is taken as a

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
Cyril Brulebois (23/01/2009): > As Juergen says, escaping in various ways didn't help, but I guess at > least the following bit should be reverted (though it doesn't address > the problem Juergen initially mentioned): > | -Local_arguments ${EXTRA_ARGUMENTS} "$...@}" > | +Local_arguments "${EXTRA_A

[PATCH] Fix typo: taskel vs. tasksel.

2009-01-23 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- functions/defaults.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index ae5c879..beeeb33 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -191,7 +191,7 @@ Set_defaults (

[PATCH] Documentation: get rid of MIRROR_BOOTSTRAP_SECURITY.

2009-01-23 Thread Cyril Brulebois
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129. Signed-off-by: Cyril Brulebois --- debian/cron.daily|4 ++-- debian/default |1 - manpages/lh_config.en.1 |

Re: [PATCH] Fix typo: taskel vs. tasksel.

2009-01-23 Thread Daniel Baumann
Cyril Brulebois wrote: -=> - LH_TASKSEL="${LH_TASKSEL:-taskel}" > + LH_TASKSEL="${LH_TASKSEL:-tasksel}" corrected, thanks for spotting it ;) -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://pe

Re: [PATCH] Documentation: get rid of MIRROR_BOOTSTRAP_SECURITY.

2009-01-23 Thread Daniel Baumann
Cyril Brulebois wrote: > Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long > gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129. merged, most appreciated! -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-system

Custom live-bottom script not executed

2009-01-23 Thread Cyril Jaquier
Hi all, I'm trying to execute a script after my live system boots. I looked at [1] and created the attached script. The script is executable. However, it doesn't seem to be executed (I don't see any message from it). Any suggestions? Thanks. Cyril [1] http://wiki.debian.org/DebianLive/FAQ

Re: Persistent partitions not on the same device

2009-01-23 Thread Frédéric Boiteux
Le Thu, 22 Jan 2009 09:31:51 +0100, Marco Amadori a écrit : > On Thursday 22 January 2009, 08:36:18, Frédéric BOITEUX wrote: > > > Looking in live-initramfs's script/live code, I've found that the > > device where is found live-rw (global persistent partition) is > > excluded from home persist

Re: Custom live-bottom script not executed

2009-01-23 Thread Daniel Baumann
Cyril Jaquier wrote: > Hi all, Hi, > I'm trying to execute a script after my live system boots. I looked at > [1] and created the attached script. The script is executable. However, > it doesn't seem to be executed (I don't see any message from it). ...that's why i hate the wiki, it's just incom

Re: FAI and debian live

2009-01-23 Thread Jean Spirat
in fact this is where my AOE mount fails, the system ends up read only and the aufs part is not working. i've absolutely no clue about AOE. i'm not even sure it's possible with current live-initramfs. did you try regular nfs based netboot first? no in fact i cannot use NFS for policy

Re: FAI and debian live

2009-01-23 Thread Daniel Baumann
Jean Spirat wrote: > no in fact i cannot use NFS for policy reason here. ok. > AOE is a block device so i don't know why it could not be used :) i was just saying that i've no clue about it. with nfs, i have some :) > ii live-initramfs 1.139.1-3 Debian > Live

Re: Persistent partitions not on the same device

2009-01-23 Thread Marco Amadori
On Friday 23 January 2009, 15:53:31, Frédéric Boiteux wrote: > Le Thu, 22 Jan 2009 09:31:51 +0100, > > Marco Amadori a écrit : > > On Thursday 22 January 2009, 08:36:18, Frédéric BOITEUX wrote: > > > Looking in live-initramfs's script/live code, I've found that the > > > device where is found l

live-initramfs 1.154.5-1 MIGRATED to testing

2009-01-23 Thread Debian testing watch
FYI: The status of the live-initramfs source package in Debian's testing distribution has changed. Previous version: 1.154.3-1 Current version: 1.154.5-1 -- This email is automatically generated; the Debian Release Team is responsible. See http://release.debian.org/testing-watch/ for more

Re: FAI and debian live

2009-01-23 Thread Jean Spirat
i was just saying that i've no clue about it. with nfs, i have some :) eheh ;) ii live-initramfs 1.139.1-3 Debian Live initramfs hook shouldn't make any difference here, but in future, could you use the most current one from sid (preferably) or at

[PATCH] Document LH_BOOTSTRAP_FLAVOUR as empty by default.

2009-01-23 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois -- Comment: While browsing generated config/* to see what I may want to tweak using lh_config parameters, I noticed that in config/bootstrap, most of the items are empty, and their Default is empty as well. That's not the case for LH_BOOTSTRAP_FLAVOUR and I can't r

[PATCH] Fix --apt-pdiffs disabled being ignored.

2009-01-23 Thread Cyril Brulebois
Unlike APT_OPTIONS, APT_PDIFFS is public, so should be called LH_APT_PDIFFS when parsing options, so that config/common is generated properly (especially when the opposite of the default is specified). Signed-off-by: Cyril Brulebois --- helpers/lh_config |2 +- 1 files changed, 1 insertions(

Re: gconftool-2: custom desktop settings

2009-01-23 Thread schoappied
Daniel Baumann wrote: Hans Ekbrand wrote: There is a mailing-list specialised for gnome in debian, try posting there instead. however, what we are here for is to help you integrate your solution when you have found one into a live image and how to make it work best for you wrt/ live-he

AOE support (was: Re: FAI and debian live)

2009-01-23 Thread Daniel Baumann
Jean Spirat wrote: >>> ii live-initramfs 1.139.1-3 Debian >>> Live initramfs hook > > in theory it is a debien lenny ... :( > so if this is not the good one i have a problem !! i will check. 1.154.5-1 migrated today, however, before that, 1.154.3-1 was the versi

Re: [PATCH] Document LH_BOOTSTRAP_FLAVOUR as empty by default.

2009-01-23 Thread Daniel Baumann
Cyril Brulebois wrote: > I can't really see why me neither :) applied, thanks. > Also, I may just be missing a point. :) you should be more confident in you, most things that look wrong are indeed wrong and waiting for someone to fix it. Regards, Daniel -- Address:Daniel Baumann, Bur

Re: [PATCH] Fix --apt-pdiffs disabled being ignored.

2009-01-23 Thread Daniel Baumann
Cyril Brulebois wrote: > should be called LH_APT_PDIFFS absolutely, thanks for spotting it. it's applied. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann

Re: gconftool-2: custom desktop settings

2009-01-23 Thread Daniel Baumann
schoappied wrote: > So I'm ready for experimenting. Now I wonder how to work with > gconftool-2 to edit the to build live-cd put all your gconftool-2 calls into a shell script, place that shellscript into config/chroot_local-hooks/my-gconf-hook (or whatever filename you find appropriate). other e

Re: [PATCH] Document LH_BOOTSTRAP_FLAVOUR as empty by default.

2009-01-23 Thread Cyril Brulebois
Daniel Baumann (23/01/2009): > > Also, I may just be missing a point. :) > > you should be more confident in you, most things that look wrong are > indeed wrong and waiting for someone to fix it. I think I usually am. But not when it comes to shell script magic, with big option swallowing before

Re: sudo enabled after install live-cd to hdd

2009-01-23 Thread schoappied
Daniel Baumann wrote: schoappied wrote: # $LH_BOOTAPPEND_INSTALL: set boot parameters # (Default: empty) LH_BOOTAPPEND_INSTALL="file=/cdrom/install/preseed.cfg -- ${LH_BOOTAPPEND_LIVE}" this is not required, it gets set automatically if you do what i said before. I think this is nee

Re: sudo enabled after install live-cd to hdd

2009-01-23 Thread Daniel Baumann
schoappied wrote: > I think this is needed... I tried without and with. first failed, second > succeed... no. as i said.. there is autodetection for that. see defaults.sh for details. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-

Re: AOE support

2009-01-23 Thread Jean Spirat
i made some progress, instead of using a partition on a block device i used directly the block devicce /dev/etherd/e10.2 (instead of /dev/etherd/e10.1p1 ) : + echo 00-15-17-8F-44-3C + mac=00-15-17-8F-44-3C + echo 00-15-17-8F-44-3C + sed s/-//g + mac=0015178F443C + mount_images_in_directory /dev