Skip to content
Snippets Groups Projects
Unverified Commit 4372fe9c authored by Oliver Smith's avatar Oliver Smith
Browse files

install_pmbootstrap: disable ipv6 temporarily (MR 9)

parent 35221ff1
No related branches found
No related tags found
No related merge requests found
Pipeline #208079 failed
......@@ -56,6 +56,10 @@ printf "\n"
# shellcheck disable=SC2086
apk -q add $depends
# Disable IPv6: Workaround until gitlab.postmarketos.org supports IPv6,
# OSUOSL is working on it (infra#195)
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
# Set up binfmt_misc
if ! mount | grep -q /proc/sys/fs/binfmt_misc; then
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment