Anton Hvornum
|
82710fe381
|
Merge pull request #302 from dylanmtaylor/patch-5
Fix some more awesome installation issues
|
2021-04-14 08:28:38 +00:00 |
advaithm
|
b292981de6
|
rebased to latest commits
|
2021-04-14 13:50:54 +05:30 |
advaithm
|
3347d04bfa
|
fixed issues raised in a review
|
2021-04-14 13:46:47 +05:30 |
Anton Hvornum
|
af2671c1ec
|
Merge pull request #301 from dylanmtaylor/patch-3
Fix warning on BIOS/MBR systems
|
2021-04-14 05:52:23 +00:00 |
Dylan M. Taylor
|
06920652b3
|
Fix some more awesome installation issues
|
2021-04-13 21:21:43 -04:00 |
Dylan M. Taylor
|
dffb611d18
|
Fix warning on BIOS/MBR systems
|
2021-04-13 20:19:46 -04:00 |
Dylan Taylor
|
e18b6d83d7
|
Merge branch 'master' into patch-4
|
2021-04-13 19:46:53 -04:00 |
Anton Hvornum
|
2433a9ee76
|
Merge PR #300 - Cloes #299
better logging for audio servers
|
2021-04-13 13:20:20 +00:00 |
advaithm
|
37fae92253
|
set archinstall.arguments['audio']=None
|
2021-04-13 18:45:55 +05:30 |
advaithm
|
0617292340
|
better prompts for audio servers
|
2021-04-13 18:41:23 +05:30 |
Anton Hvornum
|
516402cac4
|
Moved the '.drop_to_shell()' into the with installation context so we don't loose 'installation'.
|
2021-04-13 13:54:23 +02:00 |
Anton Hvornum
|
fad9f40a83
|
Modifying to enable piping in custom environment variables. This is required to disable systemd coloring and paging when querying for service states. Otherwise it returns unreliable data that can cause hanging.
|
2021-04-13 13:36:40 +02:00 |
Anton Hvornum
|
4750b0b2a1
|
Fixed a spelling error.
|
2021-04-13 12:56:50 +02:00 |
Anton Hvornum
|
4d7c787cfd
|
Fixing reflector waiting state. It can be dead which means it's done, or failed it systemd failed to start/find it.
|
2021-04-13 12:47:17 +02:00 |
Anton Hvornum
|
ea4394262f
|
Closing forked process PID in order to close any ramining open file handles.
|
2021-04-13 12:39:12 +02:00 |
Anton Hvornum
|
9295f38134
|
Added two comments.
|
2021-04-13 11:02:45 +02:00 |
Anton Hvornum
|
342dbb4ebf
|
Added a Info level to the reflector wait in case it's slow.
|
2021-04-13 10:56:22 +02:00 |
Anton Hvornum
|
311426cbc2
|
Fixing a logic issue with ask_to_configure_network(). It no longer returns None if skipped, it returns a dict so that we can do sub-level logic checks in guided.
|
2021-04-13 10:27:33 +02:00 |
Anton Hvornum
|
67b05d8fb1
|
Added option to not touch mirror-list. Example if archlinux.org times out, use the existing mirror-list without trying to overwrite it.
|
2021-04-13 10:01:54 +02:00 |
Anton Hvornum
|
509784b3e5
|
Merge pull request #294 from advaithm/flit-builtools
Move to flit as build tool
|
2021-04-13 07:21:33 +00:00 |
Anton Hvornum
|
9f21ec713d
|
Merge pull request #295 from dylanmtaylor/patch-3
Default timezone to UTC (very useful for servers)
|
2021-04-13 07:15:18 +00:00 |
Anton Hvornum
|
4391dd68d5
|
Merge pull request #289 from dylanmtaylor/chroot-prompt
Implement chroot prompt after successful installation
|
2021-04-13 07:09:58 +00:00 |
Anton Hvornum
|
c2958aba16
|
Merge pull request #293 from JakobDev/osystemfix
Replace os.system with subprocess.call
|
2021-04-13 07:08:29 +00:00 |
Anton Hvornum
|
47dbda1442
|
Merge pull request #298 from dylanmtaylor/patch-5
Implement function to set the shell for a user (#291)
|
2021-04-13 07:07:31 +00:00 |
Dylan M. Taylor
|
f6d6e0328e
|
Implement function to set the shell for a user (#291)
|
2021-04-12 16:06:50 -04:00 |
Dylan M. Taylor
|
60ee752a12
|
Default timezone to UTC (very useful for servers)
Update user_interaction.py
|
2021-04-12 10:48:01 -04:00 |
advaithm
|
d1bf6a6182
|
update excludes
|
2021-04-12 19:43:45 +05:30 |
Dylan Taylor
|
3034def365
|
Move logic to guided
|
2021-04-12 10:09:37 -04:00 |
advaithm
|
413565dbd0
|
moved to flit build system
|
2021-04-12 19:39:23 +05:30 |
Anton Hvornum
|
e4b2742192
|
Adding some error handling to list_mirrors()
|
2021-04-12 15:58:52 +02:00 |
Dylan Taylor
|
b44c0e5197
|
Implement chroot prompt after successful installation
Try os.subprocess
Revert to subprocess.check_call
|
2021-04-12 09:21:10 -04:00 |
JakobDev
|
fe2c3cc14d
|
Replace os.system with subprocess.call
|
2021-04-12 15:13:49 +02:00 |
Anton Hvornum
|
27e7c01e55
|
Merge pull request #290 from dylanmtaylor/patch-3
Fix awesome profile installation
|
2021-04-12 12:56:25 +00:00 |
Dylan M. Taylor
|
64b0ef8540
|
Fix awesome profile installation
|
2021-04-12 08:53:38 -04:00 |
Anton Hvornum
|
18b5ebff44
|
Moving warning about UEFI to guided for now.
|
2021-04-12 14:52:14 +02:00 |
Anton Hvornum
|
ae33151b9b
|
Moving warning about UEFI to guided for now.
|
2021-04-12 14:51:32 +02:00 |
Anton Hvornum
|
897b67f751
|
Merge pull request #281 from dylanmtaylor/patch-2
If user does not change keyboard language, log it.
|
2021-04-12 11:54:34 +00:00 |
Anton Hvornum
|
7c902a6c83
|
Merge pull request #286 from dylanmtaylor/patch-5
Use generic_select for GPU drivers
|
2021-04-12 11:46:58 +00:00 |
Dylan M. Taylor
|
584a2c465f
|
Pull in iso-build.yaml from master to generate a test ISO
|
2021-04-12 07:44:13 -04:00 |
Anton Hvornum
|
b4d400bff8
|
Merge pull request #283 from dylanmtaylor/patch-3
Fix MBR & GRUB warning change
|
2021-04-12 07:09:59 +00:00 |
Dylan Taylor
|
87ca382f6c
|
Use generic_select for GPU driver
Make it so there isn't a space in the key
Try to simplify things more
|
2021-04-11 21:36:53 -04:00 |
Dylan M. Taylor
|
49ca264790
|
Change from argon2i to argon2id
Closes #269
|
2021-04-11 20:38:24 -04:00 |
Dylan M. Taylor
|
df1e163a57
|
Fix MBR & GRUB warning change
|
2021-04-11 18:43:40 -04:00 |
Anton Hvornum
|
28d2743d71
|
Fixed a keyword argument
|
2021-04-12 00:40:03 +02:00 |
Anton Hvornum
|
22a506d9c3
|
Update __init__.py
|
2021-04-12 00:33:54 +02:00 |
Anton Hvornum
|
78bedb6d8a
|
Merge pull request #282 from archlinux/torxed-launchwarning
Torxed launchwarning
|
2021-04-11 22:33:29 +00:00 |
Anton Hvornum
|
613133f96f
|
Added some bold colors
|
2021-04-12 00:17:23 +02:00 |
Anton Hvornum
|
8355bbe476
|
Adds a warning for UEFI not on
|
2021-04-12 00:16:21 +02:00 |
Anton Hvornum
|
398f95ee56
|
Merge branch 'master' into torxed-v2.2.0
|
2021-04-12 00:09:55 +02:00 |
Dylan M. Taylor
|
de693b7080
|
Make it yellow
|
2021-04-11 16:51:07 -04:00 |