aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/start-up.fs
diff options
context:
space:
mode:
Diffstat (limited to 'slof/fs/start-up.fs')
-rw-r--r--slof/fs/start-up.fs5
1 files changed, 5 insertions, 0 deletions
diff --git a/slof/fs/start-up.fs b/slof/fs/start-up.fs
index 7020f5c..c1f931a 100644
--- a/slof/fs/start-up.fs
+++ b/slof/fs/start-up.fs
@@ -56,6 +56,11 @@
;
: (boot?) ( -- )
+ \ last step before we boot we give up physical presence on the TPM
+ s" /ibm,vtpm" find-node ?dup IF
+ s" leave-firmware" rot $call-static
+ THEN
+
of-prompt? not auto-boot? and IF
(boot)
THEN