[SCM] debian-live/live-helper branch, master, updated. 1.0_a36-1-22-gd26e579

Daniel Baumann daniel at debian.org
Sun Nov 18 10:10:20 UTC 2007


The branch, master has been updated
       via  d26e57998f8b29664f433d403506b462944fc87e (commit)
      from  ec0d5cd48bb8d19b7c06cb7e5d0c8ec46f491654 (commit)


- Shortlog ------------------------------------------------------------
d26e579 Adding an upgrade and dist-upgrade to lh_chroot_sources, so that security updates gets pulled into the base system. Thanks to Kai Hendry <hendry at iki.fi>.

Summary of changes:
 helpers/lh_chroot_sources |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit d26e57998f8b29664f433d403506b462944fc87e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 18 11:09:55 2007 +0100

    Adding an upgrade and dist-upgrade to lh_chroot_sources, so that security updates gets pulled into the base system. Thanks to Kai Hendry <hendry at iki.fi>.

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index f1bab8e..25713a1 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -151,6 +151,8 @@ case "${1}" in
 			if [ "${LH_APT}" = "apt" ] || [ "${LH_APT}" = "apt-get" ]
 			then
 				Chroot "apt-get update"
+				Chroot "apt-get --yes upgrade"
+				Chroot "apt-get --yes dist-upgrade"
 			elif [ "${LH_APT}" = "aptitude" ]
 			then
 				if [ ! -x /usr/bin/aptitude ]
@@ -160,6 +162,8 @@ case "${1}" in
 				fi
 
 				Chroot "aptitude update"
+				Chroot "aptitude --assume-yes upgrade"
+				Chroot "aptitude --assume-yes dist-upgrade"
 			fi
 
 			# Installing keyring packages

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list