|
|
@ -156,7 +156,7 @@ function configure_network_interfaces { |
|
|
|
echo "" |
|
|
|
echo "Could not determine the ethernet interface" |
|
|
|
echo "Please ensure you've configure 'predictable network interfaces'" |
|
|
|
echo "Please see #TODO for more" |
|
|
|
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" |
|
|
|
echo "" |
|
|
|
exit 1 |
|
|
|
fi |
|
|
@ -174,7 +174,7 @@ function configure_network_interfaces { |
|
|
|
echo "" |
|
|
|
echo "Could not determine the wireless interface" |
|
|
|
echo "Please ensure you've configure 'predictable network interfaces'" |
|
|
|
echo "Please see #TODO for more" |
|
|
|
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" |
|
|
|
echo "" |
|
|
|
exit 1 |
|
|
|
fi |
|
|
@ -197,7 +197,7 @@ function configure_dnsmasq { |
|
|
|
echo "" |
|
|
|
echo "Could not determine the wireless interface" |
|
|
|
echo "Please ensure you've configure 'predictable network interfaces'" |
|
|
|
echo "Please see #TODO for more" |
|
|
|
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" |
|
|
|
echo "" |
|
|
|
exit 1 |
|
|
|
fi |
|
|
@ -226,7 +226,7 @@ function configure_hostapd { |
|
|
|
echo "" |
|
|
|
echo "Could not determine the wireless interface" |
|
|
|
echo "Please ensure you've configure 'predictable network interfaces'" |
|
|
|
echo "Please see #TODO for more" |
|
|
|
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" |
|
|
|
echo "" |
|
|
|
exit 1 |
|
|
|
fi |
|
|
@ -355,7 +355,7 @@ function show_post_install_banner { |
|
|
|
echo "Please see the manual for post-installation tasks" |
|
|
|
echo "And help with troubleshooting the network configuration" |
|
|
|
echo "" |
|
|
|
echo " https://manual.bibliotecha.info/#TODO" |
|
|
|
echo " https://manual.bibliotecha.info/#troubleshooting" |
|
|
|
echo "" |
|
|
|
} |
|
|
|
|
|
|
|