Change net.ethX links to link to net.lo instead of net.eth0.
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 7 Feb 2006 18:20:39 +0000 (18:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 7 Feb 2006 18:20:39 +0000 (18:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1073 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index c0e1d7250f05cfc15b0decf5175f1f9e16e1078d..699a0a79408338d797a1965bb91fb5f2358e8443 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Change net.ethX links to link to net.lo instead of net.eth0.
 
   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   examples/stage4_template.spec:
index c2698692335c941b7a7993be6088dfb442917452..ae7774e859d12fbc1fa976a0ab1d75ec72c33151 100755 (executable)
@@ -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