mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix): reopen interactive console after linux64 kexec
This commit is contained in:
parent
277de656ad
commit
67384bfb73
2 changed files with 6 additions and 0 deletions
5
steps-guix/improve/open_console.sh
Normal file
5
steps-guix/improve/open_console.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
. /steps/improve/open_console.sh
|
||||||
|
|
@ -12,6 +12,7 @@ build: musl-obstack-1.2.3
|
||||||
build: elfutils-0.194
|
build: elfutils-0.194
|
||||||
build: linux-6.12.74
|
build: linux-6.12.74
|
||||||
jump: linux64
|
jump: linux64
|
||||||
|
improve: open_console ( INTERACTIVE == True && CHROOT == False )
|
||||||
improve: finalize_fhs
|
improve: finalize_fhs
|
||||||
improve: get_network
|
improve: get_network
|
||||||
# Build Guix Dependencies
|
# Build Guix Dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue