index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-27 | New feature: phone-home (post status POST request, optional.. Useful for ↵ | Anton Hvornum | |
debugging / verifying installs) | |||
2019-11-27 | Fixes for transition | Anton Hvornum | |
2019-11-27 | Fixes for transition | Anton Hvornum | |
2019-11-27 | Fixes for transition | Anton Hvornum | |
2019-11-27 | Rename gittea to gitea | jaybent | |
2019-11-27 | Create gittea | jaybent | |
2019-11-23 | Fixed which statement. It's a builtin and not a /usr/bin command | Anton Hvornum | |
2019-11-23 | Fixed which statement. It's a builtin and not a /usr/bin command | Anton Hvornum | |
2019-11-23 | Fixed which statement. It's a builtin and not a /usr/bin command | Anton Hvornum | |
2019-11-23 | Fixed which statement. It's a builtin and not a /usr/bin command | Anton Hvornum | |
2019-11-22 | Rename vmhost.json to deployments/vmhost.json | jaybent | |
2019-11-22 | Create vmhost.json | jaybent | |
basic template for a barebone vmhost with i3 | |||
2019-11-19 | Cleaned up function calls a bit | Anton Hvornum | |
2019-11-19 | Removed some debugging | Anton Hvornum | |
2019-11-19 | Added extra error handling in case filesystem wasn't mounted porperly | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | More error handling | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debug | Anton Hvornum | |
2019-11-19 | Enhanced spawn logic a bit | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | debugging | Anton Hvornum | |
2019-11-19 | Debug | Anton Hvornum | |
2019-11-18 | Debugging | Anton Hvornum | |
2019-11-18 | mismatch between archinstall and archinstall_gui in the worker class | Anton Hvornum | |
2019-11-18 | Debugging | Anton Hvornum | |
2019-11-18 | Finished moving almost all steps into functions. | Anton Hvornum | |
2019-11-18 | Forgot return value | Anton Hvornum | |
2019-11-18 | Correction on args fetching | Anton Hvornum | |
2019-11-18 | Positions and kwargs not added to functions | Anton Hvornum | |
2019-11-18 | String convertion on part numbers, maybe a stupid idea? | Anton Hvornum | |
2019-11-18 | Debugging | Anton Hvornum | |
2019-11-18 | Debugging | Anton Hvornum | |
2019-11-18 | Refresh partitions function enhanced. Previously it just returned a unsorted ↵ | Anton Hvornum | |
mess, now the args['partitions'] structure is finalized in that function | |||
2019-11-18 | Refresh partitions function enhanced. Previously it just returned a unsorted ↵ | Anton Hvornum | |
mess, now the args['partitions'] structure is finalized in that function | |||
2019-11-18 | Debugging | Anton Hvornum | |
2019-11-18 | Fetching partitions from the partition tree in the dictionary. | Anton Hvornum | |
2019-11-18 | Positions, not args | Anton Hvornum | |
2019-11-18 | Converted 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-18 | Cleaned up the entire format process into functions. | Anton Hvornum | |
2019-11-18 | Cleaned up the entire format process into functions. | Anton Hvornum | |
2019-11-18 | Added more *q, **k to functions | Anton Hvornum | |
2019-11-18 | Stupid 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-18 | Added args/kwargs to function | Anton Hvornum | |
2019-11-18 | Added success return on format of disks | Anton Hvornum | |