Anton Hvornum
dc10725bf9
Merge pull request #538 from archlinux/torxed-fix-536
...
Attempt to fix issue regarding broken output
2021-06-10 13:27:48 +02:00
Anton Hvornum
4668ea235c
Merge pull request #568 from dylanmtaylor/patch-1
...
Only run publish_pypi when a tag is created on the master branch
2021-06-10 13:20:26 +02:00
Dylan M. Taylor
e5e818a52a
Only run publish_pypi when a tag is created on the master branch
2021-06-10 07:14:51 -04:00
Anton Hvornum
d3dddcf425
Merge pull request #565 from dylanmtaylor/patch-1
...
Exit codes are an 8 bit value and could be 0 through 255
2021-06-10 12:54:33 +02:00
Dylan M. Taylor
0563d307e8
Exit codes are an 8 bit value and could be 0 through 255
...
We also don't need to check the exit code - this message should just be displayed if we are not root
2021-06-10 06:53:05 -04:00
Anton Hvornum
14aeb3b177
Merge pull request #562 from dylanmtaylor/hide-requires-root-if-root
...
Only print requires root messages if effective user id is not root
2021-06-10 11:53:43 +02:00
Anton Hvornum
4572a41159
Merge pull request #559 from dylanmtaylor/patch-1
...
Proposal: Split Nvidia so that there are two options for it
2021-06-10 10:02:56 +02:00
Anton Hvornum
50d378c676
Merge pull request #548 from dylanmtaylor/umount-before-mklabel
...
Try to solve issue with mklabel while partitions are mounted.
2021-06-10 09:59:47 +02:00
Anton Hvornum
adcd07930d
Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ci
...
Initial port of GitHub Actions to GitLab CI/CD
2021-06-10 09:57:34 +02:00
Dylan Taylor
a8dda07169
Only print requires root messages if effective user id is not root
2021-06-09 23:37:35 -04:00
Dylan Taylor
35b9cf43af
Initial port of GitHub workspaces to GitLab CI/CD
2021-06-09 22:42:22 -04:00
Dylan M. Taylor
65407b4054
Try to unmount devices before attempting to run mklabel
2021-06-09 19:28:09 -04:00
Dylan M. Taylor
fe76c517e0
Split Nvidia so that there are two options for it
...
This makes selecting an Nvidia driver simpler and makes it apparent that we support both open-source and proprietary from the initial selection.
2021-06-09 19:27:41 -04:00
Anton Hvornum
3909333ae3
Merge pull request #558 from JakobDev/cutefish
...
Add Cutefish profile
2021-06-09 21:02:08 +02:00
Anton Hvornum
26c522969f
Linter hates on us if there's no comma at the end
2021-06-09 20:53:23 +02:00
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
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
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
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