index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-29 | Merge pull request #384 from jatin-cbs/master | Anton Hvornum | |
Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378 | |||
2021-04-29 | Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378 | Jatin | |
replaced a `.` with a `,` in gnome.py profile. | |||
2021-04-29 | Merge pull request #378 from dylanmtaylor/packages | Anton Hvornum | |
Desktop Environment Cleanup and Switch to Packages Definitions | |||
2021-04-29 | Merge branch 'master' into packages | Anton Hvornum | |
2021-04-29 | Cleaning up packages. (#374) | Anton Hvornum | |
* Cleaning up packages. installer now relies on __packages__ definition. Which will work with external libs to more easily gather packages used by installer and profiles. * Added back the logic for the log message, where we inform if we're adding the boot loader to root or boot. * Added __package__ definition to profiles and the installer. These packages can be used as an indication from outside libraries of what could *possibly* be installed. For instance an offline-tool could source these, it would source more than it needed to, but it would give a quick rundown of what might be needed. * Removed import of __base__packages__ as it's now just __packages__ after a lot of stream-lining. * Explosion misspelling. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-28 | Update python-publish.yml | Anton Hvornum | |
2021-04-28 | egl-wayland is small enough that conditionally installing it doesn't make a ↵ | Dylan Taylor | |
lot of sense | |||
2021-04-28 | This variable wasn't really needed. | Dylan M. Taylor | |
2021-04-28 | Rework KDE profile package installation | Dylan Taylor | |
2021-04-28 | Add packages to top of each desktop profile | Dylan Taylor | |
2021-04-28 | Remove refs to application profiles that were removed | Dylan Taylor | |
2021-04-28 | Change how i3 configurations are installed | Dylan Taylor | |
2021-04-28 | Rework how alacritty is installed for awesome | Dylan Taylor | |
2021-04-28 | Restore kde.py | Dylan Taylor | |
2021-04-28 | Remove application profiles that just install additional packages and do not ↵ | Dylan Taylor | |
do anything else to customize or configure. | |||
2021-04-28 | Rework budgie to use package definition | Dylan Taylor | |
2021-04-28 | Merge pull request #371 from dylanmtaylor/patch-1 | Anton Hvornum | |
Avoid some word wrapping on smaller consoles like VirtualBox. | |||
2021-04-28 | Added 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-28 | Avoid some word wrapping on smaller consoles like VirtualBox. | Dylan M. Taylor | |
2021-04-28 | Corrected one indentation. | Anton Hvornum | |
2021-04-28 | Corrected error handling for log creation. | Anton Hvornum | |
2021-04-28 | Merge latest changes from master | Anton Hvornum | |
2021-04-28 | Fixing permission error on non-root-runners accessing log() | Anton Hvornum | |
2021-04-28 | Merge pull request #370 from dylanmtaylor/patch-2 | Anton Hvornum | |
Allow Sway Nvidia override | |||
2021-04-28 | Merge pull request #365 from dylanmtaylor/patch-1 | Anton Hvornum | |
Include Git commit SHA in the ISO | |||
2021-04-28 | Allow Sway Nvidia override | Dylan M. Taylor | |
2021-04-28 | Merge pull request #367 from SecondThundeR/kernel-select | Anton Hvornum | |
Slightly update kernel selection | |||
2021-04-28 | Added a default description | Anton Hvornum | |
2021-04-28 | Update kernel select | SecondThundeR | |
Move select to separate function Remove 'continue' option Add hardened kernel as option | |||
2021-04-28 | Merge pull request #366 from advaithm/master | Anton Hvornum | |
Bug fixes for kernel select and grub-install | |||
2021-04-28 | Raise a hardware incompatibilty error if someone installs the nvidia prop ↵ | advaithm | |
dirvers with sway | |||
2021-04-28 | install nvidia-dkms when running linux-zen/lts | advaithm | |
2021-04-28 | removed pdb | advaithm | |
2021-04-27 | Include the commit SHA in the ISO | Dylan M. Taylor | |
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds. | |||
2021-04-28 | log diffrent values when in bios mode | advaithm | |
2021-04-28 | trying to fix always failing bootloader install | advaithm | |
2021-04-28 | fixed kernel select | advaithm | |
2021-04-28 | pdb traceing | advaithm | |
2021-04-27 | Merge pull request #344 from SecondThundeR/misc-cleanup | Anton Hvornum | |
Misc. cleanup | |||
2021-04-27 | Merge pull request #361 from SecondThundeR/drivers-fix | Anton Hvornum | |
Fixed a crash before choosing a video card driver | |||
2021-04-27 | Fixed a crash before choosing a video card driver | Владислав | |
2021-04-27 | Revert some merge resolve changes | SecondThundeR | |
2021-04-27 | Merge branch 'master' into misc-cleanup | Владислав | |
2021-04-27 | Moving 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-27 | Updated readme about the help and log location | Anton Hvornum | |
2021-04-27 | Restore changes related to background properties | Владислав | |
2021-04-27 | Updating branch strategy on the CONTRIB file | Anton Hvornum | |
2021-04-27 | Merge pull request #357 from dylanmtaylor/patch-1 | Anton Hvornum | |
Use generic_select for driver selection | |||
2021-04-27 | Use generic_select for driver selection | Dylan M. Taylor | |
2021-04-27 | Merge branch 'master' into misc-cleanup | Владислав | |