Re: debootstrap

2024-08-07 Thread maria.shrivinski
Sent with Proton Mail secure email. On Sunday, August 4th, 2024 at 8:06 AM, Roland Clobus wrote: > Hello Maria, > > On 02/08/2024 19:32, maria.shrivinski wrote: > > > does somebody know how to change the (base) packages that are installed > > during the deboostrap stage? I couldn't find

Re: debootstrap

2024-08-04 Thread Roland Clobus
Hello Maria, On 02/08/2024 19:32, maria.shrivinski wrote: does somebody know how to change the (base) packages that are installed during the deboostrap stage? I couldn't find anything in `/usr/lib/live/build` I would like to build with |lb config --distribution bookworm|​ but have the defaul

Re: Debootstrap possibly ignoring --include option?

2018-07-19 Thread AreYouLoco?
I've searched the list and I found only this: https://lists.debian.org/debian-live/2018/01/msg00014.html Seems like it's confirmed Bug#871780. Also I have enabled HTTP Strict Transport Security (HSTS) on the server and because of that I cannot connect even if I set the repository URL to plain HTT

Re: debootstrap error

2014-03-28 Thread Evgeni Golov
> Does anyone know how to correct this?? this should be fixed in unstable already: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742822 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Re: debootstrap doesn't use configured categories/components

2009-11-18 Thread Kai Hendry
Btw I seem to trip up that sed line with: --archive-areas "main contrib non-free" \ So currently I need to edit /usr/share/live-helper/helpers/lh_bootstrap_debootstrap with my above bashism. :/ -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe".

RE: debootstrap doesn't use configured categories/components

2009-11-18 Thread Anthony Sales
Hi Daniel, you are correct, I just checked my inbox, and I did receive the message 'user error' so I assumed it came through the list, but on closer inspection it seems I managed to send it to myself! Don't under estimate just how dumb I am, sorry for any misunderstanding. drbongo -- To UNSUBSC

Re: debootstrap doesn't use configured categories/components

2009-11-18 Thread Daniel Baumann
Anthony Sales wrote: I changed the subject to 'user error'! that mail apparently didn't make it to the ml then. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel

Re: debootstrap doesn't use configured categories/components

2009-11-17 Thread Daniel Baumann
Daniel Baumann wrote: don't top post, don't full quote, don't write >72 chars a line... and, above all, do not hijack threads. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-syst

RE: debootstrap doesn't use configured categories/components

2009-11-17 Thread Anthony Sales
I did at 20:13 as soon as I realised - but I changed the subject to 'user error'! drbongo -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: debootstrap doesn't use configured categories/components

2009-11-17 Thread Daniel Baumann
don't top post, don't full quote, don't write >72 chars a line... ...and if you find the error yourself, and you've bothered the mailinglist before hand about it, it's considered rude to not tell. ---snip--- (timestamps are utc) 19:47:50 -!- vinux (vinux) [~vi...@90.242.135.166] has joined #de

RE: debootstrap doesn't use configured categories/components

2009-11-17 Thread Anthony Sales
le to find expected entry config/binary-i386/Packages in Meta-index file (malformed Release file?) drbongo From: Daniel Baumann [dan...@debian.org] Sent: 17 November 2009 12:25 To: Debian Live Subject: Re: debootstrap doesn't use configured categories/

Re: debootstrap doesn't use configured categories/components

2009-11-17 Thread Daniel Baumann
Kai Hendry wrote: Instead I propose a parameter expansion. I'm a little wary of parameter expansions as I rarely seem them in other shells except bash, hence aren't they bashisms? in general, expansions are not bashisms. some of them are posix (like the 'simple' ones: ${foo:-bar} etc.). it's

Re: debootstrap doesn't use configured categories/components

2009-11-16 Thread Kai Hendry
2009/11/16 Kai Hendry : > echo $(set -- $LH_ARCHIVE_AREAS; for i in $@; do echo -n $i,; done) Sigh, debootstrap --components seems to choke on a trailing comma. I actually couldn't figure out how best to get rid of a trailing comma. `cut` defeated me and no I'm not using sed. Instead I propose a

Re: debootstrap doesn't use configured categories/components

2009-11-16 Thread Kai Hendry
That sed line looks possessed. Couldn't one use something like: echo $(set -- $LH_ARCHIVE_AREAS; for i in $@; do echo -n $i,; done) Instead? -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: debootstrap doesn't use configured categories/components

2009-11-11 Thread Daniel Baumann
Dusty Hendrickson wrote: > Patch attached. It takes the LH_CATEGORIES parameter if set and turns > whitespace into commas to match the format of the debootstrap > --components parameter. applied, with the following two changes: * using of $(foo) instead of `foo` * only activate --components

Re: debootstrap doesn't use configured categories/components

2009-11-10 Thread Dusty Hendrickson
Patch attached. It takes the LH_CATEGORIES parameter if set and turns whitespace into commas to match the format of the debootstrap --components parameter. Dusty Daniel Baumann wrote: If I hack in a line in lh_bootstrap_debootstrap to set the custom component name, the lh_build process seem

Re: debootstrap doesn't use configured categories/components

2009-11-09 Thread Daniel Baumann
Dusty Hendrickson wrote: > I am running into a problem where the debootstrap > stage doesn't seem to honor the --categories parameter set via > lh_config. nobody yet wanted to use something different... > If I hack in a line in > lh_bootstrap_debootstrap to set the custom component name, the lh_b