diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-01 03:25:02 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-01 03:25:02 +0000 |
commit | 064bce08419857817e0b851ea43ae66b2aee0843 (patch) | |
tree | 159fa44cd2a079d38ecb1601683afc857607bc1a /sys | |
parent | 05bcced19e5495af6c39c0fa7e4f8a7466272cc4 (diff) |
boot(8): dont ask for keys every time on cpu kernel
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/9/boot/bootrc | 2 |
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) |