Updated to attempt to start 5 interfaces, rather than 4. You can blame gustavoz...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 31 Jan 2005 13:46:59 +0000 (13:46 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 31 Jan 2005 13:46:59 +0000 (13:46 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@543 d1e1f19c-881f-0410-ab34-b69fee027534

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

index 85d425033aa860a5b3e547e88f3ae08ab40dea7e..e5254eb9ac4b9e0f6e2c29a0b7efbe7895f9d934 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  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 <wolf31o2@gentoo.org> catalyst,
   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1.sh:
index 20e7ffb17e05c42b3ede2bb72c6137e01dc6aaf6..75a7e8d8ad0e84a84d74b88fc91156e7e9fe5890 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.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