Skip to content

Commit 7eaecee

Browse files
authored
Merge pull request #64 from nathanchance/revert-exec-uml
-off-by: Nathan Chancellor <[email protected]>
2 parents bc0d177 + e3da2ab commit 7eaecee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

boot-uml.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ function decomp_rootfs() {
3030
}
3131

3232
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[@]}"
33+
"$KERNEL" ubd0="$rootfs" "${kernel_args[@]}"
3734
}
3835

3936
parse_parameters "$@"

0 commit comments

Comments
 (0)