diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-02 15:52:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-08-02 15:52:05 +0000 |
commit | 7979b113f5948448e765eef8cc99b14c46f17dcc (patch) | |
tree | eab97692ceb9cecf67200f73a3621dd884e6a6e9 /distrib/miniroot | |
parent | 7f04cfe9dab75a33e2facda366021abdd32bbdf4 (diff) |
Say "firmware files" instead of "firmwares". It is so hard to be clear
when they are per-device packages which can containing more than one
firmware files..
from sthen
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index c42c6e5533e..b471d650a28 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.648 2011/07/28 19:11:33 halex Exp $ +# $OpenBSD: install.sub,v 1.649 2011/08/02 15:52:04 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1643,10 +1643,10 @@ run_sysmerge() { fi } -update_firmwares() { +update_firmware() { local _get=Install [[ $MODE == upgrade ]] && _get=Update - ask_yn "$_get non-free firmwares on first boot?" no + ask_yn "$_get non-free firmware files on first boot?" no [[ $resp == y ]] && \ echo "/usr/sbin/fw_update -v" >> /mnt/etc/rc.firsttime } @@ -1990,7 +1990,7 @@ finish_up() { [[ "$MODE" == upgrade ]] && run_sysmerge - update_firmwares + update_firmware # Pat on the back. cat <<__EOT |