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 |
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 |
Anton Hvornum
|
94c31222fa
|
Merge pull request #276 from archlinux/torxed-gfx-fix
Fixed PR #273. Moved the graphic drivers into hardware
|
2021-04-11 08:21:38 +00:00 |
Anton Hvornum
|
1292c07796
|
Fixed PR #273. Moved the graphic drivers into hardware since they are hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports.
|
2021-04-11 10:20:33 +02:00 |
Anton Hvornum
|
0d14b4b9dc
|
Merge pull request #273 from dylanmtaylor/patch-2
Restructure Graphics Driver Selection for 2.2.0
|
2021-04-11 07:58:29 +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 |