diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
| commit | 0461c5843310c5c51bf43b0835f180492e32f579 (patch) | |
| tree | f26f48abfbde223adc9630d9becba10aa6f1f7b9 /rc/bin/inst/main | |
| parent | e9a55e0333d2da1f0f3a129310cf210684590494 (diff) | |
| download | plan9front-0461c5843310c5c51bf43b0835f180492e32f579.tar.xz | |
add cpu server to the installer; add more files for cpu server; make sure they are included on the cd-rom.
Diffstat (limited to 'rc/bin/inst/main')
| -rwxr-xr-x | rc/bin/inst/main | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/inst/main b/rc/bin/inst/main index ce09cc2d7..bd974658b 100755 --- a/rc/bin/inst/main +++ b/rc/bin/inst/main @@ -12,6 +12,7 @@ echo -n 'Preparing menu...' # must be topologically sorted (by prereq) tasks=(\ + systype\ configfs\ partdisk prepdisk\ mountfs\ @@ -20,6 +21,7 @@ tasks=(\ mountdist\ download\ copydist\ + authsetup\ bootsetup finish stop\ stopether stopppp\ ) |
