[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bugreport



Hi!

Im using Ubuntu-Feisty with live-helper 1.0~a13-1, live-initramfs-1.87.4 and
user-setup_1.14ubuntu1_all.deb from gutsy


config/chroot: LIVE_PACKAGES_LISTS

may contain filenames found in /usr/share/live-helper/lists/

gnome  gnome-core  gnome-full  gnome-junior  gnustep  kde  kde-core
kde-extra  kde-full  kde-junior  rescue  standard  standard-x11  xfce  xfce-junior


config/bootstrap: LIVE_BOOTSTRAP_FLAVOUR

may contain "mini" and "minimal"



LIVE_PACKAGES_LISTS is correctly used in

lh_chroot_packageslists
lh_chroot_hooks

but i think LIVE_PACKAGES_LISTS is incorrectly used in

lh_bootstrap_cdebootstrap
lh_binary_rootfs
lh_binary_iso

because there LIVE_PACKAGES_LISTS is checked against "mini" and "minimal"

if [ "${LIVE_PACKAGES_LISTS}" = "mini" ] || [ "${LIVE_PACKAGES_LISTS}" = "minimal" ]


i think in these files LIVE_BOOTSTRAP_FLAVOUR should be used or "mini" and "minimal"
should exist in /usr/share/live-helper/lists/

but maybe i'm wrong


cu Peter




Reply to: