[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-2-gec3f974

Daniel Baumann daniel at debian.org
Sat Sep 20 17:18:37 UTC 2008


The following commit has been merged in the master branch:
commit ec3f9747ffc991fc490bf89d48b43ac8316672b6
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Sep 20 19:17:04 2008 +0200

    Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) (Closes: #499625).

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 6284060..7ff87ac 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -297,7 +297,7 @@ case "${1}" in
 			# Installing keyring packages
 			if [ -n "${LH_KEYRING_PACKAGES}" ]
 			then
-				Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}"
+				Chroot "apt-get --yes --force-yes install ${LH_KEYRING_PACKAGES}"
 				Apt update
 			fi
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list