diff options
author | 2011-08-02 15:52:04 +0000 | |
---|---|---|
committer | 2011-08-02 15:52:04 +0000 | |
commit | e4662572bc00baffb3e772aee630a7c26596bcb2 (patch) | |
tree | ade872458741662a676b0b84b037c5106f242e32 | |
parent | Replace one byte of padding with sa_family_t af in pfsync_state_key; (diff) | |
download | wireguard-openbsd-e4662572bc00baffb3e772aee630a7c26596bcb2.tar.xz wireguard-openbsd-e4662572bc00baffb3e772aee630a7c26596bcb2.zip |
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
-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 |