aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts/entropy
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Explicitly set permissions on entropy filesDevin Teske2015-12-281-1/+6
| | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D3933 Submitted by: jmg Reviewed by: delphij, markm Approved by: secteam (delphij) MFC after: 3 days X-MFC-to: stable/10 stable/9 Notes: svn path=/head/; revision=292832
* Add executable bit to docsinstall [old] and entropy [new] scripts.Devin Teske2013-10-151-0/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=256489
* After installation, dump 4096 bytes from /dev/random to /entropy in theDag-Erling Smørgrav2013-10-111-0/+29
newly installed system. This should greatly increase the amount of entropy available when SSH host keys are generated during first boot. Reviewed by: markm, nathanw Approved by: re (gjb) Notes: svn path=/head/; revision=256338