maybe bug :

File : /usr/lib/live/build/chroot_live-packages

# Queue installation of live-boot
if [ -n "${LB_INITRAMFS}" ] && [ "${LB_INITRAMFS}" != "none" ]
then
        _PACKAGES="${LB_INITRAMFS}" <===== Get auto by folder
config/"${LB_INITRAMFS}" = auto
fi

# Queue installation of live-config
if [ -n "${LB_INITSYSTEM}" ] && [ "${LB_INITSYSTEM}" != "none" ]
then
        _PACKAGES="${_PACKAGES} live-config live-config-${LB_INITSYSTEM}"
fi


when install apt-get

 apt-get .... install *auto* live-config live-config-sysvinit sysvinit
Reading package lists... Done
Building dependency tree
Reading state information... Done
*E: Unable to locate package auto*
*
*
*live build version git*

Reply via email to