Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-28Remove application profiles that just install additional packages and do not ↵Dylan Taylor
do anything else to customize or configure.
2021-04-28Rework budgie to use package definitionDylan Taylor
2021-04-28Merge pull request #371 from dylanmtaylor/patch-1Anton Hvornum
Avoid some word wrapping on smaller consoles like VirtualBox.
2021-04-28Added a mini curses class and generic-multi-select (#362)Anton Hvornum
* Added a mini curses class. It can do some simple tricks to iterate over menu options and indicate which ones are chosen using generic_multi_select(). * Include the default parameter if set. * Modified 'select_kernel()' to use the new multi-select. * Sneaky character got in. * removed some debugging * removed some debugging * Spelling error * Adding error handling and loop support. * Enforce that 'default' is always selected if no other option is selected. * Fixed backspace issues and ghosting. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com>
2021-04-28Avoid some word wrapping on smaller consoles like VirtualBox.Dylan M. Taylor
2021-04-28Corrected one indentation.Anton Hvornum
2021-04-28Corrected error handling for log creation.Anton Hvornum
2021-04-28Merge latest changes from masterAnton Hvornum
2021-04-28Fixing permission error on non-root-runners accessing log()Anton Hvornum
2021-04-28Merge pull request #370 from dylanmtaylor/patch-2Anton Hvornum
Allow Sway Nvidia override
2021-04-28Merge pull request #365 from dylanmtaylor/patch-1Anton Hvornum
Include Git commit SHA in the ISO
2021-04-28Allow Sway Nvidia overrideDylan M. Taylor
2021-04-28Merge pull request #367 from SecondThundeR/kernel-selectAnton Hvornum
Slightly update kernel selection
2021-04-28Added a default descriptionAnton Hvornum
2021-04-28Update kernel selectSecondThundeR
Move select to separate function Remove 'continue' option Add hardened kernel as option
2021-04-28Merge pull request #366 from advaithm/masterAnton Hvornum
Bug fixes for kernel select and grub-install
2021-04-28Raise a hardware incompatibilty error if someone installs the nvidia prop ↵advaithm
dirvers with sway
2021-04-28install nvidia-dkms when running linux-zen/ltsadvaithm
2021-04-28removed pdbadvaithm
2021-04-27Include the commit SHA in the ISODylan M. Taylor
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds.
2021-04-28log diffrent values when in bios modeadvaithm
2021-04-28trying to fix always failing bootloader installadvaithm
2021-04-28fixed kernel selectadvaithm
2021-04-28pdb traceingadvaithm
2021-04-27Merge pull request #344 from SecondThundeR/misc-cleanupAnton Hvornum
Misc. cleanup
2021-04-27Merge pull request #361 from SecondThundeR/drivers-fixAnton Hvornum
Fixed a crash before choosing a video card driver
2021-04-27Fixed a crash before choosing a video card driverВладислав
2021-04-27Revert some merge resolve changesSecondThundeR
2021-04-27Merge branch 'master' into misc-cleanupВладислав
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
* Moving away from custom log levels, to something that's well defined. * Added backward compability to log() as well. * Added an option to force log messages out on screen even if the level is below the log level threashold. * Added force log messages when wrong notation is used. * Added some more length to the deprecated message * Swapped all log levels to use logging.<level> instead. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com>
2021-04-27Updated readme about the help and log locationAnton Hvornum
2021-04-27Restore changes related to background propertiesВладислав
2021-04-27Updating branch strategy on the CONTRIB fileAnton Hvornum
2021-04-27Merge pull request #357 from dylanmtaylor/patch-1Anton Hvornum
Use generic_select for driver selection
2021-04-27Use generic_select for driver selectionDylan M. Taylor
2021-04-27Merge branch 'master' into misc-cleanupВладислав
2021-04-27Revert "Update logging for some functions"SecondThundeR
This reverts commit f5b6e7bafead1f604c27bfb31b84f3f560a682c8. Reverting commit due to currently redundant change and merge conflict
2021-04-27Merge pull request #337 from dylanmtaylor/patch-4Anton Hvornum
Run CI on pushes to master/main
2021-04-27Merge pull request #356 from dylanmtaylor/patch-2Anton Hvornum
Delete i3-wm and i3-gaps profiles
2021-04-27Delete i3-gaps.pyDylan M. Taylor
2021-04-27Delete i3-wm.pyDylan M. Taylor
2021-04-27Merge PR #335: Merges in v2.2.0 work into masterAnton Hvornum
Any future work against v2.2.0 will go straight into master, patch work will be done on separate branches instead.
2021-04-27Updated PR guidelines.Anton Hvornum
2021-04-27Forgot to hit save after merge conflict fixes.Anton Hvornum
2021-04-27Pulled in latest changes from torxed-v2.2.0Anton Hvornum
2021-04-27Merge pull request #315 from AggamR/masterAnton Hvornum
selecting a kernel
2021-04-27Added a failsafe for kernels argument to be defaulted to linux, since 'None' ↵Anton Hvornum
could technically end up here.
2021-04-27Reduced complexity in guided for the kernel selection process.Anton Hvornum
2021-04-27Synced latest changes from torxed-v2.2.0.Anton Hvornum
2021-04-27Spelling errorAnton Hvornum