From 67384bfb73235f1b83c4d03dd90c9aaa00a4c200 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:39:43 -0400 Subject: [PATCH] fix(steps-guix): reopen interactive console after linux64 kexec --- steps-guix/improve/open_console.sh | 5 +++++ steps-guix/manifest | 1 + 2 files changed, 6 insertions(+) create mode 100644 steps-guix/improve/open_console.sh diff --git a/steps-guix/improve/open_console.sh b/steps-guix/improve/open_console.sh new file mode 100644 index 00000000..de10727c --- /dev/null +++ b/steps-guix/improve/open_console.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# SPDX-License-Identifier: GPL-3.0-or-later + +. /steps/improve/open_console.sh diff --git a/steps-guix/manifest b/steps-guix/manifest index 178eea56..3bc1d9ae 100644 --- a/steps-guix/manifest +++ b/steps-guix/manifest @@ -12,6 +12,7 @@ build: musl-obstack-1.2.3 build: elfutils-0.194 build: linux-6.12.74 jump: linux64 +improve: open_console ( INTERACTIVE == True && CHROOT == False ) improve: finalize_fhs improve: get_network # Build Guix Dependencies