3 # $NetBSD: start.tmpl,v 1.3 1998/01/09 08:03:20 perry Exp $
7 echo "Welcome to the NetBSD @@VERSION@@ installation floppy."
10 while [ $again = "true" ]; do
12 echo 'enter "sysinst" to run the new system install program,'
13 echo ' "install" to install NetBSD,'
14 echo ' "upgrade" to upgrade an existing NetBSD system,'
15 echo ' or "shell" for a shell prompt.'
17 echo -n "your choice? "
21 sysinst|
install|upgrade|shell
)
28 echo "Sorry, $resp isn't valid."
45 echo 'If you want to run install or upgrade later,'
46 echo 'simply type "install" or "upgrade" to the shell.'