diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-12 08:15:50 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-12 08:15:50 +0000 |
commit | c5bcd17a58cb16e9376ad7ddba6828c7287c8466 (patch) | |
tree | 33bf132612b32d5fc067c2cb9aa1f9f940566c56 /rc/bin/inst/download | |
parent | aeb62668546acd1c467a1190cf8a3c03a7b098e5 (diff) |
inst: add network configuration setup
Diffstat (limited to 'rc/bin/inst/download')
-rwxr-xr-x | rc/bin/inst/download | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rc/bin/inst/download b/rc/bin/inst/download index 6a070e8ef..35f0462f7 100755 --- a/rc/bin/inst/download +++ b/rc/bin/inst/download @@ -18,16 +18,6 @@ case checkready } case go - if(! test -f /srv/cs) { - log starting cs, dns - logprog ndb/cs >>/srv/log >[2=1] - logprog ndb/dns -r >>/srv/log >[2=1] - } - if(! test -f /net/cs) { - logprog mount -a /srv/cs /net - logprog mount -a /srv/dns /net - } - # BUG make restartable echo 'Downloading distribution package...' baropt='-w 145,129,445,168' |