Bug#559430: live-helper: Generation fail if categories != "main"
Package: live-helper Version: 1.0.6-2 Severity: important Tags: patch If you try to add other file areas like contrib or non-free, initial debootstrap fail because "lh_bootstrap_debootstrap" script has a little variable names mismach at line 60: if [ "${LH_CATEGORIES}" != "main" ] then # Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" fi Variable LH_ARCHIVE_AREAS are LH_CATEGORIES, adding this (or renaming vars) correct the error: if [ "${LH_CATEGORIES}" != "main" ] then LH_ARCHIVE_AREAS=$LH_CATEGORIES # Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" fi Thanks. -- Package-specific info: -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.5 Bootstrap a Debian system ii debootstrap 1.0.20 Bootstrap a basic Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-8 GNU Internationalization utilities Versions of packages live-helper suggests: pn dosfstools (no description available) ii fakeroot 1.14.4-1 Gives a fake root environment ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem pn memtest86+ | memt (no description available) pn mtools (no description available) ii parted1.8.8.git.2009.07.19-5 The GNU Parted disk partition resi pn squashfs-tools | (no description available) ii sudo 1.7.2p1-1 Provide limited super user privile pn syslinux | grub(no description available) pn uuid-runtime (no description available) pn win32-loader (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#559430: marked as done (live-helper: Generation fail if categories != "main")
Your message dated Fri, 04 Dec 2009 13:56:08 +0100 with message-id <4b1906e8.8070...@debian.org> and subject line Re: Bug#559430: live-helper: Generation fail if categories != "main" has caused the Debian Bug report #559430, regarding live-helper: Generation fail if categories != "main" to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 559430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559430 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: live-helper Version: 1.0.6-2 Severity: important Tags: patch If you try to add other file areas like contrib or non-free, initial debootstrap fail because "lh_bootstrap_debootstrap" script has a little variable names mismach at line 60: if [ "${LH_CATEGORIES}" != "main" ] then # Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" fi Variable LH_ARCHIVE_AREAS are LH_CATEGORIES, adding this (or renaming vars) correct the error: if [ "${LH_CATEGORIES}" != "main" ] then LH_ARCHIVE_AREAS=$LH_CATEGORIES # Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" fi Thanks. -- Package-specific info: -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.5 Bootstrap a Debian system ii debootstrap 1.0.20 Bootstrap a basic Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-8 GNU Internationalization utilities Versions of packages live-helper suggests: pn dosfstools (no description available) ii fakeroot 1.14.4-1 Gives a fake root environment ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem pn memtest86+ | memt (no description available) pn mtools (no description available) ii parted1.8.8.git.2009.07.19-5 The GNU Parted disk partition resi pn squashfs-tools | (no description available) ii sudo 1.7.2p1-1 Provide limited super user privile pn syslinux | grub(no description available) pn uuid-runtime (no description available) pn win32-loader (no description available) -- no debconf information --- End Message --- --- Begin Message --- Version: 2.0~a1-1 bug not present in sid, closing. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ --- End Message ---
Couldn't find package unionfs-modules-2.6-486
I got that error building with these config: $ LOCALOPTS=" --mirror-binary http://ftp.us.debian.org/debian/--mirror-chroot http://ftp.us.debian.org/debian/ --mirror-bootstrap http://ftp.us.debian.org/debian/ --mirror-binary-security http://security.eu.debian.org/ --mirror-chroot-security http://security.eu.debian.org"; $ lh_config --bootstrap-flavour minimal --apt apt --distribution squeeze --union-filesystem unionfs --packages fluxbox xserver-xorg $LOCALOPTS -- Regards, Umarzuki Mochlis http://gameornot.net
Re: Couldn't find package unionfs-modules-2.6-486
I recall getting something similar once. I think it was related to either --bootstrap-flavour or --packages-list being set to minimal and not grabbing the right dependencies. It's been a while so I'm not sure. I hacked in in the following parameter to lh_config to get it to work for aufs: --linux-packages "linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6" Not sure if this is your problem, but you might try it for unionfs. Dusty Umarzuki Mochlis wrote: I got that error building with these config: $ LOCALOPTS=" --mirror-binary http://ftp.us.debian.org/debian/ --mirror-chroot http://ftp.us.debian.org/debian/ --mirror-bootstrap http://ftp.us.debian.org/debian/ --mirror-binary-security http://security.eu.debian.org/ --mirror-chroot-security http://security.eu.debian.org"; $ lh_config --bootstrap-flavour minimal --apt apt --distribution squeeze --union-filesystem unionfs --packages fluxbox xserver-xorg $LOCALOPTS -- Regards, Umarzuki Mochlis http://gameornot.net -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Couldn't find package unionfs-modules-2.6-486
On 2009-12-04 Umarzuki Mochlis wrote: > I got that error building with these config: > $ LOCALOPTS=" --mirror-binary > http://ftp.us.debian.org/debian/--mirror-chroot > http://ftp.us.debian.org/debian/ --mirror-bootstrap > http://ftp.us.debian.org/debian/ --mirror-binary-security > http://security.eu.debian.org/ --mirror-chroot-security > http://security.eu.debian.org"; > $ lh_config --bootstrap-flavour minimal --apt apt --distribution squeeze > --union-filesystem unionfs --packages fluxbox xserver-xorg $LOCALOPTS > Could the following link explain it? http://packages.debian.org/search?keywords=unionfs-modules-2.6-486 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Couldn't find package unionfs-modules-2.6-486
2009/12/5 Dusty Hendrickson > I recall getting something similar once. I think it was related to either > --bootstrap-flavour or --packages-list being set to minimal and not grabbing > the right dependencies. It's been a while so I'm not sure. I hacked in in > the following parameter to lh_config to get it to work for aufs: > > --linux-packages "linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6" > > Not sure if this is your problem, but you might try it for unionfs. > > Thanks Dusty but no luck so far. What i was trying is to make a minimal live cd with fluxbox. Any idea? > Dusty > > > Umarzuki Mochlis wrote: > >> I got that error building with these config: >> $ LOCALOPTS=" --mirror-binary http://ftp.us.debian.org/debian/--mirror-chroot >> http://ftp.us.debian.org/debian/ --mirror-bootstrap >> http://ftp.us.debian.org/debian/ --mirror-binary-security >> http://security.eu.debian.org/ --mirror-chroot-security >> http://security.eu.debian.org"; >> $ lh_config --bootstrap-flavour minimal --apt apt --distribution squeeze >> --union-filesystem unionfs --packages fluxbox xserver-xorg $LOCALOPTS >> -- >> Regards, >> >> Umarzuki Mochlis >> http://gameornot.net >> > -- Regards, Umarzuki Mochlis http://gameornot.net
custom debian instaler
hi, i have a question regarding the placement of custom debian installer for use with live-helper. i'm hacking debian instaler in order to include our custom packages, especially our custom 2.6.31 kernel. i have build the *.udeb's for the kernel, and am attempting to build the installer. is it sufficiente to put my .udeb's in config/binary_local-udebs, or do i need to build d-i? if i need to build d-i, how do i move it into the live system? upon building d-i it will create "cdrom_isolinux", "netboot", "hd_media" among other images. do i simply copy these images to live-helper's config/binary_debian-installer? im a bit fuzzy on how the underlining principals of d-i, so i appreciate your help. saludo, kev -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Couldn't find package unionfs-modules-2.6-486
Diederik de Haas wrote: Could the following link explain it? http://packages.debian.org/search?keywords=unionfs-modules-2.6-486 yep.. for lenny and newer, you have to use aufs. -- 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-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org