diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 17:53:59 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 17:53:59 +0000 |
commit | 1ecde188491ece1f56ab767f32b727606e35f70f (patch) | |
tree | fe861366904fb2f1b8aa0818edf0825e100526c8 /distrib | |
parent | 6f4d7bae7172cde1f380713798de23f4e8308a72 (diff) |
move the 'updating firmwares' message into rc.firsttime rather than having
startup-like output in fw_update
"looks good" deraadt@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e2622dd742d..9ad766422c7 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.645 2011/07/09 03:14:53 deraadt Exp $ +# $OpenBSD: install.sub,v 1.646 2011/07/09 17:53:58 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 @@ -1650,7 +1650,8 @@ update_firmwares() { [[ $MODE == upgrade ]] && _get=Update ask_yn "$_get non-free firmwares on first boot?" no [[ $resp == y ]] && \ - echo '/usr/sbin/fw_update -v' >> /mnt/etc/rc.firsttime + echo "echo 'updating firmwares'; /usr/sbin/fw_update -v" \ + >> /mnt/etc/rc.firsttime } # Create a skeletal but useful /etc/fstab from /tmp/fstab by stripping all |