diff --git a/steps-guix/improve/after.sh b/steps-guix/improve/after.sh index 14f2671c..f181984e 100644 --- a/steps-guix/improve/after.sh +++ b/steps-guix/improve/after.sh @@ -2,9 +2,4 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -mkdir -p /etc -if [ ! -e /etc/mtab ]; then - ln -s /proc/mounts /etc/mtab -fi - exec /steps/improve/after.sh diff --git a/steps-guix/improve/finalize_fhs.sh b/steps-guix/improve/finalize_fhs.sh new file mode 100644 index 00000000..a6093cf1 --- /dev/null +++ b/steps-guix/improve/finalize_fhs.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# +# SPDX-License-Identifier: GPL-3.0-or-later + +exec /steps/improve/finalize_fhs.sh diff --git a/steps-guix/manifest b/steps-guix/manifest index b127e8a7..860772e9 100644 --- a/steps-guix/manifest +++ b/steps-guix/manifest @@ -11,6 +11,7 @@ build: musl-obstack-1.2.3 build: elfutils-0.194 build: linux-6.12.74 jump: linux64 +improve: finalize_fhs improve: get_network build: libgpg-error-1.59 build: libgcrypt-1.12.1