mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
fix(steps-guix): run finalize_fhs after linux64 jump and drop ad-hoc mtab hack
This commit is contained in:
parent
ffce902c97
commit
685f8aefa2
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
5
steps-guix/improve/finalize_fhs.sh
Normal file
5
steps-guix/improve/finalize_fhs.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
exec /steps/improve/finalize_fhs.sh
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue