Commit Graph

291 Commits

Author SHA1 Message Date
Anton Hvornum 1ce6075a48
Escaping things are hard.. 2019-08-21 16:47:26 +02:00
Anton Hvornum 9c5b042579
Fixed the copying of a file that was broken 2019-08-21 16:44:09 +02:00
Anton Hvornum 86b8f699fb
ttf-freefont has been replaced by gnu-free-fonts
https://www.archlinux.org/packages/extra/any/gnu-free-fonts/
2019-08-21 11:18:49 +02:00
Anton Hvornum 391f06f5bd
ttf-freefont has been replaced
https://www.archlinux.org/packages/extra/any/gnu-free-fonts/
2019-08-21 11:17:16 +02:00
Anton Hvornum 209587fd72
Update pentest.json 2019-08-21 11:06:57 +02:00
Anton Hvornum 71735facc2
Update pentest.json 2019-08-21 11:03:55 +02:00
Anton Hvornum 740d6e7f52
Update 38:00:25:5a:ed:d5.json 2019-08-19 12:37:21 +02:00
Anton Hvornum 8be9f3abdd
Update workstation.json 2019-08-19 12:36:17 +02:00
Anton Hvornum d0fb9907fd
Update pentest.json 2019-08-07 09:09:12 +02:00
Anton Hvornum dfcab689ac Error creating pdns user 2019-06-21 12:03:52 +00:00
Anton Hvornum 697a16e428 Invalid JSON syntax.. 2019-06-20 21:13:42 +00:00
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 ad852b363b Removed debug / test code 2019-06-20 21:04:24 +00:00
Anton Hvornum de5ff70bb8 Minor fix 2019-06-20 21:03:41 +00:00
Anton Hvornum 4dd7be6194 Missing package: powerdns (kinda useful when the whole idea of this install script is to set up a DNS server..) 2019-06-20 20:45:27 +00:00
Anton Hvornum d1b9a3fc7e Enhanced sys_command 2019-06-20 20:33:18 +00:00
Anton Hvornum ce53fa3faf Adding more steps to the webserver / DNS 2019-06-20 20:11:33 +00:00
Anton Hvornum 0b6a10ff71 Adding more steps to the webserver / DNS 2019-06-20 19:56:32 +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 cb5364fc51 Wrong rerun.. heh 2019-06-20 18:20:29 +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 9e9c8e0051 Fixing PSQL setup 2019-06-20 16:51:42 +00:00
Anton Hvornum 430f5bda2e Adding back the rerun, since we can now ignore it via --ignore-rerun 2019-06-20 16:39:10 +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 338f32267a Ignoring rerun for now 2019-06-20 16:33:40 +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 2376ab2742 Turned on debugging 2019-06-20 16:06:41 +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