diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-09 15:31:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-09 15:31:23 +0000 |
commit | e7468112240ae728c64bc2f56e159e0b8be5dcc4 (patch) | |
tree | c48d5d0484c4c0f6a8319bc743eaf6df5f302fdd /src/livecd-tools/autoconfig | |
parent | updated, adding security hb (diff) | |
download | gentoo-e7468112240ae728c64bc2f56e159e0b8be5dcc4.tar.gz gentoo-e7468112240ae728c64bc2f56e159e0b8be5dcc4.tar.bz2 gentoo-e7468112240ae728c64bc2f56e159e0b8be5dcc4.zip |
Updated to work with newer baselayout versions and also to write configuration to livecd's /etc/conf.d files.
Diffstat (limited to 'src/livecd-tools/autoconfig')
-rw-r--r-- | src/livecd-tools/autoconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/livecd-tools/autoconfig b/src/livecd-tools/autoconfig index 5e6b033631..29cbbeb766 100644 --- a/src/livecd-tools/autoconfig +++ b/src/livecd-tools/autoconfig @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.29 2005/05/31 17:50:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.30 2005/06/09 15:31:23 wolf31o2 Exp $ DHCP="yes" DETECT="yes" @@ -118,6 +118,7 @@ start() { then sed -i -e '/^ifconfig_eth.*dhcp.*/ s/^/#/' \ -e '/^iface_eth.*dhcp.*/ s/^/#/' \ + -e '/^config_eth.*dhcp.*/ s/^/#/' \ /etc/conf.d/net ebegin ${BAD}"Skipping DHCP broadcast detection as requested on boot commandline." fi |