Added -q to emerge call for systempkgs.txt just to be on the safe side.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 23 Aug 2006 11:20:23 +0000 (11:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 23 Aug 2006 11:20:23 +0000 (11:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1174 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 53bb27e44cbdb97ec9c49002258f194ef64eef4e..298b37c2641b5b395eda908b3630b52408f3f2fa 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  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 <wolf31o2@gentoo.org>
   targets/livecd-stage2/livecd-stage2-controller.sh,
index dc643c6d67b676370ef7ab76e65ad65f7de1fed3..18bf6d19b353bda06880572ca57a9623e3a80763 100755 (executable)
@@ -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