From 05bf51b653e7bb5ab3d769a5f46705699f055354 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 23 Aug 2006 11:20:23 +0000 Subject: [PATCH] Added -q to emerge call for systempkgs.txt just to be on the safe side. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1174 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/support/livecdfs-update.sh | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53bb27e4..298b37c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.658 2006/08/22 16:45:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.659 2006/08/23 11:20:23 wolf31o2 Exp $ + + 23 Aug 2006; Chris Gianelloni + targets/support/livecdfs-update.sh: + Added -q to emerge call for systempkgs.txt just to be on the safe side. 22 Aug 2006; Chris Gianelloni targets/livecd-stage2/livecd-stage2-controller.sh, diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index dc643c6d..18bf6d19 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.61 2006/08/22 16:45:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.62 2006/08/23 11:20:23 wolf31o2 Exp $ . /tmp/chroot-functions.sh @@ -310,7 +310,7 @@ case ${clst_livecd_type} in # This gives us our list of system packages for the installer mkdir -p /usr/livecd - USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -ep system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > /usr/livecd/systempkgs.txt + USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -eqp system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > /usr/livecd/systempkgs.txt # This is my hack to reduce tmpfs usage cp -r /usr/portage/profiles /usr/livecd -- 2.26.2