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
2022-08-01Handle no internet connection gracefully (#1361)Daniel Girtler
2022-02-18Check if pacman is available (#958)Daniel
2022-01-30Add --noconfirm flag to update_keyring() (#922)Timothy Pidashev
2022-01-30Synchronize `archlinux-keyring` when running guided.py (#917)Timothy Pidashev
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2021-11-01Fixed flake8 issues in networking, plugins and profiles.Anton Hvornum
2021-06-10Add a message when running check_mirror_reachable to let users know it is not...Dylan M. Taylor
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
2021-06-10Exit codes are an 8 bit value and could be 0 through 255Dylan M. Taylor
2021-06-09Only print requires root messages if effective user id is not rootDylan Taylor
2021-06-01Windows fix + Sorting based on listAnton Hvornum
2021-05-19very minor whitespace fixesDylan Taylor
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-15Add mirror reachability checkDylan M. Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Fix E713 test for membership should be 'not in'Dylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan Taylor
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