boot(8): dont ask for keys every time on cpu kernel
This commit is contained in:
parent
05bcced19e
commit
064bce0841
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue