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/main | |
parent | aeb62668546acd1c467a1190cf8a3c03a7b098e5 (diff) | |
download | plan9front-c5bcd17a58cb16e9376ad7ddba6828c7287c8466.tar.xz |
inst: add network configuration setup
Diffstat (limited to 'rc/bin/inst/main')
-rwxr-xr-x | rc/bin/inst/main | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rc/bin/inst/main b/rc/bin/inst/main index db7412dce..1b9a0960d 100755 --- a/rc/bin/inst/main +++ b/rc/bin/inst/main @@ -21,14 +21,13 @@ tasks=(\ mountdist\ download\ copydist\ - nvramsetup\ + ndbsetup nvramsetup\ bootsetup finish stop\ stopether stopppp\ ) -# startether startppp stopether stopppp download\ # these don't show up in the menu but still matter -pseudotasks=(configip havefiles etherup etherdown pppup pppdown) +pseudotasks=(havefiles etherup etherdown pppup pppdown) for(i in $tasks $pseudotasks) $i=notdone |