Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/networking.py
AgeCommit message (Expand)Author
2021-04-04Fix misspellingsRafael Fontenelle
2021-01-25Added an embryo for listing wireless networks.Anton Hvornum
2021-01-25Created an embryo for hardware detection. Supports detecting WiFi and UEFI. T...Anton Hvornum
2020-11-29Added a lower() factor to mac addresses in get_interface_from_mac() to match ...Anton Hvornum
2020-11-29Added a mac->iface lookup function, just to make the templte codes easier to ...Anton Hvornum
2020-11-29Removed find_examples() and moved example finding paths into archinstall.stor...Anton Hvornum
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-08-20Starting to add networking helpers in archinstall. First up is archinstall.ge...Anton Hvornum