index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-01-25 | Added an embryo for listing wireless networks. | Anton Hvornum | |
2021-01-25 | Created an embryo for hardware detection. Supports detecting WiFi and UEFI. ↵ | Anton Hvornum | |
This fixes #44 and is a start for #82. | |||
2020-11-29 | Added a lower() factor to mac addresses in get_interface_from_mac() to match ↵ | Anton Hvornum | |
list_interfaces(). | |||
2020-11-29 | Added a mac->iface lookup function, just to make the templte codes easier to ↵ | Anton Hvornum | |
read. | |||
2020-11-29 | Removed find_examples() and moved example finding paths into ↵ | Anton Hvornum | |
archinstall.storage. Otherwise they won't share the variable instance across imports (mutables vs non-mutables i guess). In an attempt to fix #62 | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-08-20 | Starting to add networking helpers in archinstall. First up is ↵ | Anton Hvornum | |
archinstall.getHwAddr(ifname) which returns the mac of a interface name. second is archinstall.list_interfaces() which lists all the local MAC addresses and which interface it is bound to. Also starting to add the unattended installer back step by step. Currently with one MAC profile. The MAC profile filtering/detection has also been added in archinstall.list_profiles() - it will filter out all MAC address-specific profiles when called, unless a MAC matches a profile or filter_irrelevant_macs=False is given. |