index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | Fix reset in locales menu (#2178) | codefiles | |
2023-10-16 | Refactor `_add_systemd_bootloader()` newlines (#2173) | codefiles | |
* Refactor `_add_systemd_bootloader()` newlines * Revert f-string change | |||
2023-10-15 | Fix `MOUNT_POINT` for pre-mounted disk configuration (#2168) | codefiles | |
2023-10-13 | Fix install text initialization (#2162) | codefiles | |
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-10-03 | Extend the mypy checks (#2120) | Daniel Girtler | |
* Extend the mypy checks * Update * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-10-02 | Simplify SysCommand decoding (#2121) | Daniel Girtler | |
2023-10-02 | Fix missing info for pre-mounted disk configuration (#2143) | codefiles | |
2023-09-29 | Add support for ESP partition flag (#2133) | codefiles | |
2023-09-29 | Fix GRUB boot directory (#2130) | codefiles | |
2023-09-29 | Refactor `_add_efistub_bootloader()` use cmd list (#2127) | codefiles | |
2023-09-28 | Fix mount command whitespace (#2126) | codefiles | |
2023-09-27 | Use unpacking for list creation (#2117) | codefiles | |
2023-09-27 | Fix mount debug message (#2116) | codefiles | |
2023-09-26 | Fix 2103 (#2114) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-26 | Fix `mountpoint` for pre-mounted disk configuration (#2113) | codefiles | |
* Fix `mountpoint` for pre-mounted disk configuration * Add missing commas | |||
2023-09-26 | Disabled 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-24 | Fix 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-24 | Refactor microcode (#2099) | codefiles | |
2023-09-24 | Unify json functions (#2102) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-24 | Add support for loop devices (#2097) | codefiles | |
2023-09-23 | Fix 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-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-22 | Only parse profile classes when loading modules (#2088) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-21 | Fix `_add_efistub_bootloader()` partition number with partn (#2084) | codefiles | |
2023-09-21 | Sort the profiles with ignore case (#2080) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-21 | Rework `_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-20 | Fix acquisition of UUID (#2077) | codefiles | |
* Fix acquisition of UUID * Fix inadequate solution * Add check for UUID | |||
2023-09-20 | Use `_preset` for defaults in `LocaleMenu` (#2071) | codefiles | |
* Use `_preset` for defaults in `LocaleMenu` * Fix adjacent typos | |||
2023-09-20 | Use `SUPPORTED` file for locale options (#2069) | codefiles | |
* Use `SUPPORTED` file for locale options * Add glibc to `PKGBUILD` depends | |||
2023-09-19 | Allow assigning mountpoint on existing partitions (#2067) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-18 | Add `_get_kernel_params()` (#2064) | codefiles | |
2023-09-18 | Fix many typos (#1692) | Alexander Seiler | |
Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||
2023-09-18 | Refactor `_add_efistub_bootloader()` kernel parameters (#2061) | codefiles | |
* Refactor `_add_efistub_bootloader()` kernel parameters * Remove obsolete comment | |||
2023-09-17 | Refactor `_add_efistub_bootloader()` cmdline (#2059) | codefiles | |
2023-09-17 | Refactor `_add_grub_bootloader()` installation (#1968) | codefiles | |
* Refactor `_add_grub_bootloader()` installation * Remove whitespace | |||
2023-09-17 | fix: 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-17 | Support 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-17 | Fix encryption debug message in `_add_efistub_bootloader()` (#1991) | codefiles | |
2023-09-16 | Added a forced buffer flush on each worker stdin write (#2057) | Anton Hvornum | |
2023-09-15 | Add option to use slick-greeter with lightdm (#1970) | Campbell Jones | |
2023-09-14 | add the option to use ly as display manager (#2004) | Christian Heusel | |
Signed-off-by: Christian Heusel <christian@heusel.eu> | |||
2023-09-14 | fix custom-commands issue #2025 (#2026) | Stephen Houser | |
2023-09-14 | Correct the simple typo in the comment (#2042) | Kazunari Sasa | |
2023-09-14 | Rename profile in sub-menu (#2033) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-14 | Fix 1971 - manual partitioning (#2031) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-14 | Fix Bootloader installation (#2032) | Daniel Girtler | |
* Fix broken path * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-14 | Fix 2035 - Profile configuration (#2036) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-09-14 | Default to unknown on partition types (#2037) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> |