Add note about legacy tag if wireguard module is missing

pull/260/head
TheSpad 1 year ago
parent 8746a50b1b
commit 04aaafc661
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

@ -13,5 +13,6 @@ if ip link add dev test type wireguard; then
fi
else
echo "**** The wireguard module is not active. If you believe that your kernel should have wireguard support already, make sure that it is activated via modprobe! ****"
echo "**** If you have an old kernel without wireguard support built-in, you can try using the "legacy" tag for this image to compile the modules from scratch. ****"
sleep infinity
fi

Loading…
Cancel
Save