diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-28 19:11:34 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-28 19:11:34 +0000 |
commit | 9407f2239dd762c8c342b04602b8c3effa0cab1d (patch) | |
tree | f3bb9661f67b45294bb75e979ddea63fafd5a7ab | |
parent | 0687d65075adad54ed27d2bd4e867ffac1f398c7 (diff) |
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 |