index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Final whitespace changes I think | Dylan Taylor | |
2021-05-15 | Fix f-string is missing placeholders in unattended | Dylan Taylor | |
2021-05-15 | More manual fixes | Dylan Taylor | |
2020-11-29 | Spelling error | Anton Hvornum | |
2020-11-29 | Forgot to change the variable in unattended. | Anton Hvornum | |
2020-11-29 | Trying to combat #62. By implementing a UPSTREAM_URL variable globally, ↵ | Anton Hvornum | |
which can be controlled, as well as a PROFILE_PATH which controls where it should look for profiles. the list_profiles() should be more robust. | |||
2020-08-20 | Added a unattended installer. Fixed list_profiles() to not include .py ↵ | Anton Hvornum | |
ending in the profile name, it's already in the ['path'] defintion. Renamed desktop.py to awesome.py as it more accurately describes what's being installed. desktop should be reserved to a default desktop environment that's more new-user-friendly. | |||
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. |