From: Chris Gianelloni Date: Tue, 7 Feb 2006 18:20:39 +0000 (+0000) Subject: Change net.ethX links to link to net.lo instead of net.eth0. X-Git-Tag: CATALYST_2_0_6_916~421 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a47e07da84d6de41c13a107a1a9dd82170dc5370;p=catalyst.git Change net.ethX links to link to net.lo instead of net.eth0. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1073 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index c0e1d725..699a0a79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.558 2006/02/07 17:08:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.559 2006/02/07 18:20:39 wolf31o2 Exp $ + + 07 Feb 2006; Chris Gianelloni + targets/support/livecdfs-update.sh: + Change net.ethX links to link to net.lo instead of net.eth0. 07 Feb 2006; Chris Gianelloni examples/stage4_template.spec: diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index c2698692..ae7774e8 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.33 2006/02/05 21:24:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.34 2006/02/07 18:20:39 wolf31o2 Exp $ . /tmp/chroot-functions.sh @@ -71,10 +71,10 @@ 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 +ln -sf net.lo net.eth1 +ln -sf net.lo net.eth2 +ln -sf net.lo net.eth3 +ln -sf net.lo net.eth4 # Add this for hwsetup/mkx86config mkdir -p /etc/sysconfig