shithub: riscv

Download patch

ref: 064bce08419857817e0b851ea43ae66b2aee0843
parent: 05bcced19e5495af6c39c0fa7e4f8a7466272cc4
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)