mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix-pull): create /etc/services before daemon startup
This commit is contained in:
parent
fc1cf31f77
commit
f786342a87
2 changed files with 14 additions and 0 deletions
13
steps-guix/improve/services.sh
Normal file
13
steps-guix/improve/services.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
mkdir -p /etc
|
||||||
|
|
||||||
|
cat > /etc/services <<'EOF'
|
||||||
|
http 80/tcp
|
||||||
|
http 80/udp
|
||||||
|
https 443/tcp
|
||||||
|
https 443/udp
|
||||||
|
EOF
|
||||||
|
|
@ -69,6 +69,7 @@ build: mescc-tools-static-stripped-0.5.2-i686-linux
|
||||||
# End of Guix Bootstrap seeds
|
# End of Guix Bootstrap seeds
|
||||||
build: guix-hash-compat-1.5.0
|
build: guix-hash-compat-1.5.0
|
||||||
build: guix-1.5.0
|
build: guix-1.5.0
|
||||||
|
improve: services
|
||||||
improve: guix-daemon-and-pull
|
improve: guix-daemon-and-pull
|
||||||
improve: guix-build-iso
|
improve: guix-build-iso
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue