diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-09 22:56:02 +0000 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-09 22:56:02 +0000 |
| commit | 1c63dadd351d9cfb3b8d104125636dfbca37aad0 (patch) | |
| tree | f71a560deeb37d5275564e1870c5aa2b6e4c6a3d /rc/bin/inst/stop | |
| parent | d3b1a7de341ee03753d99f1623bc88c36c1d3797 (diff) | |
| download | plan9front-1c63dadd351d9cfb3b8d104125636dfbca37aad0.tar.xz | |
installer: fix *nomp=1, remove floppy nonsense from stop.
Diffstat (limited to 'rc/bin/inst/stop')
| -rwxr-xr-x | rc/bin/inst/stop | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/rc/bin/inst/stop b/rc/bin/inst/stop index a1d48694f..f7d1d1734 100755 --- a/rc/bin/inst/stop +++ b/rc/bin/inst/stop @@ -14,37 +14,4 @@ case checkready stop=notdone export stop } - -case go - coherence - switch($2){ - case finished - echo 'We need to write the state of the current installation to the install floppy,' - echo 'so that you can pick up from here if, for example, you want to set up' - echo 'more boot methods.' - echo - case * - echo 'We need to write the state of the current installation to the install floppy.' - echo 'so that you can pick up from here when you wish to continue.' - echo - } - echo -n 'Please make sure the install floppy is in the floppy drive and press enter.' - read >/dev/null >[2]/dev/null - - if(! a:) { - echo 'Couldn''t mount the floppy disk; sorry.' - exit - } - - if(cp /tmp/vars /n/a:/9inst.cnf || cp /tmp/vars /n/a:/9inst.cnf) { - echo 'Your install state has been saved to the install floppy.' - if(~ $2 finished){ - echo - echo 'Congratulations; you''ve completed the install.' - } - echo - halt - } - - echo 'Couldn''t save the state to your install floppy. Sorry.' } |
