Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-18Fix EFISTUB `cmdline` (#2181)codefiles
2023-10-17Add support for unified kernel image (#1519)codefiles
2023-10-17Fix reset in locales menu (#2178)codefiles
2023-10-16Refactor `_add_systemd_bootloader()` newlines (#2173)codefiles
* Refactor `_add_systemd_bootloader()` newlines * Revert f-string change
2023-10-15User error info and version check (#2169)Daniel Girtler
* Add user information for error * Show output if newer version available * Update * Update * flake8 --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-10-15Fix `MOUNT_POINT` for pre-mounted disk configuration (#2168)codefiles
2023-10-13chore(deps): update dependency dev/pre-commit to v3.5.0 (#2164)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13chore(deps): update dependency dev/mypy to v1.6.0 (#2155)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13Fix install text initialization (#2162)codefiles
2023-10-10Add handling of signal interrupt and EOF at input prompts (#2154)codefiles
2023-10-09Fix keyboard layout and timezone menus (#2153)codefiles
2023-10-03Extend the mypy checks (#2120)Daniel Girtler
* Extend the mypy checks * Update * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-10-02Simplify SysCommand decoding (#2121)Daniel Girtler
2023-10-02Fix ArchInstall ISO build (#2142)Dylan M. Taylor
2023-10-02Fix missing info for pre-mounted disk configuration (#2143)codefiles
2023-10-01Added first Hindi language support (#2134)Ansh Goel
2023-10-01Update Russian translation (#2136)Alexmelman88
2023-10-01po: update Tamil translation (#2105)K.B.Dharun Krishna
* po: update Tamil translation * po: update translation files * po: update translation files, Tamil translation * Revert "po: update translation files, Tamil translation" This reverts commit 98ef415138a23151a3dad9f4a846114427d9db36. * po: update Tamil translation --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-30Bumping version to: v2.6.3 (#2135)Anton Hvornum
2023-09-29Add support for ESP partition flag (#2133)codefiles
2023-09-29Fix GRUB boot directory (#2130)codefiles
2023-09-29Refactor `_add_efistub_bootloader()` use cmd list (#2127)codefiles
2023-09-28Fix mount command whitespace (#2126)codefiles
2023-09-28Fix 2118 (#2119)Daniel Girtler
* Update locales generation * Update README * Disable translation check --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-27Bumping version to: v2.6.2 (#2123)Anton Hvornum
2023-09-27Simplify command in `README.md` example (#2122)codefiles
2023-09-27FR Translation updated (#2112)T13nou
2023-09-27tr translation files updated (#2115)Wise
2023-09-27Use unpacking for list creation (#2117)codefiles
2023-09-27Fix mount debug message (#2116)codefiles
2023-09-26Fix 2103 (#2114)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-26Fix `mountpoint` for pre-mounted disk configuration (#2113)codefiles
* Fix `mountpoint` for pre-mounted disk configuration * Add missing commas
2023-09-26Disabled fstrim on BTRFS by default (#2109)Anton Hvornum
* Disabled fstrim on BTRFS by default * Changed variable name to conform with suggestion in #2109
2023-09-24Fix 1669 | Refactor display of sizes in tables (#2100)Daniel Girtler
* Use sector as default display * Display tables in sector size * Refactor size * Update * Update * fix flake8 --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24Refactor microcode (#2099)codefiles
2023-09-24Unify json functions (#2102)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24Fix line break (#2101)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24po: update Tamil translation (#2096)K.B.Dharun Krishna
* po: update Tamil translation * Update translation workflow check * Update translation workflow check * Update translation workflow check * Update translation files * Update translation workflow check --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24Add support for loop devices (#2097)codefiles
2023-09-24Fix small typo in README.md (#2095)Niko Hoffrén
2023-09-23Bumped version to: v2.6.1 (#2094)Anton Hvornum
2023-09-23Bumped version to: v2.6.1Anton Hvornum
2023-09-23Fix GRUB with non-/boot ESP (#2015)Thomas Aldrian
* Fix GRUB with non-/boot ESP Fixes #2001 * GRUB EFI fixes * Fix flake8 and mypy --------- Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-22Added kitty, dolphin, wofi to hyprland (#2092)Anton Hvornum
2023-09-22Renamed 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-22chore(deps): update dependency dev/pre-commit to v3.4.0 (#2090)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22chore(deps): update dependency dev/mypy to v1.5.1 (#2089)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22Add renovate.json (#2086)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22Only parse profile classes when loading modules (#2088)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-21Fix `_add_efistub_bootloader()` partition number with partn (#2084)codefiles