Commit Graph

2262 Commits

Author SHA1 Message Date
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
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 7b0863f289 Added a tribute logo
Used in discord and other social gatherings.
2021-06-01 22:24:26 +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
Anton Hvornum 200dfd5711
Merge pull request #529 from dylanmtaylor/patch-1
Make this template usable to users of more platforms
2021-05-28 20:22:06 +02:00
Dylan M. Taylor 5729b0bb4d
Make this template usable to users of more platforms
In case someone is trying to edit this as a template, this will work for more people.
2021-05-28 13:52:01 -04:00
Anton Hvornum 7a40f1dc0b
Merge pull request #393 from archlinux/torxed-plugins
Adding in plugin support and on_<event> calls in installation.
2021-05-28 09:30:56 +02:00
Anton Hvornum e993590f5f
Pulled in latest master changes 2021-05-28 09:30:35 +02:00
Anton Hvornum a89f87c145
Update __version__ to become a dev-version again
To avoid accidental pypi snafu's
2021-05-28 09:03:10 +02:00
Anton Hvornum 595bd657c6
Merge pull request #526 from dylanmtaylor/export-configuration
Write user configuration JSON to a file in logs directory
2021-05-28 08:48:26 +02:00
Anton Hvornum 59bb9262e6
Merge pull request #521 from l4zy0n3/patch-1
Updated custom-command-sample.json with newly added keys
2021-05-28 08:42:48 +02:00
Dylan M. Taylor 8d7045b64c
Merge pull request #6 from l4zy0n3/patch-2
added support for setting mirror-region to a dict or a string in config
2021-05-27 23:24:26 -04:00
Yash Tripathi 3aee3611c4
added support for setting profile to a dict or a string in config 2021-05-28 08:50:27 +05:30
Yash Tripathi c3c55f5992
added support for setting mirror-region to a dict or a string in config 2021-05-28 08:44:28 +05:30
Dylan M. Taylor 04e58f98fa
Needed to set file mode to write. 2021-05-27 22:50:38 -04:00
Dylan Taylor eb8f459525 Write user configuration JSON to a file in logs directory 2021-05-27 22:24:09 -04:00
Anton Hvornum 4bb644bf5b
Merge pull request #523 from dylanmtaylor/patch-1
Update version for 2.2.0 final release
2021-05-27 21:08:00 +02:00
Dylan M. Taylor 5b1f30383b
Update version for 2.2.0 final 2021-05-27 14:42:24 -04:00
Anton Hvornum 5a33ecf875
Merge pull request #522 from dylanmtaylor/fix-vm-detection-func
Fix is_vm detection on real hardware
2021-05-27 20:19:38 +02:00
Dylan Taylor 8ddb9153c7 Fix is_vm detection on real hardware 2021-05-27 14:15:27 -04:00
Yash Tripathi fd4b2c97fb
Update custom-command-sample.json 2021-05-27 21:29:14 +05:30
Anton Hvornum f4bb884625
Merge pull request #520 from dylanmtaylor/descriptions
Add descriptions for top-level profiles
2021-05-27 17:43:01 +02:00