mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(steps-guix): ensure /etc/mtab exists before delegating to global after script
This commit is contained in:
parent
ae840fa57c
commit
ffce902c97
1 changed files with 5 additions and 0 deletions
|
|
@ -2,4 +2,9 @@
|
|||
#
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue