From: Chris Gianelloni Date: Mon, 31 Jan 2005 13:46:59 +0000 (+0000) Subject: Updated to attempt to start 5 interfaces, rather than 4. You can blame gustavoz... X-Git-Tag: CATALYST_2_0_6_916~830 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fced7607c92caf75f50cca7d3c5bc29954dd63f0;p=catalyst.git Updated to attempt to start 5 interfaces, rather than 4. You can blame gustavoz and his 5 interface Xeon for this. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@543 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 85d42503..e5254eb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.169 2005/01/30 00:48:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.170 2005/01/31 13:46:59 wolf31o2 Exp $ + + 31 Jan 2005; Chris Gianelloni + livecd/runscript-support/livecdfs-update.sh: + Updated to attempt to start 5 interfaces, rather than 4. You can blame + gustavoz and his 5 interface Xeon for this. 29 Jan 2005; Chris Gianelloni catalyst, targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1.sh: diff --git a/livecd/runscript-support/livecdfs-update.sh b/livecd/runscript-support/livecdfs-update.sh index 20e7ffb1..75a7e8d8 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.29 2005/01/24 23:03:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.30 2005/01/31 13:46:59 wolf31o2 Exp $ /usr/sbin/env-update source /etc/profile @@ -80,12 +80,14 @@ echo "iface_eth0=\"dhcp\""> /etc/conf.d/net echo "iface_eth1=\"dhcp\"" >> /etc/conf.d/net echo "iface_eth2=\"dhcp\"" >> /etc/conf.d/net echo "iface_eth3=\"dhcp\"" >> /etc/conf.d/net +echo "iface_eth4=\"dhcp\"" >> /etc/conf.d/net # setup links for ethernet devices cd /etc/init.d ln -sf net.eth0 net.eth1 ln -sf net.eth0 net.eth2 ln -sf net.eth0 net.eth3 +ln -sf net.eth0 net.eth4 # add this for hwsetup/mkx86config mkdir -p /etc/sysconfig