From: Chris Gianelloni Date: Wed, 30 Mar 2005 17:29:13 +0000 (+0000) Subject: Added /usr/portage as tmpfs (this will be made conditional later). X-Git-Tag: CATALYST_2_0_6_916~801 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64b46d33936f14f68f97da1a2d23662f09e9de31;p=catalyst.git Added /usr/portage as tmpfs (this will be made conditional later). git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@572 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index d56faac3..95b3786f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.197 2005/03/29 18:53:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.198 2005/03/30 17:29:13 wolf31o2 Exp $ + + 30 Mar 2005; Chris Gianelloni + livecd/runscript-support/livecdfs-update.sh: + Added /usr/portage as tmpfs (this will be made conditional later). 29 Mar 2005; Chris Gianelloni +livecd/files/livecd-bash_profile, livecd/runscript/default-runscript.sh: diff --git a/livecd/runscript-support/livecdfs-update.sh b/livecd/runscript-support/livecdfs-update.sh index cf73fabb..4699800a 100755 --- a/livecd/runscript-support/livecdfs-update.sh +++ b/livecd/runscript-support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.34 2005/03/08 18:35:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.35 2005/03/30 17:29:13 wolf31o2 Exp $ /usr/sbin/env-update source /etc/profile @@ -96,6 +96,7 @@ mkdir -p /etc/sysconfig # fstab tweaks echo "tmpfs / tmpfs defaults 0 0" > /etc/fstab echo "tmpfs /lib/firmware tmpfs defaults 0 0" >> /etc/fstab +echo "tmpfs /usr/portage tmpfs defaults 0 0" >> /etc/fstab # if /usr/lib/X11/xkb/compiled then make it tmpfs if [ -d /usr/lib/X11/xkb/compiled ] then