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/finish | |
parent | d3b1a7de341ee03753d99f1623bc88c36c1d3797 (diff) |
installer: fix *nomp=1, remove floppy nonsense from stop.
Diffstat (limited to 'rc/bin/inst/finish')
-rwxr-xr-x | rc/bin/inst/finish | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/rc/bin/inst/finish b/rc/bin/inst/finish index e616e64e1..7a0abfe1a 100755 --- a/rc/bin/inst/finish +++ b/rc/bin/inst/finish @@ -10,10 +10,7 @@ case checkdone export finish case go - if(~ $cdboot yes){ - echo 'Congratulations; you''ve completed the install.' - echo - halt - } - stop go finished + echo 'Congratulations; you''ve completed the install.' + echo + halt } |