mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
refactor(steps-guix): align linux64 handover with upstream jump flow and end with shared after
This commit is contained in:
parent
6c2fd501ed
commit
0b53827ca7
4 changed files with 5 additions and 6 deletions
4
steps-guix/improve/after.sh
Normal file
4
steps-guix/improve/after.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
exec /steps/improve/after.sh
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
|
||||||
# SPDX-FileCopyrightText: 2026 Luo Yanpan
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# SPDX-FileCopyrightText: 2026 Luo Yanpan
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
: "${KERNEL_SYSROOT:=/kernel-toolchain}"
|
: "${KERNEL_SYSROOT:=/kernel-toolchain}"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ build: musl-fts-1.2.7
|
||||||
build: musl-obstack-1.2.3
|
build: musl-obstack-1.2.3
|
||||||
build: elfutils-0.194
|
build: elfutils-0.194
|
||||||
build: linux-6.12.74
|
build: linux-6.12.74
|
||||||
improve: linux64
|
jump: linux64
|
||||||
build: libgpg-error-1.59
|
build: libgpg-error-1.59
|
||||||
build: libgcrypt-1.12.1
|
build: libgcrypt-1.12.1
|
||||||
build: guile-gcrypt-0.5.0
|
build: guile-gcrypt-0.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue