Bug#593346: Wrong default keyring for LH_MODE=emdebian.

2010-08-17 Thread Trent W. Buck
Package: live-build Version: 2.0~a23-1 Severity: minor File: /usr/share/live/build/functions/defaults.sh In defaults.sh: # Setting keyring packages case "${LH_MODE}" in debian|debian-release) LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-debi

Bug#593284: live-initramfs: add functionlity for using BOOTIF param

2010-08-17 Thread Stephan Hermann
Dear Colleagues, I took Holgers patch and added it to the latest sid packages of live-boot. Please find attached the needed debdiff. (thx Mikap for reminding me ;)) Regards, \sh diff -u live-boot-2.0.0/debian/changelog live-boot-2.0.0/debian/changelog --- live-boot-2.0.0/debian/changelog +++

Bug#593360: live-helper: cannot build with kernel package which ends with a +

2010-08-17 Thread Michal Suchanek
Package: live-helper Version: 2.0~a23-1 Severity: normal When setting LH_LINUX_PACKAGES=linux-image-2.6.35-um and LH_LINUX_FLAVOURS=amd64+ the kernel live-helper attempts to install is linux-image-2.6.35-um-amd64 This makes building with git kernel impossible. Workaround is to pass --apt apt

Bug#593346: Acknowledgement (Wrong default keyring for LH_MODE=emdebian.)

2010-08-17 Thread Trent W. Buck
Trent W. Buck wrote: > emdebian) > > LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}" Worse, the "k" there is lowercase, so attempting to fix this user-side fails! Here is a patch. diff --git a/functions/defaults.sh b/functions/defaults.sh