File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ hwclock -l -s
32
32
if [ ! -x " $CONFIG_BOOTSCRIPT " ]; then
33
33
recovery ' Boot script missing? Entering recovery shell'
34
34
# just in case...
35
- tpm extend -ix 4 recovery
35
+ tpm extend -ix 4 -ic recovery
36
36
exec /bin/ash
37
37
fi
38
38
@@ -48,7 +48,7 @@ if [ "$boot_option" = "r" ]; then
48
48
# Start an interactive shell
49
49
recovery ' User requested recovery shell'
50
50
# just in case...
51
- tpm extend -ix 4 recovery
51
+ tpm extend -ix 4 -ic recovery
52
52
exec /bin/ash
53
53
fi
54
54
@@ -58,5 +58,5 @@ exec "$CONFIG_BOOTSCRIPT"
58
58
# We should never reach here, but just in case...
59
59
recovery ' Boot script failure? Entering recovery shell'
60
60
# belts and suspenders, just in case...
61
- tpm extend -ix 4 recovery
61
+ tpm extend -ix 4 -ic recovery
62
62
exec /bin/ash
You can’t perform that action at this time.
0 commit comments