diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-03-29 18:23:21 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-03-29 18:23:21 +0200 |
commit | f000760ec0970b7f9d5e61ba556f7e3b6aecf703 (patch) | |
tree | d517e26a770de7f11ecfd0c19fd2f27c9febf8d6 /rc/bin/inst/startether | |
parent | 9cb700018a46928cedd5591ef6ddc18562492945 (diff) |
use sysname as dhcp host
Diffstat (limited to 'rc/bin/inst/startether')
-rwxr-xr-x | rc/bin/inst/startether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/startether b/rc/bin/inst/startether index bfe8764dd..2580add19 100755 --- a/rc/bin/inst/startether +++ b/rc/bin/inst/startether @@ -19,7 +19,7 @@ case go case manual ip/ipconfig -g $gwaddr ether /net/ether0 $ipaddr $ipmask >>[2]/srv/log case dhcp - ip/ipconfig $dhcphost >>[2]/srv/log + ip/ipconfig >>[2]/srv/log } case checkdone |