svn commit: r335878 - head/tools/boot

Ian Lepore ian at FreeBSD.org
Mon Jul 2 22:59:31 UTC 2018


Author: ian
Date: Mon Jul  2 22:59:29 2018
New Revision: 335878
URL: https://svnweb.freebsd.org/changeset/base/335878

Log:
  Doh!  Commit the proper default values, not my local tweaks.

Modified:
  head/tools/boot/rootgen.sh

Modified: head/tools/boot/rootgen.sh
==============================================================================
--- head/tools/boot/rootgen.sh	Mon Jul  2 22:58:04 2018	(r335877)
+++ head/tools/boot/rootgen.sh	Mon Jul  2 22:59:29 2018	(r335878)
@@ -2,8 +2,8 @@
 
 # $FreeBSD$
 
-passphrase=x
-iterations=5000
+passphrase=passphrase
+iterations=50000
 
 do_boot1_efi=0
 


More information about the svn-src-all mailing list