We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71f84c commit 7f2eb15Copy full SHA for 7f2eb15
initrd/init
@@ -32,7 +32,7 @@ hwclock -l -s
32
if [ ! -x "$CONFIG_BOOTSCRIPT" ]; then
33
recovery 'Boot script missing? Entering recovery shell'
34
# just in case...
35
- tpm extend -ix 4 recovery
+ tpm extend -ix 4 -ic recovery
36
exec /bin/ash
37
fi
38
@@ -48,7 +48,7 @@ if [ "$boot_option" = "r" ]; then
48
# Start an interactive shell
49
recovery 'User requested recovery shell'
50
51
52
53
54
@@ -58,5 +58,5 @@ exec "$CONFIG_BOOTSCRIPT"
58
# We should never reach here, but just in case...
59
recovery 'Boot script failure? Entering recovery shell'
60
# belts and suspenders, just in case...
61
-tpm extend -ix 4 recovery
+tpm extend -ix 4 -ic recovery
62
0 commit comments