index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-10-19 | Fix typo in function parameter | Varun Madiath | |
`suppress_errors` was previously spelt `surpress_errors` | |||
2020-09-29 | Removed AUR support (Moving to a separate project, possibly as an addon ↵ | Anton Hvornum | |
layer later) | |||
2020-08-21 | Adding a comment. Also testing webhooks | Anton Hvornum | |
2020-08-21 | Corrected API endpoint for automated tests. | Anton Hvornum | |
2020-08-21 | Added some debug output to the automated test profile. | Anton Hvornum | |
2020-08-21 | Adjusted the automated test build to send the correct status message to the ↵ | Anton Hvornum | |
backend API. | |||
2020-08-21 | Added API for automatic testing status. | Anton Hvornum | |
2020-08-21 | Added try/catch for HTTPS POST. | Anton Hvornum | |
2020-08-20 | Added a timeout on the HTTPS POST status after a successful install. | Anton Hvornum | |
2020-08-20 | Added the HTTPS POST for a successful build to the unattended test build. | Anton Hvornum | |
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. |