From c5bcd17a58cb16e9376ad7ddba6828c7287c8466 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 12 Jun 2011 08:15:50 +0000 Subject: inst: add network configuration setup --- rc/bin/inst/main | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rc/bin/inst/main') 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 -- cgit v1.2.3