ref: 89477564bebcc96a20f004a5666642f2227a2b1c
parent: fae33e3eaacf263996a081e0c1b4092a4366ca6d
author: cinap_lenrek <cinap_lenrek@localhost>
date: Sat Apr 30 23:25:02 EDT 2011
boot(8): dont ask for keys every time on cpu kernel
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -91,7 +91,7 @@
if(! test -f /srv/factotum){x=(/boot/factotum -sfactotum)
if(~ $cpuflag 1)
- x=($x -kS)
+ x=($x -S)
if not
x=($x -u)
if(! ~ $#authaddr 0)
--
⑨