Commit Graph

2430 Commits

Author SHA1 Message Date
JakobDev 53c2452098
Remove cutefish from desktop.py 2021-06-09 18:04:36 +02:00
JakobDev 3059fa6953
Use group instead of package list 2021-06-07 16:42:38 +02:00
JakobDev 17bf73ee82
Add noto-fonts to package list 2021-06-07 14:42:06 +02:00
JakobDev e26a007ad9
Add Cutefish profile 2021-06-07 14:07:38 +02:00
Anton Hvornum 5701ef9539 Started working on the load_layout function 2021-06-07 12:40:24 +02:00
Anton Hvornum 1a25470025
Merge pull request #555 from m1ten/patch-3
version bump v2.3.0.dev0
2021-06-07 08:23:10 +02:00
m1ten 453ff15371
version bump v2.3.0.dev0 2021-06-06 17:05:15 -07:00
Anton Hvornum 25e835ce3e Removed the bulk of disk-operations from guided, and will move the logic into the Filesystem() class instead. 2021-06-06 17:35:44 +02:00
m1ten b8631f6bb6
Remove source check (not required) 2021-06-06 11:16:17 -04:00
Anton Hvornum 0552d040ac Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for the size creation so that they don't overlap 2021-06-06 17:13:42 +02:00
Anton Hvornum ce4b1fbcff Added sorting logic for BlockDevice. Also swapped sys_command() to SysCommand() and refined the logic around those calls. 2021-06-06 16:19:53 +02:00
Anton Hvornum f9774af2cc As of Python 3.6 and 3.7, dictionaries are ordered by insertion by default. We there for no longer need to use OrderedDict for our dictionaries where this logic is required. 2021-06-06 15:31:51 +02:00
Yash Tripathi 9bec42ad08
updated creds help 2021-06-06 08:41:37 +05:30
Yash Tripathi 158dbbf8f1
changed block location 2021-06-06 08:35:26 +05:30
Yash Tripathi 419b058b6f
added support for seperating credentials from config 2021-06-06 08:18:34 +05:30
m1ten f541df4e7b
updated makedepends and added manual 2021-06-05 13:11:57 -04:00
Anton Hvornum 71b6efab69 Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-partitioning 2021-06-04 15:08:04 +02:00
Anton Hvornum 7d60287a3d Merged in changes from master 2021-06-04 15:07:42 +02:00
Anton Hvornum a4033a7d3a
Merge pull request #546 from dylanmtaylor/patch-1
Attempt to avoid crashing when encountering swap partitions in has_content
2021-06-03 14:27:39 +02:00
Dylan M. Taylor f1503349da
Attempt to avoid crashing when encountering swap partitions in has_content() 2021-06-03 08:25:36 -04:00
Anton Hvornum 7b4564c0fc
Merge pull request #542 from dylanmtaylor/bootloader-directory-creation
Add some safeguards to create directories before writing files
2021-06-03 13:52:29 +02:00
Dylan Taylor dcf178c7e8 Add some safeguards to create directories before writing files 2021-06-03 07:20:16 -04:00
Anton Hvornum 2731f82d0f
Merge pull request #539 from archlinux/torxed-improve-logging
Adding --debug and other log enhancements
2021-06-03 10:32:09 +02:00
Anton Hvornum f85f99dd40
Merge pull request #543 from dylanmtaylor/hardware-detection
Add additional hardware debugging functions
2021-06-03 10:31:44 +02:00
Dylan Taylor 3e505d4321 Clean up graphics driver output 2021-06-02 21:43:46 -04:00
Dylan Taylor 118cc17eb2 Fix my Quadro T1000 not being detected 2021-06-02 21:26:24 -04:00
Dylan Taylor 5f4a24d5cc Add graphics device listing 2021-06-02 21:23:56 -04:00
Dylan Taylor e90b17ca1c Add hardware logging to beginning of installation 2021-06-02 21:17:54 -04:00
Dylan Taylor c851a38a9e Add additional hardware functions 2021-06-02 21:00:42 -04:00
Anton Hvornum abcf3ea88a Wrong variable name 2021-06-02 23:53:13 +02:00
Anton Hvornum bedc5cd132
Merge pull request #540 from dylanmtaylor/description
Add a description to top-level profile listing
2021-06-02 22:59:31 +02:00
Dylan Taylor 81269b972c Remove line explaining desktop profile 2021-06-02 16:56:39 -04:00
Dylan Taylor f88da81645 Add description to profile listing 2021-06-02 16:52:26 -04:00
Anton Hvornum 6a0f6b161c Adding more granular debugging 2021-06-02 21:31:28 +02:00
Anton Hvornum 8bbc26ca59 Attempt to fix issue regarding broken output
Since pacman and some other commands these days write multiple lines and goes back and fourth, it's not reliable to say the "peaked" line is a single line. And if it's not, it will make the output look like garbage.

So instead, we'll write any output - as is - and let the command deal with fancy printing.
2021-06-02 00:21:15 +02:00
Anton Hvornum 434ebb3419 Added docstrings 2021-06-02 00:08:45 +02:00
Anton Hvornum 0901723ff4 Windows fix + Sorting based on list
This fix introduces changes so that development can be done (and tested) on other platforms than Linux. This is a convenience fix and shouldn't break anything (simply a few Linux-specific imports that have moved into the functions where they are used).

This commit also introduces sorting based on a list of priorities (where the default will be last if not matched).
2021-06-01 23:56:15 +02:00
Anton Hvornum 7b0863f289 Added a tribute logo
Used in discord and other social gatherings.
2021-06-01 22:24:26 +02:00
Anton Hvornum 32dce85257 Introduces HTTP mirror selection 2021-06-01 20:11:25 +02:00
Anton Hvornum 615d0d38dd
Merge pull request #535 from dylanmtaylor/patch-4
Remove comment that no longer applies
2021-06-01 07:32:32 +02:00
Dylan M. Taylor ec2b00c117
Remove comment that no longer applies 2021-05-31 19:45:49 -04:00
Anton Hvornum fca6eba86c Removed Libera chat challenge as per request 2021-05-31 12:49:45 +02:00
Anton Hvornum a67677cb2d
Merge pull request #531 from Kibouo/master
Fix typo in error msg
2021-05-31 12:47:16 +02:00
Anton Hvornum 17c65a0abb
PR #534: Fixes hardcoded kernels in boot config for systemd
Fixing hardcoded kernel in boot-config
2021-05-31 12:45:15 +02:00
Anton Hvornum 62c22f78b1 Moved return logic to not abort the iteration of kernels. 2021-05-31 12:26:49 +02:00
Anton Hvornum 7b1bb4af97 Fixed a plugin issue where there are no plugins found. 2021-05-31 12:17:18 +02:00
Anton Hvornum 3006e5b4c3 Creating multiple boot configs, based on the selected kernels. Not 100% sure both initramfs and vmlinuz will have the trailing definitions, but made both {kernel} 2021-05-31 11:15:01 +02:00
Anton Hvornum baca0cc514 Creating PR 2021-05-31 10:09:03 +02:00
Csonka Mihaly f60cd10afb Fix typo in error msg 2021-05-30 17:37:44 +02:00
Anton Hvornum 630045f4a6
Added Libera information 2021-05-29 11:43:35 +02:00