diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2010-12-22 22:22:41 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2010-12-22 22:22:41 +0000 |
commit | 6a2dad374b4ca20cd705eaaa7063b88af8fbbfed (patch) | |
tree | 7a1d267e0829d653ccfd872e895b7fb9a4767e3b /distrib/miniroot/install.sh | |
parent | 609d99e7f8c6998c0d20781e5c48e44fde36d839 (diff) |
remove redundant junk
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name
ok deraadt@
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index fa106d6ff77..319737e04ec 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.213 2010/12/22 21:23:26 todd Exp $ +# $OpenBSD: install.sh,v 1.214 2010/12/22 22:22:40 todd Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -274,7 +274,6 @@ done ) # Feed the random pool some junk before we read from it (dmesg; cat $SERVERLISTALL; sysctl; route -n show; df; ifconfig -A; hostname) >/mnt/dev/arandom 2>&1 -cat $SERVERLISTALL >/mnt/dev/arandom 2>/dev/null echo -n "done.\nGenerating initial host.random file..." /mnt/bin/dd if=/mnt/dev/arandom of=/mnt/var/db/host.random \ |