Commit Graph

2166 Commits

Author SHA1 Message Date
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 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
Anton Hvornum 1bc218b2e1 Forgot an important import. 2021-05-22 20:57:36 +02:00
Anton Hvornum 662ffb05b2 Fixes docstrings. 2021-05-22 20:51:59 +02:00
Anton Hvornum 1552cc8277 Re-worked the select_profile() user interaction. It no longer takes options as a parameter, instead it sources the profiles available, prints a curated list but allows for any input that is a valid profile. 2021-05-22 20:50:02 +02:00
Anton Hvornum 78369269a0
Merge pull request #506 from archlinux/torxed-fix-227
Added in the option to select system locale if --advance is given
2021-05-22 20:41:35 +02:00
Anton Hvornum d7e23c847f Added in the option to select system locale if --advance is given to guided, as it does potentially cause issues in the installation if not configured properly 2021-05-22 20:40:20 +02:00
Yash Tripathi 1d984625c8 Merge branch 'archlinux:master' into master 2021-05-23 00:09:32 +05:30
Anton Hvornum 35974e6624
Merge pull request #505 from archlinux/torxed-fix-297
Introduces a NTP option in guided
2021-05-22 20:14:09 +02:00
Anton Hvornum d0a37843aa Rephrased according to @dylan's suggestions. 2021-05-22 20:13:59 +02:00
Anton Hvornum 1e53f4a65f Made NTP question only on timezone for now. 2021-05-22 20:10:30 +02:00
Anton Hvornum e3a629a6ff Added a information that ntp might require some additional tinkering to work perfectly. 2021-05-22 20:07:15 +02:00
Anton Hvornum b45efe0983 Adding a NTP option to syncronize time. 2021-05-22 20:04:55 +02:00
Anton Hvornum 93bc0ebd0f
Merge pull request #504 from archlinux/torxed-fix-497
Fixing newlines not being placed correctly on SysCommand()
2021-05-22 19:59:27 +02:00
Anton Hvornum f2e7b1440a Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use contexts, we have to flush the output manually here to avoid newlines not being before the next output. 2021-05-22 19:58:40 +02:00
Anton Hvornum e5c8a18752
Merge pull request #503 from archlinux/torxed-fix-116
Added in a are-we-root check at the top of guided.
2021-05-22 19:39:03 +02:00
Anton Hvornum f789a96348 Added in a are-we-root check at the top of guided. 2021-05-22 19:35:57 +02:00
Anton Hvornum 845ea481aa
Merge pull request #502 from advaithm/bootload-fix
fixed bootloader flag not being set
2021-05-22 14:52:24 +02:00
advaithm 439abc4402
fixed bootloader flag not being set 2021-05-22 18:18:05 +05:30
Anton Hvornum 7722ac69a3
Merge pull request #500 from dylanmtaylor/patch-1
Simplify the commands in the readme
2021-05-22 14:22:15 +02:00
Yash Tripathi 2ab415a9e8 added description for installing from config 2021-05-22 03:01:35 +05:30
Dylan M. Taylor dd0cfa990a
Simplify the commands in the readme
Typing 'python -m' is largely unnecessary on the ISO with the package installed.
2021-05-21 16:43:43 -04:00
Yash Tripathi d718da243f Merge branch 'archlinux:master' into add-config-readme 2021-05-22 01:41:54 +05:30
Yash Tripathi 9a9d385d8c Merge branch 'archlinux:master' into master 2021-05-22 01:41:47 +05:30
Anton Hvornum e4c471b631
Merge pull request #498 from dylanmtaylor/services
Add ability to provide an array of services to enable in config file
2021-05-21 18:46:06 +02:00
Dylan Taylor ebf5980943 Add ability to provide an array of services to enable in config file 2021-05-21 09:00:32 -04:00
Yash Tripathi e01e8a42de Merge branch 'archlinux:master' into master 2021-05-21 16:38:22 +05:30