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
3232if [ ! -x " $CONFIG_BOOTSCRIPT " ]; then
3333 recovery ' Boot script missing? Entering recovery shell'
3434 # just in case...
35- tpm extend -ix 4 recovery
35+ tpm extend -ix 4 -ic recovery
3636 exec /bin/ash
3737fi
3838
@@ -48,7 +48,7 @@ if [ "$boot_option" = "r" ]; then
4848 # Start an interactive shell
4949 recovery ' User requested recovery shell'
5050 # just in case...
51- tpm extend -ix 4 recovery
51+ tpm extend -ix 4 -ic recovery
5252 exec /bin/ash
5353fi
5454
@@ -58,5 +58,5 @@ exec "$CONFIG_BOOTSCRIPT"
5858# We should never reach here, but just in case...
5959recovery ' Boot script failure? Entering recovery shell'
6060# belts and suspenders, just in case...
61- tpm extend -ix 4 recovery
61+ tpm extend -ix 4 -ic recovery
6262exec /bin/ash
You can’t perform that action at this time.
0 commit comments