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 458cf87 commit 7cf99a5Copy full SHA for 7cf99a5
1 file changed
initrd/bin/kexec-boot
@@ -61,6 +61,10 @@ adjust_cmd_line() {
61
adjusted_cmd_line="y"
62
}
63
64
+if [ "$CONFIG_DEBUG_OUTPUT" = "y" ];then
65
+ kexeccmd="$kexeccmd -d"
66
+fi
67
+
68
module_number="1"
69
while read line
70
do
@@ -139,4 +143,8 @@ if [ "$CONFIG_TPM" = "y" ]; then
139
143
fi
140
144
141
145
echo "Starting the new kernel"
146
147
+ DEBUG "kexeccmd= $kexeccmd"
148
+ DO_WITH_DEBUG exec kexec -d -e
149
142
150
exec kexec -e
0 commit comments