Commit Graph

410 Commits

Author SHA1 Message Date
Anton Hvornum fcdafd22e1 debug 2019-11-19 00:26:00 +00:00
Anton Hvornum a543c2033c Enhanced spawn logic a bit 2019-11-19 00:17:31 +00:00
Anton Hvornum 42676d5787 debugging 2019-11-19 00:11:43 +00:00
Anton Hvornum 22698ad65c debugging 2019-11-19 00:09:25 +00:00
Anton Hvornum e7e7390c7e Debug 2019-11-19 00:07:33 +00:00
Anton Hvornum d80d74b820 Debugging 2019-11-18 23:44:50 +00:00
Anton Hvornum 4f394d40ce mismatch between archinstall and archinstall_gui in the worker class 2019-11-18 23:42:04 +00:00
Anton Hvornum 03ceef69f1 Debugging 2019-11-18 23:35:09 +00:00
Anton Hvornum cf865c98b5 Finished moving almost all steps into functions. 2019-11-18 23:12:36 +00:00
Anton Hvornum fda94e5b95 Forgot return value 2019-11-18 22:14:54 +00:00
Anton Hvornum ceb73c5523 Correction on args fetching 2019-11-18 22:09:24 +00:00
Anton Hvornum 755efe5706 Positions and kwargs not added to functions 2019-11-18 22:05:17 +00:00
Anton Hvornum 29b091e037 String convertion on part numbers, maybe a stupid idea? 2019-11-18 22:03:49 +00:00
Anton Hvornum 1129dae13d Debugging 2019-11-18 22:02:45 +00:00
Anton Hvornum 3657cc5c6e Debugging 2019-11-18 21:50:56 +00:00
Anton Hvornum 3c2a88bd7a Refresh partitions function enhanced. Previously it just returned a unsorted mess, now the args['partitions'] structure is finalized in that function 2019-11-18 21:47:49 +00:00
Anton Hvornum 0afa90f815 Refresh partitions function enhanced. Previously it just returned a unsorted mess, now the args['partitions'] structure is finalized in that function 2019-11-18 21:46:07 +00:00
Anton Hvornum 4cd31af1b0 Debugging 2019-11-18 21:37:34 +00:00
Anton Hvornum 9e322c0205 Fetching partitions from the partition tree in the dictionary. 2019-11-18 21:36:12 +00:00
Anton Hvornum 3bcfd23b30 Positions, not args 2019-11-18 21:19:33 +00:00
Anton Hvornum f2e3d8ecf2 Converted to a new mode. Each parameter to the functions, are given as 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 21:17:16 +00:00
Anton Hvornum 5a4e1ec092 Cleaned up the entire format process into functions. 2019-11-18 20:46:46 +00:00
Anton Hvornum 737c2b648d Cleaned up the entire format process into functions. 2019-11-18 20:46:20 +00:00
Anton Hvornum f5f1f210fe Added more *q, **k to functions 2019-11-18 20:14:56 +00:00
Anton Hvornum 8c03f60765 Stupid of me to call the sys.argv for args. Now I have to rename all *args expansions to *positionals or something 2019-11-18 20:13:20 +00:00
Anton Hvornum 1ae1c764ba Added args/kwargs to function 2019-11-18 20:10:38 +00:00
Anton Hvornum c2a2e1e5d0 Added success return on format of disks 2019-11-18 20:09:57 +00:00
Anton Hvornum da36b4f4e1 Started adding failure responses on commands for error checks. 2019-11-18 20:09:18 +00:00
Anton Hvornum 30752a49c6 Added refreshing of partitions into a function 2019-11-18 20:04:36 +00:00
Anton Hvornum eb318c24db Parameter missmatch on name 2019-11-18 17:18:50 +01:00
Anton Hvornum 997baca5fc Added args, kwargs to a function 2019-11-18 17:17:58 +01:00
Anton Hvornum 27059f4f80 Added debug 2019-11-18 17:15:15 +01:00
Anton Hvornum ac8393645c Don't show drives unless we have some 2019-11-18 17:11:45 +01:00
Anton Hvornum f679b49070 Cache password is now a function. This is so others can call it 2019-11-18 17:08:26 +01:00
Anton Hvornum 7f59f0fdd6 Test 2019-11-18 17:02:53 +01:00
Anton Hvornum ece0b764bc Corrected commandlog history emulated or not 2019-11-18 16:51:17 +01:00
Anton Hvornum 11d1e0f89c More visible output 2019-11-18 16:50:05 +01:00
Anton Hvornum c7bcba7a6a More verbose output for unformatted drives. 2019-11-18 16:48:37 +01:00
Anton Hvornum 252dfb295b Fix for unpartitioned drives. 2019-11-18 16:42:02 +01:00
Anton Hvornum 9cd0a4b73f Fixed some stuff 2019-11-17 23:06:09 +00:00
Anton Hvornum 5f256b9e4a Added tests. Also improved emulated commands. 2019-11-17 13:56:18 +00:00
Anton Hvornum 5833905e1b Cleaning up some more 2019-11-17 13:30:29 +00:00
Anton Hvornum d299b188fa Adde a gitignore 2019-11-17 13:16:23 +00:00
Anton Hvornum 7e80c916e8 Improved sys_command(). Also added a commandhistory-log and emulation mode 2019-11-17 13:15:40 +00:00
Anton Hvornum 42f6550879 Added new ways to get the disk size, since os.statvfs() won't work on unmounted drives. Also moving more stuff into functions. 2019-11-17 12:30:10 +00:00
Anton Hvornum 47fdf30fe1 Starting to move individual steps into functions instead, so that they can be called externally as a library instead. Useful for graphical frontends and what not 2019-11-15 23:57:57 +00:00
Anton Hvornum 392cdbc815 Merge branch 'master' of github.com:Torxed/archinstall 2019-11-15 19:58:15 +00:00
Anton Hvornum 3d0c9c4f11 Cleaned up AUR bash script, no need for it anymore since the reference has moved into the python code 2019-11-15 19:58:01 +00:00
Anton Hvornum 91efc75abf
Update README.md 2019-11-14 13:35:09 +01:00
Anton Hvornum 9678ba9674 Added link to workstation template 2019-11-14 00:39:06 +00:00