Commit Graph

78 Commits

Author SHA1 Message Date
Anton Hvornum 51f7543b04
Fixed urllib in offline mode.
Apparently, urrlib throws different errors on the "same" issue. With ambiguous names at that.
2018-05-13 23:22:00 +02:00
Anton Hvornum a584d33c2a
Removed some mirror build specific instructions. 2018-05-06 23:02:48 +02:00
Lord Anton Hvornum 0629ed7a94 Added a addon script to build AUR packages into the live iso that's used to execute archinstall 2018-05-06 22:50:36 +02:00
Lord Anton Hvornum bd53341450 Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' would occationally fail to clone into /root rendering the rest of the process invalid. 2018-05-05 19:25:03 +02:00
Lord Anton Hvornum ba09d311a2 Fixed: nvme-drive support fixed. parted gives partition numbers, not the actual labels of devices. Hence, parted is scrapped and lsblk is used to determain partition names/labels instead. 2018-05-05 19:13:48 +02:00
Anton Hvornum 97c44e0d94
No need to close net-deploy for network support. 2018-04-08 11:03:00 +02:00
Anton Hvornum 3c7ad89922
Merge pull request #1 from Torxed/net-deploy
Net deploy support, looks good.
2018-04-08 00:32:33 +02:00
Lord Anton Hvornum e395962fe2 Fixed password change for custom user as well as hostname and locale gen. 2018-04-07 23:32:49 +02:00
Lord Anton Hvornum 82fe158552 Finalizing working net deploy 2018-04-07 23:15:32 +02:00
Lord Anton Hvornum 13a1c2ab3a Verified a working network install, removing debugs 2018-04-07 22:48:14 +02:00
Anton Hvornum 36d024b803
Update 08:00:27:d4:fd:ef.json 2018-04-07 22:13:55 +02:00
Anton Hvornum bb312e0e83
Update 08:00:27:d4:fd:ef.json 2018-04-07 22:13:40 +02:00
Anton Hvornum 5e8e2f4126
Update 08:00:27:d4:fd:ef.json 2018-04-07 22:01:20 +02:00
Anton Hvornum f02156a246
Update 08:00:27:d4:fd:ef.json 2018-04-07 21:50:59 +02:00
Anton Hvornum e8900ee880
Update 08:00:27:d4:fd:ef.json 2018-04-07 21:45:40 +02:00
Anton Hvornum a104ce2ead
Update 08:00:27:d4:fd:ef.json 2018-04-07 21:31:13 +02:00
Anton Hvornum 090202706b
Update 08:00:27:d4:fd:ef.json 2018-04-07 21:15:22 +02:00
Anton Hvornum bfd6c2e626
Update 08:00:27:d4:fd:ef.json 2018-04-07 21:06:37 +02:00
Anton Hvornum fec25121e0
Update 08:00:27:d4:fd:ef.json 2018-04-07 20:38:54 +02:00
Anton Hvornum e0c9f457ad
/tmp can't be used
The reason being, arch-chroot flushes /tmp on each command execution. So unless all commands are executed in one big gulp, another folder needs to be used. Hence, /root
2018-04-07 20:10:11 +02:00
Anton Hvornum a8287c43e5
Update 08:00:27:d4:fd:ef.json 2018-04-07 19:30:36 +02:00
Anton Hvornum 396e0da983
Update 08:00:27:d4:fd:ef.json 2018-04-07 19:21:49 +02:00
Lord Anton Hvornum f975df7ec2 more debugging 2018-04-07 18:27:04 +02:00
Lord Anton Hvornum 11d782baa6 Wrong logical order on command failed logic 2018-04-07 18:09:59 +02:00
Lord Anton Hvornum 88f1f85bf4 Problem with the optional parameters in the post install script 2018-04-07 17:41:47 +02:00
Anton Hvornum 8dedabbf76 Added a description 2018-04-07 17:27:39 +02:00
Lord Anton Hvornum d02aabbdfd Further debugging 2018-04-07 17:24:29 +02:00
Lord Anton Hvornum d5ba787943 Debugging 2018-04-07 17:09:10 +02:00
Lord Anton Hvornum 88b50f4dd3 Improving the sys exec function 2018-04-07 16:51:18 +02:00
Anton Hvornum 4933d474da
Update 08:00:27:d4:fd:ef.json 2018-04-07 16:49:38 +02:00
Lord Anton Hvornum 8e22ac18d6 more debing 2018-04-07 16:28:11 +02:00
Lord Anton Hvornum 88dfcad86c Debugging 2018-04-07 15:32:28 +02:00
Lord Anton Hvornum c68152fb36 Fixed git fetch, hopefully 2018-04-07 15:15:31 +02:00
Anton Hvornum f7dcfac21a
syntax error in git clone command 2018-04-07 15:13:09 +02:00
Lord Anton Hvornum 32dac37e83 Comments break and hang the script 2018-04-07 15:05:21 +02:00
Lord Anton Hvornum d1c0600ebf print error 2018-04-07 14:35:51 +02:00
Lord Anton Hvornum 14ee4cdf8c Changed git update command 2018-04-07 14:23:23 +02:00
Lord Anton Hvornum 17c810d897 more debug 2018-04-07 14:23:23 +02:00
Anton Hvornum 22f4963dd2
Update 08:00:27:d4:fd:ef.json 2018-04-07 13:40:10 +02:00
Lord Anton Hvornum 9869d8d27d Made sure commands are executed in order 2018-04-07 13:21:36 +02:00
Anton Hvornum d0f5631626
Separated the build-prerequisits 2018-04-07 12:05:45 +02:00
Anton Hvornum b2287c171c
Scrapped wrapaur, doing it manually instead. 2018-04-07 11:57:44 +02:00
Anton Hvornum 07df81aaa1
Added wrapaur installation (i preferred pacaur) 2018-04-07 11:27:41 +02:00
Lord Anton Hvornum 20ba0b145c Forgot to execute post-install inside arch-chroot 2018-04-07 10:48:33 +02:00
Anton Hvornum da12297c84
Create 08:00:27:d4:fd:ef.json 2018-04-07 10:42:01 +02:00
Lord Anton Hvornum 95b4d073ed Modified the install command and debug output 2018-04-07 10:05:30 +02:00
Lord Anton Hvornum 828cca1beb Added support for remote HTTPS instructions 2018-04-07 09:51:38 +02:00
Anton Hvornum 290ab50032
Update 9c:d6:43:ae:11:4f.json 2018-04-07 09:42:21 +02:00
Anton Hvornum 807a0db445
A simple text script for net-deploy 2018-04-07 09:40:10 +02:00
Anton Hvornum 7fd700b3c4
Updated to clone net-deploy branch 2018-04-07 09:25:40 +02:00