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
|
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 |
Dylan Taylor
|
3034def365
|
Move logic to guided
|
2021-04-12 10:09:37 -04:00 |
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
|
b4d400bff8
|
Merge pull request #283 from dylanmtaylor/patch-3
Fix MBR & GRUB warning change
|
2021-04-12 07:09:59 +00: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 |
Dylan M. Taylor
|
de693b7080
|
Make it yellow
|
2021-04-11 16:51:07 -04:00 |
Dylan M. Taylor
|
6cc546887d
|
If user does not change keyboard language, log it.
|
2021-04-11 16:04:03 -04:00 |
Anton Hvornum
|
6f08ad1d4b
|
Merge pull request #275 from dylanmtaylor/continuous-integration
GitHub Actions: Build Arch Live ISO With Each Commit Included
|
2021-04-11 19:48:59 +00:00 |
Dylan M. Taylor
|
2321a7afce
|
Update iso-build.yaml
|
2021-04-11 14:53:06 -04:00 |
Dylan Taylor
|
3cec44463f
|
Merge remote-tracking branch 'archlinux/master' into continuous-integration
|
2021-04-11 11:02:02 -04:00 |
Anton Hvornum
|
be45268d0b
|
Merge pull request #278 from dylanmtaylor/mate-desktop
Implement MATE desktop environment
|
2021-04-11 14:23:29 +00:00 |
Dylan Taylor
|
cf46642037
|
Implement MATE desktop environment
|
2021-04-11 10:19:25 -04:00 |
Anton Hvornum
|
75b6ab396e
|
Merge pull request #181 from zosman1/enhancement-systemd-service-wrapper
Allow multiple services to be enabled at once
|
2021-04-11 08:44:37 +00:00 |
Dylan M. Taylor
|
0762a7173c
|
Automatically change directory and replace archinstall on boot
|
2021-04-10 17:59:59 -04:00 |
Dylan M. Taylor
|
92b8143743
|
Build Arch Live ISO with Each Commit
The bind mount is probably not necessary
|
2021-04-10 17:32:43 -04:00 |
Anton Hvornum
|
6fb0f006d0
|
Merge pull request #272 from dylanmtaylor/partition-size
Show size in partition string representation
|
2021-04-10 21:05:02 +00:00 |
Dylan Taylor
|
a7b01aa29e
|
Show size in partition string representation
|
2021-04-10 11:11:09 -04:00 |
Anton Hvornum
|
b344c63f04
|
Merge pull request #268 from dylanmtaylor/remove-greeter-settings-gui
Remove lightdm-gtk-greeter-settings
|
2021-04-10 11:38:09 +00:00 |
Anton Hvornum
|
ef702c2f20
|
Merge pull request #265 from dylanmtaylor/patch-6
i3-sensible-terminal can't find a terminal on new install
|
2021-04-10 11:37:23 +00:00 |