mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-24 21:15:16 +00:00
`eval "$kexeccmd"` should become `DO_WITH_DEBUG eval "$kexeccmd"` when adding DO_WITH_DEBUG, command invocation is still the same, still needs eval. Restore DO_WITH_DEBUG in front of kexec-parse-boot that had been removed. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>