mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-17 15:59:02 +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>