diff options
author | 2005-06-09 15:31:23 +0000 | |
---|---|---|
committer | 2005-06-09 15:31:23 +0000 | |
commit | ad143ef4e316d1684983d1787f85c69274055b37 (patch) | |
tree | db69880f06b4b47605a03a95708fbca566957187 /net-setup | |
parent | Removing opengl-update-livecd (finally) and updating openglify to work with x... (diff) | |
download | livecd-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-x | net-setup | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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." |