diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-08-02 03:47:27 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-08-02 03:47:27 +0200 |
| commit | 1c379c1667ce6d18849691c65b0960e9984e78a0 (patch) | |
| tree | 10172e9473b2bb06fc7d75f7ac562c76345dd8d5 /rc/bin/inst/main | |
| parent | c3c228a108bf4220e5471700029b713242a87eb2 (diff) | |
| download | plan9front-1c379c1667ce6d18849691c65b0960e9984e78a0.tar.xz | |
inst: remove systype step. system will be terminal with a disk after installation.
Diffstat (limited to 'rc/bin/inst/main')
| -rwxr-xr-x | rc/bin/inst/main | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rc/bin/inst/main b/rc/bin/inst/main index 413908455..bee680ebf 100755 --- a/rc/bin/inst/main +++ b/rc/bin/inst/main @@ -12,7 +12,6 @@ echo -n 'Preparing menu...' # must be topologically sorted (by prereq) tasks=(\ - systype\ configfs\ partdisk prepdisk\ mountfs\ @@ -21,7 +20,7 @@ tasks=(\ mountdist\ download\ copydist\ - ndbsetup nvramsetup\ + ndbsetup\ tzsetup\ bootsetup\ finish\ |
