On 12/22/10 22:23, Todd Fries wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org 2010/12/22 14:23:26 > > Modified files: > distrib/miniroot: install.sh > > Log message: > add more commands of output of random "junk" to arandom > please commit deraadt@ > > > Affected files: > http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/miniroot/install.sh
(dmesg; cat $SERVERLISTALL; sysctl; route -n show; df; ifconfig -A; hostname) >/mnt/dev/arandom 2>&1 ^^^^ That redirection is awesome! :-) /Alexander