Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
Hi,
It is probably a "bug" from the arch iso (at least for June 2020), but setting up wifi fails and logs show that the interface is already up. Other reported this problem. For example here.
I finally add a line to the configure_network function is alis.sh. So I add at line 330:
ip link set "$WIFI_INTERFACE" down
Invoking this line multiple times does not seem to halt the script, since setting down an already downed interface does not generate an error. So I expect that adding this line would not hurt, even if the "bug" was corrected in July...
Hi, It is probably a "bug" from the arch iso (at least for June 2020), but setting up wifi fails and logs show that the interface is already up. Other reported this problem. For example here.
I finally add a line to the configure_network function is alis.sh. So I add at line 330:
ip link set "$WIFI_INTERFACE" down
Invoking this line multiple times does not seem to halt the script, since setting down an already downed interface does not generate an error. So I expect that adding this line would not hurt, even if the "bug" was corrected in July...