diff options
author | 2011-07-28 19:11:33 +0000 | |
---|---|---|
committer | 2011-07-28 19:11:33 +0000 | |
commit | 3558da6bb52e624d2f485d8287179f056a9a2d10 (patch) | |
tree | 808cb3d9caec45340b2cf4fe67096dd59a605889 | |
parent | supress empty rc.firsttime email and add hostname to the subject line (diff) | |
download | wireguard-openbsd-3558da6bb52e624d2f485d8287179f056a9a2d10.tar.xz wireguard-openbsd-3558da6bb52e624d2f485d8287179f056a9a2d10.zip |
remove unneeded echo in rc.firsttime, since fw_update became more verbose
ok deraadt krw
-rw-r--r-- | distrib/miniroot/install.sub | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e34bd84c188..c42c6e5533e 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.647 2011/07/14 14:54:57 ajacoutot Exp $ +# $OpenBSD: install.sub,v 1.648 2011/07/28 19:11:33 halex 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 @@ -1648,8 +1648,7 @@ update_firmwares() { [[ $MODE == upgrade ]] && _get=Update ask_yn "$_get non-free firmwares on first boot?" no [[ $resp == y ]] && \ - echo "echo 'updating firmwares'; /usr/sbin/fw_update -v" \ - >> /mnt/etc/rc.firsttime + echo "/usr/sbin/fw_update -v" >> /mnt/etc/rc.firsttime } # Create a skeletal but useful /etc/fstab from /tmp/fstab by stripping all |