From: John P. Davis Date: Mon, 2 Aug 2004 23:48:15 +0000 (+0000) Subject: bugfix for #51086 X-Git-Tag: CATALYST_2_0_6_916~949 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7fc90b7c2fd9bb505ae90260e1d44643fbcb5d8a;p=catalyst.git bugfix for #51086 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@424 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index d88fcfc7..92871b9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.74 2004/08/02 23:23:34 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.75 2004/08/02 23:48:15 zhen Exp $ + + 02 Aug 2004; John Davis + livecd/runscript-support/livecdfs-update.sh: + bugfix #51086 02 Aug 2004; John Davis modules/generic_stage_target.py, +targets/stage1/build.py, -targets/stage1/build.sh, diff --git a/livecd/runscript-support/livecdfs-update.sh b/livecd/runscript-support/livecdfs-update.sh index 55e5bb4f..7aa159a2 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 Technologies, Inc. # 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.9 2004/07/21 05:03:42 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.10 2004/08/02 23:48:15 zhen Exp $ /usr/sbin/env-update source /etc/profile @@ -55,6 +55,7 @@ echo "livecd" > /etc/hostname sed -i -e '/\/dev\/[RBS]*/ s/^/#/' /etc/fstab echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab +echo "tmpfs /usr/lib/hotplug/firmware tmpfs defaults 0 0" >> /etc/fstab sed -i -e '/dev-state/ s/^/#/' /etc/devfsd.conf echo "alias cp='cp -i'" >> /etc/profile