to require "no", instead of "n" or "no" which works at every other damn prompt
in the installer. This seems to be an artifact of relentlessly pushing people
towards softraid by default, and I think that is a bit nasty and pushy.
#!/bin/ksh
-# $OpenBSD: install.sub,v 1.1243 2023/04/25 14:20:13 kn Exp $
+# $OpenBSD: install.sub,v 1.1244 2023/05/02 15:55:58 deraadt Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
__EOT
diskinfo $(get_dkdevs);;
'') ;;
- no) return;;
+ n|no) return;;
*) isin "$resp" $(get_dkdevs) && break
echo 'No such disk.';;
esac