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-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
2019-11-18Added more *q, **k to functionsAnton Hvornum
2019-11-18Stupid of me to call the sys.argv for args. Now I have to rename all *args ↵Anton Hvornum
expansions to *positionals or something
2019-11-18Added args/kwargs to functionAnton Hvornum
2019-11-18Added success return on format of disksAnton Hvornum
2019-11-18Started adding failure responses on commands for error checks.Anton Hvornum
2019-11-18Added refreshing of partitions into a functionAnton Hvornum
2019-11-18Parameter missmatch on nameAnton Hvornum
2019-11-18Added args, kwargs to a functionAnton Hvornum
2019-11-18Added debugAnton Hvornum
2019-11-18Don't show drives unless we have someAnton Hvornum
2019-11-18Cache password is now a function. This is so others can call itAnton Hvornum
2019-11-18TestAnton Hvornum
2019-11-18Corrected commandlog history emulated or notAnton Hvornum
2019-11-18More visible outputAnton Hvornum
2019-11-18More verbose output for unformatted drives.Anton Hvornum
2019-11-18Fix for unpartitioned drives.Anton Hvornum
2019-11-17Fixed some stuffAnton Hvornum
2019-11-17Added tests. Also improved emulated commands.Anton Hvornum
2019-11-17Cleaning up some moreAnton Hvornum
2019-11-17Improved sys_command(). Also added a commandhistory-log and emulation modeAnton Hvornum
2019-11-17Added new ways to get the disk size, since os.statvfs() won't work on ↵Anton Hvornum
unmounted drives. Also moving more stuff into functions.
2019-11-15Starting to move individual steps into functions instead, so that they can ↵Anton Hvornum
be called externally as a library instead. Useful for graphical frontends and what not
2019-11-13Adding runas in options to POST commands. To be able to run AUR commands as ↵Anton Hvornum
a certain user since yay refuses to build as root
2019-11-13Improving tracelog output on errorAnton Hvornum
2019-11-13Added debug output for the AUR stepAnton Hvornum
2019-11-13Fixing sed commandAnton Hvornum
2019-11-13Forgot ending "Anton Hvornum
2019-11-13Improved aibuilder for building yayAnton Hvornum
2019-11-13Fixed branch checkingAnton Hvornum
2019-11-13Added debugAnton Hvornum
2019-11-13Improiving on git branch switchingAnton Hvornum