Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break the...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 7 Dec 2005 17:27:28 +0000 (17:27 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 7 Dec 2005 17:27:28 +0000 (17:27 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@941 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 629eb9f85ba055e694a16b02411550bfc4937da7..66c18258f9d459181267a9fcf783cb7c4efdd0e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.428 2005/12/07 16:19:55 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.429 2005/12/07 17:27:28 wolf31o2 Exp $
+
+  07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break
+  the Installer.
 
   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
   Changed version stamp to 2.0_rc6.
index 2bc60eea5ca07e8758d47ee6394881e52b678370..9817094ed0c7ca786d073a875a5ec629ce5e4382 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.25 2005/12/02 15:21:05 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.26 2005/12/07 17:27:28 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings
@@ -79,6 +79,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
@@ -103,6 +104,7 @@ echo "alias cp='cp -i'" >> /etc/profile
 echo "alias mv='mv -i'" >> /etc/profile
 echo "alias rm='rm -i'" >> /etc/profile
 echo "alias ls='ls --color=auto'" >> /etc/profile
+echo "alias ll='ls -l'" >> /etc/profile
 echo "alias grep='grep --color=auto'" >> /etc/profile
 
 # make sure we have the latest pci,usb and hotplug ids