Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-14Merge pull request #580 from dylanmtaylor/patch-1Anton Hvornum
Change graphics driver prompt to better indicate default action
2021-06-13Change graphics driver prompt to better indicate default actionDylan M. Taylor
2021-06-13Merge pull request #577 from chingnux/fix-silentAnton Hvornum
fix the case when there's --config but --silent is not set
2021-06-13Setting proper keys in exported config (#557)Yash Tripathi
* Set the resolved profile path to the actual desktop environment * split Nvidia driver list into proprietary and open-source * Updated select_driver to use archinstall.arguments for driver selection * Adding default value that works with later .get() * audio will now be prompted irrespective of profile
2021-06-13Implement is_desktop_profile helper function (#575)Dylan M. Taylor
* Implement is_desktop_profile helper function * Make ask_for_audio_selection use generic_select * Fix default value for audio selection * Leverage list of supported desktops to perform is_desktop_profile check * is_desktop_profile was missing a default return value * Store return value for audio server
2021-06-13fix the case when there's --config but --silent is not setIru Cai
2021-06-10Merge pull request #569 from dylanmtaylor/patch-1Anton Hvornum
Add a message when running check_mirror_reachable to let users know it's not frozen
2021-06-10Clarify driver recommendations (#572)Dylan M. Taylor
2021-06-10added --dry-run flag (#570)Yash Tripathi
* added --dry-run flag
2021-06-10Add a message when running check_mirror_reachable to let users know it is ↵Dylan M. Taylor
not frozen.
2021-06-10Merge pull request #552 from l4zy0n3/patch-1Anton Hvornum
added support for optionally seperating credentials from config
2021-06-10Merge pull request #551 from m1ten/patch-1Anton Hvornum
adds python-sphinx in make dependency and manual
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
Introduces the use of HTTP mirrors additionally
2021-06-10Merge pull request #538 from archlinux/torxed-fix-536Anton Hvornum
Attempt to fix issue regarding broken output
2021-06-10Merge pull request #568 from dylanmtaylor/patch-1Anton Hvornum
Only run publish_pypi when a tag is created on the master branch
2021-06-10Only run publish_pypi when a tag is created on the master branchDylan M. Taylor
2021-06-10Merge pull request #565 from dylanmtaylor/patch-1Anton Hvornum
Exit codes are an 8 bit value and could be 0 through 255
2021-06-10Exit codes are an 8 bit value and could be 0 through 255Dylan M. Taylor
We also don't need to check the exit code - this message should just be displayed if we are not root
2021-06-10Merge pull request #562 from dylanmtaylor/hide-requires-root-if-rootAnton Hvornum
Only print requires root messages if effective user id is not root
2021-06-10Merge pull request #559 from dylanmtaylor/patch-1Anton Hvornum
Proposal: Split Nvidia so that there are two options for it
2021-06-10Merge pull request #548 from dylanmtaylor/umount-before-mklabelAnton Hvornum
Try to solve issue with mklabel while partitions are mounted.
2021-06-10Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ciAnton Hvornum
Initial port of GitHub Actions to GitLab CI/CD
2021-06-09Only print requires root messages if effective user id is not rootDylan Taylor
2021-06-09Initial port of GitHub workspaces to GitLab CI/CDDylan Taylor
2021-06-09Try to unmount devices before attempting to run mklabelDylan M. Taylor
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
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-09Merge pull request #558 from JakobDev/cutefishAnton Hvornum
Add Cutefish profile
2021-06-09Linter hates on us if there's no comma at the endAnton Hvornum
2021-06-09Remove cutefish from desktop.pyJakobDev
2021-06-07Use group instead of package listJakobDev
2021-06-07Add noto-fonts to package listJakobDev
2021-06-07Add Cutefish profileJakobDev
2021-06-07Merge pull request #555 from m1ten/patch-3Anton Hvornum
version bump v2.3.0.dev0
2021-06-06version bump v2.3.0.dev0m1ten
2021-06-06Remove source check (not required)m1ten
2021-06-06updated creds helpYash Tripathi
2021-06-06changed block locationYash Tripathi
2021-06-06added support for seperating credentials from configYash Tripathi
2021-06-05updated makedepends and added manualm1ten
2021-06-03Merge pull request #546 from dylanmtaylor/patch-1Anton Hvornum
Attempt to avoid crashing when encountering swap partitions in has_content
2021-06-03Attempt to avoid crashing when encountering swap partitions in has_content()Dylan M. Taylor
2021-06-03Merge pull request #542 from dylanmtaylor/bootloader-directory-creationAnton Hvornum
Add some safeguards to create directories before writing files
2021-06-03Add some safeguards to create directories before writing filesDylan Taylor
2021-06-03Merge pull request #539 from archlinux/torxed-improve-loggingAnton Hvornum
Adding --debug and other log enhancements
2021-06-03Merge pull request #543 from dylanmtaylor/hardware-detectionAnton Hvornum
Add additional hardware debugging functions
2021-06-02Clean up graphics driver outputDylan Taylor
2021-06-02Fix my Quadro T1000 not being detectedDylan Taylor
2021-06-02Add graphics device listingDylan Taylor
2021-06-02Add hardware logging to beginning of installationDylan Taylor
2021-06-02Add additional hardware functionsDylan Taylor