bootrc: remove $ff references (was old parsed /boot/boot argument list)

This commit is contained in:
cinap_lenrek 2018-12-04 18:55:56 +01:00
parent b5f7e27f44
commit c5393d612f

View file

@ -87,11 +87,8 @@ fn main{
# authentication agent
if(! test -f /srv/factotum){
x=(/boot/factotum -n -sfactotum)
if(~ $service cpu){
if(~ $service cpu)
x=($x -S)
if(~ -k $ff)
x=($x -k)
}
if not
x=($x -u)
if(! ~ $#debugfactotum 0)
@ -121,10 +118,7 @@ fn main{
if(~ $#bootdisk 1 && ~ $#cfs 0)
cfs=$bootdisk/cache
if(~ $#cfs 1 && ! ~ $cfs off && test -f $cfs){
x=(/bin/cfs -s -f $cfs)
if(~ -f $ff)
x=($x -r)
{$x </srv/boot &} | echo 0 >/srv/cfs
{/bin/cfs -s -f $cfs </srv/boot &} | echo 0 >/srv/cfs
rm /srv/boot
mv /srv/cfs /srv/boot
}
@ -145,8 +139,6 @@ fn main{
init=($init -c)
if not
init=($init -t)
if(~ -m $ff)
init=($init -m)
}
# remove enviroment variables