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
|
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 |