Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
AgeCommit message (Collapse)Author
2019-11-27Update: mirrors are now re-ordered by default if a gateway and country is foundAnton Hvornum
2019-11-27Country code instead of nameAnton Hvornum
2019-11-27Missing parameter in guess_country()Anton Hvornum
2019-11-27Adding debugAnton Hvornum
2019-11-27Adding functions for issue #27Anton Hvornum
2019-11-27Fixes for transitionAnton Hvornum
2019-11-27Fixes for transitionAnton Hvornum
2019-11-27Fixes for transitionAnton Hvornum
2019-11-27New feature: phone-home (post status POST request, optional.. Useful for ↵Anton Hvornum
debugging / verifying installs)
2019-11-27Fixes for transitionAnton Hvornum
2019-11-27Fixes for transitionAnton Hvornum
2019-11-27Fixes for transitionAnton Hvornum
2019-11-23Fixed which statement. It's a builtin and not a /usr/bin commandAnton Hvornum
2019-11-23Fixed which statement. It's a builtin and not a /usr/bin commandAnton Hvornum
2019-11-23Fixed which statement. It's a builtin and not a /usr/bin commandAnton Hvornum
2019-11-23Fixed which statement. It's a builtin and not a /usr/bin commandAnton Hvornum
2019-11-19Cleaned up function calls a bitAnton Hvornum
2019-11-19Removed some debuggingAnton Hvornum
2019-11-19Added extra error handling in case filesystem wasn't mounted porperlyAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19More error handlingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debugAnton Hvornum
2019-11-19Enhanced spawn logic a bitAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19debuggingAnton Hvornum
2019-11-19DebugAnton Hvornum
2019-11-18DebuggingAnton Hvornum
2019-11-18mismatch between archinstall and archinstall_gui in the worker classAnton Hvornum
2019-11-18DebuggingAnton Hvornum
2019-11-18Finished moving almost all steps into functions.Anton Hvornum
2019-11-18Forgot return valueAnton Hvornum
2019-11-18Correction on args fetchingAnton Hvornum
2019-11-18Positions and kwargs not added to functionsAnton Hvornum
2019-11-18String convertion on part numbers, maybe a stupid idea?Anton Hvornum
2019-11-18DebuggingAnton Hvornum
2019-11-18DebuggingAnton Hvornum
2019-11-18Refresh partitions function enhanced. Previously it just returned a unsorted ↵Anton Hvornum
mess, now the args['partitions'] structure is finalized in that function
2019-11-18Refresh partitions function enhanced. Previously it just returned a unsorted ↵Anton Hvornum
mess, now the args['partitions'] structure is finalized in that function
2019-11-18DebuggingAnton Hvornum
2019-11-18Fetching partitions from the partition tree in the dictionary.Anton Hvornum
2019-11-18Positions, not argsAnton Hvornum
2019-11-18Converted to a new mode. Each parameter to the functions, are given as ↵Anton Hvornum
strings and later mapped to the args[] structure. This so that you can supply keys in advanced without them being there. In order to chain functions together where functions some where along the chain supplies one of those values
2019-11-18Cleaned up the entire format process into functions.Anton Hvornum
2019-11-18Cleaned up the entire format process into functions.Anton Hvornum