Add set_resolv.sh to disable preconfig dns.

Let configure it after installation.

	new file:   install_shell/set_resolv.sh
	modified:   setup.sh

Signed-off-by: Qin, Bo <bqin@linx-info.com>
This commit is contained in:
Qin, Bo
2014-05-04 11:16:26 +08:00
parent b916d74985
commit 658948cba1
2 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ fi
./set_bonding.sh
echo "====Set Bonding..."
echo "====Set resolv.conf..."
./set_resolv.sh
./set_ssh.sh $1 $2 $3
echo "====Set ssh...."