# 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:
#!/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
# 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