index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-20 | Remove `select_language()` duplicate of `select_kb_layout()` (#2151) | codefiles | |
* Remove `select_language()` duplicate of `select_kb_layout()` * Added a deprecation warning on select_language() * Moved select_language() back into it's original location, just to keep the PR diff minimal * Removed import for now, to please flake8 --------- Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2023-10-10 | Add handling of signal interrupt and EOF at input prompts (#2154) | codefiles | |
2023-10-09 | Fix keyboard layout and timezone menus (#2153) | codefiles | |
2023-09-22 | Renamed hyperland to hyprland, fixed seatd via post_installation and added ↵ | Sxmourai | |
waybar-hyprland (#1824) * Renamed hyperland to hyprland, fixed seatd via post_installation and installed waybar * Removed the launching of seatd on the installation process * Starting to add nvidia support, and automatic configuring of hyprland * Starting to add auto configuration of hyprland... But this will need maintenance * Added hyprpaper auto config Gonna make waybar auto config next * Waybar auto config is starting... I can't test rn I'm on vacation and my connection is quite bad (68 days for arch iso) * Added wlogout support (and swaylock) * Fixed file managers printing * Starting to add a shell config... Definitely don't push this * Reverted custom-shell config (create a separate PR) * Removed systemd-logind, as that was just for testing the selector * Added polkit as an option for the seat. As it's a dependency of the hyprland package * Flake8 fix * The name change wasn't propegated to the menu * Added newline at the end of general_conf.py to not alter it * Removed newline at the end of general_conf.py to not alter it * Renamed the Hyprland class --------- Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com> | |||
2023-09-18 | Fix many typos (#1692) | Alexander Seiler | |
Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||
2023-07-31 | Parallel downloads (#1952) | Mário Victor Ribeiro Silva | |
* refactor: remove max_downloads limit * Update parallel downloads * Update parallel downloads | |||
2023-07-25 | Fix 1934 - audio server regression (#1946) | Daniel Girtler | |
* Audio configuration * Update * Update schema --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-06-05 | Fix 1749 (#1840) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2023-06-05 | Move locales and cleanup menu (#1814) | Daniel Girtler | |
* Cleanup imports and unused code * Cleanup imports and unused code * Update build check * Keep deprecation exception * Simplify logging * Move locale into new sub-menu --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-05-15 | Add custom mirror support (#1816) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-05-11 | Cleanup imports and unused code (#1801) | Daniel Girtler | |
* Cleanup imports and unused code * Update build check * Keep deprecation exception * Simplify logging --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> |