diff options
author | Matthew Veety <mveety@gmail.com> | 2015-05-13 00:15:18 -0400 |
---|---|---|
committer | Matthew Veety <mveety@gmail.com> | 2015-05-13 00:15:18 -0400 |
commit | 2b4a488762eb85495d0001cfa689f12b2c746a7a (patch) | |
tree | 2fe9fcd3d0299b15739c1d3b4df6118834fa23e7 /sys/src/9/boot | |
parent | 80845af98b8265b13c90cf95eec9274857250859 (diff) |
fixed by fuck up
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/bootrc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index 3cc4a7fba..208122f72 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -90,9 +90,6 @@ fn main{ } if not x=($x -u) - if(~ $autolog true || ~ $autolog yes || ~ $autolog 1) - if(! ~ $service cpu) - x=($x -T) if(! ~ $#debugfactotum 0) x=($x -p) must $x @@ -106,9 +103,6 @@ fn main{ if(~ $#$x 0) x=auth if(! ~ $#$x 0 && test -x /bin/auth/secstore && test -f /mnt/factotum/ctl){ x=(auth/secstore -G factotum -s^$$x) - if(~ $autolog true || ~ $autolog yes || ~ $autolog 1) - if(! ~ $service cpu) - x=($x -n) if(~ $service cpu) $x -n >/mnt/factotum/ctl if(~ $status *readnvram* || ! ~ $service cpu) @@ -123,7 +117,7 @@ fn main{ if(~ $#bootdisk 1 && ~ $#cfs 0) cfs=$bootdisk/cache if(~ $#cfs 1 && ! ~ $cfs off && test -f $cfs){ - x=(/bin/cfs -S -s -f $cfs) + x=(/bin/cfs -s -f $cfs) if(~ -f $ff) x=($x -r) {$x </srv/boot &} | echo 0 >/srv/cfs |