mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(steps-guix): run final after stage to prevent pid1 exit panic
This commit is contained in:
parent
642ef88072
commit
ae840fa57c
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
exec /steps/improve/after.sh
|
exec /steps/improve/after.sh
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@ improve: get_network
|
||||||
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
|
||||||
|
improve: after
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue