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
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
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
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
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 (
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 |
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
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
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
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
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
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
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
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
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
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
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
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(
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
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
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
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
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
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
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
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-
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
27 matches
Mail list logo