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.
2 parents bc0d177 + e3da2ab commit 7eaeceeCopy full SHA for 7eaecee
boot-uml.sh
@@ -30,10 +30,7 @@ function decomp_rootfs() {
30
}
31
32
function execute_kernel() {
33
- # exec is needed to avoid a "Killed" message when the kernel shuts down:
34
- # https://github.com/ClangBuiltLinux/boot-utils/issues/60
35
- # Nothing runs after this command so it is okay for it to replace this process.
36
- exec "$KERNEL" ubd0="$rootfs" "${kernel_args[@]}"
+ "$KERNEL" ubd0="$rootfs" "${kernel_args[@]}"
37
38
39
parse_parameters "$@"
0 commit comments