Commit Graph

2262 Commits

Author SHA1 Message Date
Dylan M. Taylor 26a33000d8 Add descriptions for top-level profiles 2021-05-27 08:11:27 -04:00
Anton Hvornum e6e2783b40
Merge pull request #519 from dylanmtaylor/patch-2
Change ordering of example profiles
2021-05-27 13:50:32 +02:00
Dylan M. Taylor 712d299627
Change ordering of example profiles 2021-05-27 05:34:28 -04:00
Anton Hvornum 6e6afcaa39
Merge pull request #518 from advaithm/patch-1
Make it more clear what the desktop profile does
2021-05-27 10:18:07 +02:00
nullrequest 544eccaada
made it more clear
using Redecorating's suggestion in the discord
2021-05-27 10:13:23 +05:30
nullrequest c3b703bc2a
Make it more clear what the desktop profile does 2021-05-27 09:34:55 +05:30
Anton Hvornum 3bf12ffe1e
Merge pull request #516 from l4zy0n3/master
Incorporated some suggestions, some keys added in help table for config
2021-05-26 18:53:06 +02:00
Yash Tripathi 6e7cb20348 grammar fixes and json update 2021-05-26 20:27:50 +05:30
Yash Tripathi 94b73b6067 Added new keys in table 2021-05-26 20:19:56 +05:30
Anton Hvornum 4590292507
Removed EFI warning from doc index
https://archinstall.readthedocs.io/en/latest/
2021-05-25 18:43:35 +02:00
Anton Hvornum 6cd9c86691
Changed FreeNode -> LiberaChat for IRC 2021-05-25 12:45:08 +02:00
Anton Hvornum a8e0d3a130
Merge pull request #513 from l4zy0n3/remove-builtins
Removed builtins and added gfx_package key in config file
2021-05-24 20:37:41 +02:00
Anton Hvornum 324413cd47
Merge pull request #514 from dylanmtaylor/patch-1
The fixup vars commit made this optional param no longer correct
2021-05-24 20:37:31 +02:00
Dylan M. Taylor be6021b41f
The fixup vars commit made this optional param no longer correct 2021-05-24 14:00:57 -04:00
Yash Tripathi 2aed8c6ad5 removed builtins usage and added gfx_package key in config 2021-05-24 22:12:25 +05:30
Anton Hvornum 94bceb2199 Adding support for --plugin=<plugin path> 2021-05-24 15:29:59 +02:00
Anton Hvornum 7b1096bfa6 Added a number of on_<event> hooks for different stages of the installation. 2021-05-24 14:59:34 +02:00
Anton Hvornum 0d0dfc8ebe Added/moved comments. 2021-05-24 14:40:21 +02:00
Anton Hvornum 1773efbe45 Pleasing the linter gods 2021-05-24 14:37:31 +02:00
Anton Hvornum e604f2c676 Added optional version handling. And improved error handling a bit. 2021-05-24 14:36:24 +02:00
Anton Hvornum 2b5ad7e52e Added a comment 2021-05-24 14:13:45 +02:00
Anton Hvornum 250eb93f10 Added better error handling. 2021-05-24 14:12:23 +02:00
Anton Hvornum c7426067dd Implemented load_plugin() which handles local or remote paths. Also added some error handling surrounding the loading of plugins. 2021-05-24 13:56:57 +02:00
Anton Hvornum 1fff9b44d1 Spelling error 2021-05-24 13:42:28 +02:00
Anton Hvornum 14577415f3 Spelling error 2021-05-24 13:42:09 +02:00
Anton Hvornum 6f3a358422 Added a comment 2021-05-24 13:38:54 +02:00
Anton Hvornum 29dcd5f2d0 Pleasing the linter gods 2021-05-24 13:38:17 +02:00
Anton Hvornum fcbb5490c0 Removed empty whitespace 2021-05-24 13:38:01 +02:00
Anton Hvornum bad4d8a38b Added redundant argument creation. 2021-05-24 13:37:33 +02:00
Anton Hvornum 2ee88e0e3a Switched plugin strategty. Now uses built-in entrypoints to source and load the plugins. This is the default method provided by Python, and is the cleanest so far I think. 2021-05-24 13:34:56 +02:00
Anton Hvornum 9b0de26c67 Syncing in latest changes from master 2021-05-24 12:34:32 +02:00
Anton Hvornum 515cd4daf0 Merged in latest changes from master 2021-05-24 12:29:43 +02:00
Anton Hvornum 7daaf1143f Fixes #489 2021-05-23 14:18:49 +02:00
Anton Hvornum 84ee318521
Merge pull request #508 from dylanmtaylor/patch-1
Proposal: use iso-build for releases
2021-05-23 12:48:52 +02:00
Anton Hvornum 1c9adbbedf Made sure NTP matches the default value when 'skipped'. 2021-05-23 11:41:55 +02:00
Anton Hvornum 43792cd7f3 Spelling error 2021-05-23 11:37:51 +02:00
Anton Hvornum 46debf5e5d
Merge pull request #501 from l4zy0n3/add-config-readme
Add config readme
2021-05-23 10:58:07 +02:00
Anton Hvornum 0b3e822795 Merge branch 'master' of github.com:archlinux/archinstall 2021-05-23 10:32:43 +02:00
Anton Hvornum 9fa9520ac9 Version bump for tagging. 2021-05-23 10:32:40 +02:00
Anton Hvornum dc10d5232c
Merge pull request #509 from l4zy0n3/fixup-vars
Fixup vars
2021-05-23 10:25:39 +02:00
Yash Tripathi 1d04acb603
added pulling sys-language and sys-encoding from config 2021-05-23 13:33:48 +05:30
Yash Tripathi 87955e0ba6
fixed pulling mirror-region from config 2021-05-23 11:56:19 +05:30
Yash Tripathi 194d45ad2d
removed debug code 2021-05-23 11:52:52 +05:30
Yash Tripathi 9be8a3a998
updated mirror-region config key to use value directly 2021-05-23 11:52:21 +05:30
Yash Tripathi 48f1e62427 bringing back the old method for parsing extra args as config values 2021-05-23 11:38:53 +05:30
Yash Tripathi 4a691b6dbf Merge branch 'archlinux:master' into master 2021-05-23 10:54:06 +05:30
Dylan M. Taylor 35578a0d3a
Proposal: use iso-build for releases 2021-05-22 17:02:12 -04:00
Anton Hvornum 86b415e25c
Merge pull request #507 from archlinux/torxed-fix-382
Re-worked the select_profile() user interaction.
2021-05-22 21:04:50 +02:00
Anton Hvornum 9ce4370fc7 Fix issue from language selection. 2021-05-22 21:00:59 +02:00
Anton Hvornum a9efdac615 Fix issue from language selection. 2021-05-22 21:00:11 +02:00