Added /usr/portage as tmpfs (this will be made conditional later).
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 30 Mar 2005 17:29:13 +0000 (17:29 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 30 Mar 2005 17:29:13 +0000 (17:29 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@572 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript-support/livecdfs-update.sh

index d56faac3fa867c382ef37edd9d4577f68c1bbd2a..95b3786f60ba7dd8df77b9712adff2c79c24c3c1 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  livecd/runscript-support/livecdfs-update.sh:
+  Added /usr/portage as tmpfs (this will be made conditional later).
 
   29 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   +livecd/files/livecd-bash_profile, livecd/runscript/default-runscript.sh:
index cf73fabb9ad66c7030818b20998d84aa71c7e744..4699800aee8ac7284647f6caa277f47a890a9179 100755 (executable)
@@ -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