summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-09 15:31:23 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-09 15:31:23 +0000
commitad143ef4e316d1684983d1787f85c69274055b37 (patch)
treedb69880f06b4b47605a03a95708fbca566957187 /net-setup
parentRemoving opengl-update-livecd (finally) and updating openglify to work with x... (diff)
downloadlivecd-tools-ad143ef4e316d1684983d1787f85c69274055b37.tar.gz
livecd-tools-ad143ef4e316d1684983d1787f85c69274055b37.tar.bz2
livecd-tools-ad143ef4e316d1684983d1787f85c69274055b37.zip
Updated to work with newer baselayout versions and also to write configuration to livecd's /etc/conf.d files.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@55 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'net-setup')
-rwxr-xr-xnet-setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-setup b/net-setup
index 7a4c2a0..efbbe90 100755
--- a/net-setup
+++ b/net-setup
@@ -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/livecd-tools/net-setup,v 1.16 2005/05/16 19:26:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/livecd-tools/net-setup,v 1.17 2005/06/09 15:31:23 wolf31o2 Exp $
if [ -f /sbin/livecd-functions.sh ]
then
@@ -30,6 +30,7 @@ case ${WIRED_WIRELESS} in
1)
livecd_config_wireless
livecd_config_ip
+ livecd_write_wireless_conf
;;
2)
livecd_config_ip
@@ -38,7 +39,7 @@ case ${WIRED_WIRELESS} in
exit 0
;;
esac
-
+livecd_write_net_conf
echo "Type \"ifconfig\" to make sure the interface was configured correctly."