From: Chris Gianelloni Date: Wed, 7 Dec 2005 17:27:28 +0000 (+0000) Subject: Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break the... X-Git-Tag: CATALYST_2_0_6_916~553 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f325a622f17ca1d52df763be5efb50e0f07fe2c2;p=catalyst.git Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break the Installer. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@941 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 629eb9f8..66c18258 100644 --- 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 + targets/support/livecdfs-update.sh: + Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break + the Installer. 07 Dec 2005; Chris Gianelloni catalyst: Changed version stamp to 2.0_rc6. diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 2bc60eea..9817094e 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.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