Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-09-21Sort the profiles with ignore case (#2080)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-21Update instructions to run archinstall from ISO (#2076)Daniel Girtler
Update instructions to run archinstall from ISO
2023-09-21Rework `_get_kernel_params()` for `_add_grub_bootloader()` (#2079)codefiles
* Rework `_get_kernel_params()` for `_add_grub_bootloader()` * Remove uncommenting of GRUB config line for encrypted /boot support
2023-09-20Fix acquisition of UUID (#2077)codefiles
* Fix acquisition of UUID * Fix inadequate solution * Add check for UUID
2023-09-20Use `_preset` for defaults in `LocaleMenu` (#2071)codefiles
* Use `_preset` for defaults in `LocaleMenu` * Fix adjacent typos
2023-09-20Use `SUPPORTED` file for locale options (#2069)codefiles
* Use `SUPPORTED` file for locale options * Add glibc to `PKGBUILD` depends
2023-09-19Allow assigning mountpoint on existing partitions (#2067)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-19Update README with instructions (#2066)Daniel Girtler
* Update README with instructions * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-18Add `_get_kernel_params()` (#2064)codefiles
2023-09-18Fix many typos (#1692)Alexander Seiler
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-09-18Refactor `_add_efistub_bootloader()` kernel parameters (#2061)codefiles
* Refactor `_add_efistub_bootloader()` kernel parameters * Remove obsolete comment
2023-09-17Remove git install from `build_iso.sh` (#2063)codefiles
2023-09-17Fix broken action check (#2060)Daniel Girtler
* Fix broken action check
2023-09-17Refactor `_add_efistub_bootloader()` cmdline (#2059)codefiles
2023-09-17Refactor `_add_grub_bootloader()` installation (#1968)codefiles
* Refactor `_add_grub_bootloader()` installation * Remove whitespace
2023-09-17fix: make nodatacow and compress mutually exclusive (#1998)Himadri Bhattacharjee
* fix: make nodatacow and compress mutually exclusive * fix: raise ValueError when both compress and nodatacow flags are set
2023-09-17Support CJK text alignment (#2012)Wu Xiaotian
* Add functions for unicode string alignment * use unicode alignment function to show menu * Allow table content to support unicode text alignment
2023-09-17Fix encryption debug message in `_add_efistub_bootloader()` (#1991)codefiles
2023-09-16Added a forced buffer flush on each worker stdin write (#2057)Anton Hvornum
2023-09-15Add option to use slick-greeter with lightdm (#1970)Campbell Jones
2023-09-15Update Portuguese translation (#1976)Hugo Carvalho
More corrections
2023-09-14add the option to use ly as display manager (#2004)Christian Heusel
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-09-14fix instructions for Using a Live ISO Images (#2021)yenaras
replaced `--break-operating-system` with the correct flag `--break-system-packages` and also added the flag as required for `pip uninstall --break-system-packages`
2023-09-14fix custom-commands issue #2025 (#2026)Stephen Houser
2023-09-14'Packete' made my eyes bleed; fixed common german mistakes; added missing ↵Adrian Sausenthaler
(#2029) Signed-off-by: Adrian Sausenthaler <gpg@sausenthaler.de>
2023-09-14New translation for the French language (#2024)Roxfr
* French language translation update Hello, Here is the update of the translation for the French language. Regards, Roxfr * Add files via upload Hello, Here is the new translation for the French language: - Update of the translation via the latest .pot file, - Improved translation. Regards, Roxfr
2023-09-14Add romanian translation to archinstall (#2034)Andrei Iancu
* Add romanian translation for installer * Ad romanian translation. * Update translation
2023-09-14Correct the simple typo in the comment (#2042)Kazunari Sasa
2023-09-14Rename profile in sub-menu (#2033)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Fix 1971 - manual partitioning (#2031)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Fix Bootloader installation (#2032)Daniel Girtler
* Fix broken path * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Fix 2035 - Profile configuration (#2036)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Default to unknown on partition types (#2037)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Fix typo in README.md (#2050)Ikko Eltociear Ashimine
interative -> interactive
2023-09-14Fix 1973 - pipewire (#2030)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-14Merge pull request #2038 from svartkanin/fix-github-actionDaniel Girtler
Fix github action
2023-09-05UpdateDaniel Girtler
2023-09-05UpdateDaniel Girtler
2023-09-05Fix github actionDaniel Girtler
2023-08-02Fix and update Portuguese translation (#1972)Hugo Carvalho
2023-07-31Translate: Add some missing Spanish translations (#1969)Pedro Chaparro
* feat(locales/es): Add some missing spanish translations * feat(locales/es): Run `locales_generator.sh` script to update the `base.mo` file Follow the `archinstall/locales/README.md` instructions to add / update languages. * feat(locales/es): Add some new missing translations * feat(locales/es): Run `locales_generator.sh` script to update the `base.mo` file
2023-07-31Updated and corrected translation. (#1910)Hasan Oruc
* Updated and corrected translation. * Updated and corrected translation.
2023-07-31move preview text method for profiles into xorg superclass, override when ↵Himadri Bhattacharjee
needed (#1918) Co-authored-by: Anton Hvornum <anton@hvornum.se>