Commit Graph

158 Commits

Author SHA1 Message Date
Anton Hvornum 265a4ff73d Password being inserted causes the subsystem to wait for it forever. Only add it back if we set a root password earlier than this 2019-06-20 21:12:46 +00:00
Anton Hvornum de5ff70bb8 Minor fix 2019-06-20 21:03:41 +00:00
Anton Hvornum d1b9a3fc7e Enhanced sys_command 2019-06-20 20:33:18 +00:00
Anton Hvornum d7fb83ad56 Support for <RND_STR> which generates a random string in argument value replacements 2019-06-20 19:41:27 +00:00
Anton Hvornum d338b5f51e Fixing some logic issues in sys_command 2019-06-20 19:01:34 +00:00
Anton Hvornum 6a0e906ac7 Fixing some logic issues in sys_command 2019-06-20 18:59:53 +00:00
Anton Hvornum 379113a015 Fixing some logic issues in sys_command 2019-06-20 18:52:46 +00:00
Anton Hvornum bc7feda018 reverted last commit, and fixed proper import of time() 2019-06-20 18:42:18 +00:00
Anton Hvornum 6bfb19613c Fixed inproper call to time() 2019-06-20 18:41:31 +00:00
Anton Hvornum 565218eed2 Forgot to import time.. fml 2019-06-20 18:40:53 +00:00
Anton Hvornum 4e5f811d75 Enhancing booted mode command calls 2019-06-20 18:39:45 +00:00
Anton Hvornum 809d6bf316 Wrong parameter order for rebooting with a new flag 2019-06-20 18:29:41 +00:00
Anton Hvornum f928a4b72c probihiting recursion bombs regarding git pull 2019-06-20 18:25:43 +00:00
Anton Hvornum eb3a846be8 Recursive bomb issue 2019-06-20 18:23:20 +00:00
Anton Hvornum 41127daf58 Recursive bomb issue 2019-06-20 18:21:50 +00:00
Anton Hvornum 1d8c10613f TODO: Remove this commit 2019-06-20 18:18:30 +00:00
Anton Hvornum abaf778241 Faulty git update/pull logic. a reset and pull at the same time will make it contain a lot more information 2019-06-20 18:15:40 +00:00
Anton Hvornum 1ffde6ff9f Added a umounter / luksclose before installation. In case of a rerun 2019-06-20 16:38:07 +00:00
Anton Hvornum b859c519b0 Added a --ignore-rerun flag 2019-06-20 16:36:30 +00:00
Anton Hvornum 96732140b1 Fixing rerun 2019-06-20 16:32:09 +00:00
Anton Hvornum ed9e93970a Fixing rerun 2019-06-20 16:31:05 +00:00
Anton Hvornum f355898af5 Fixing rerun 2019-06-20 16:28:37 +00:00
Anton Hvornum a7cd978128 Fixing rerun 2019-06-20 16:28:08 +00:00
Anton Hvornum 7587f67a70 Fixing rerun 2019-06-20 16:26:06 +00:00
Anton Hvornum 6dacf539c9 Added a rerun feature. So we don't have to wait for pacstrap every debug run :P 2019-06-20 16:20:58 +00:00
Anton Hvornum aa2871f3f6 Added a rerun feature. So we don't have to wait for pacstrap every debug run :P 2019-06-20 16:18:44 +00:00
Anton Hvornum 964502be7c Fixed broken login with systemd-boot 2019-06-20 15:32:44 +00:00
Anton Hvornum 943ce56974
Some times systemd-boot splits output, so we gotta check trigger in the trace_log instead.
Slightly more taxing, but it yields better (accurate) results.
2019-06-20 15:25:29 +00:00
Anton Hvornum bcb4a2d618
No need to join the result of simple_command
(Already in a bytes string)
2019-06-20 15:16:25 +00:00
Anton Hvornum 8cf4bde341
rankmirrors wasn't sys_command compatible. Changed to simple_command. 2019-06-20 15:13:36 +00:00
Anton Hvornum 2b8ec903b1
Update archinstall.py
Made sure "ranking mirrors" doesn't show up unless it's actually happening. And added an extra safe guard :) Can't just YOLO the country variable.
2019-06-20 14:46:11 +00:00
Anton Hvornum d984f728cc More debug output 2019-06-14 23:00:19 +02:00
Anton Hvornum a10b28e9cc Forcing overwriting exciting btrfs partition by doing -f 2019-06-09 22:16:15 +02:00
Anton Hvornum 27c630dc82 Modified partition debug output to not fool which order they come in 2019-06-09 22:13:45 +02:00
Anton Hvornum d1f11e008d Moved sorting logic 2019-06-09 21:48:58 +02:00
Anton Hvornum 0bd4beceba Moved sorted logic for partitions 2019-06-09 21:38:03 +02:00
Anton Hvornum 5cdbb79ed6 Sorted partitions. Not just the drives 2019-06-09 21:35:38 +02:00
Anton Hvornum f00e9ee9e3 Fixed size debug information. Apparently that comes part of lsblk.. heh 2019-06-09 21:30:17 +02:00
Anton Hvornum d533e36b88 Enhancing debug information for failed command executions 2019-06-09 20:58:32 +02:00
Anton Hvornum f7cb0b819a Added partition size information in debug information printed 2019-06-09 20:46:23 +02:00
Anton Hvornum 55304a7cab Invalid syntax fix 2019-06-09 20:30:04 +02:00
Anton Hvornum 9b1310ead8 Added sorted drives and partition debug information 2019-06-09 20:25:20 +02:00
Anton Hvornum d0de593976 Added support to select --drive=<UUID> and it now maps to a drive. To ensure /dev/sda haven't changed location and the wrong drive gets wiped 2019-04-14 23:20:39 +02:00
Anton Hvornum 620db3623c Added support to select --drive=<UUID> and it now maps to a drive. To ensure /dev/sda haven't changed location and the wrong drive gets wiped 2019-04-14 23:13:19 +02:00
Anton Hvornum 65aed10fa2 Added more templates and removed debugging 2019-04-14 21:30:35 +02:00
Anton Hvornum 35cfef9857 Something 2019-04-14 18:55:35 +02:00
Anton Hvornum e3b60326e0 Debugging 2019-04-14 17:37:00 +02:00
Anton Hvornum 33610debef Fixing login scenario 2019-04-14 17:27:19 +02:00
Anton Hvornum 968fad8f94 Testing application specific configratuin (might auto-trigger in the future 2019-04-14 16:06:35 +02:00
Anton Hvornum 311aa08958 More debugging 2019-04-11 23:36:16 +02:00