summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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."