Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
networking.py
Age
Commit message (
Expand
)
Author
2021-11-01
Fixed flake8 issues in networking, plugins and profiles.
Anton Hvornum
2021-06-10
Add a message when running check_mirror_reachable to let users know it is not...
Dylan M. Taylor
2021-06-10
Merge pull request #537 from archlinux/torxed-fix-517
Anton Hvornum
2021-06-10
Exit codes are an 8 bit value and could be 0 through 255
Dylan M. Taylor
2021-06-09
Only print requires root messages if effective user id is not root
Dylan Taylor
2021-06-01
Windows fix + Sorting based on list
Anton Hvornum
2021-05-19
very minor whitespace fixes
Dylan Taylor
2021-05-19
Added support for getting configuration from a config file (#364)
Yash Tripathi
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-18
Proofreading: Fix misc. spelling and grammar issues
Dylan Taylor
2021-05-15
Add mirror reachability check
Dylan M. Taylor
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Fix E713 test for membership should be 'not in'
Dylan Taylor
2021-05-15
More formatting fixes to satisfy PEP 8
Dylan Taylor
2021-05-15
More formatting fixes
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
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. T...
Anton Hvornum
2020-11-29
Added a lower() factor to mac addresses in get_interface_from_mac() to match ...
Anton Hvornum
2020-11-29
Added a mac->iface lookup function, just to make the templte codes easier to ...
Anton Hvornum
2020-11-29
Removed find_examples() and moved example finding paths into archinstall.stor...
Anton Hvornum
2020-10-19
Fix some PEP-8 errors.
Varun Madiath
2020-08-20
Starting to add networking helpers in archinstall. First up is archinstall.ge...
Anton Hvornum