summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-01 03:25:02 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-01 03:25:02 +0000
commit064bce08419857817e0b851ea43ae66b2aee0843 (patch)
tree159fa44cd2a079d38ecb1601683afc857607bc1a /sys
parent05bcced19e5495af6c39c0fa7e4f8a7466272cc4 (diff)
boot(8): dont ask for keys every time on cpu kernel
Diffstat (limited to 'sys')
-rw-r--r--sys/src/9/boot/bootrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc
index 9488d5f46..9b6fc6a28 100644
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -91,7 +91,7 @@ fn main{
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)