From 3336fe23cb8c14bf09b5ef181970736b5a10c9df Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Mon, 18 Oct 2021 19:50:59 +0900 Subject: [PATCH] boot: Set a kcmdline flag when debug is set in menu --- boot/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/config.c b/boot/config.c index 4fb63614..038a972f 100644 --- a/boot/config.c +++ b/boot/config.c @@ -124,6 +124,7 @@ int kmain() { if (_debug) { txt_debug = 1; + strcat(cmdline, "debug "); } if (!_vbox) {