index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-07 | Fix 2215 | Display installed packages for all profile submenus (#2355) | Daniel Girtler | |
* Display all packages to be installed * Display all packages to be installed | |||
2024-03-07 | Fix 2307 - Custom mirrors (#2350) | Daniel Girtler | |
* Fix 2307 - Custom mirrors * Update | |||
2024-03-07 | Fix 2337 (and similar) - Ignore existing partitions (#2342) | Daniel Girtler | |
* Fix 2337 * Update | |||
2024-03-07 | Fix enabling of testing repositories (#2340) | codefiles | |
2024-03-07 | Fix partition table commit (#2294) | codefiles | |
2024-03-07 | Fix misspellings (#2306) | Rafael Fontenelle | |
2023-12-01 | Restrict UKI to supported options (#2280) | codefiles | |
2023-12-01 | Minor fixes for UKI (#2279) | codefiles | |
2023-11-27 | Fixes #2262 and GFX rewrite (#2266) | Daniel Girtler | |
* Rework GFX installation * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-11-24 | Fix 2253 (#2259) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-11-22 | Added a --skip-ntp parameter to deal with #2144 (#2225) | Anton Hvornum | |
* Added a --skip-ntp parameter to deal with #2144 * Made info/warn strings translateable * Corrected spelling mistake | |||
2023-11-22 | Added nvidia-dkms when installing propri driver to (#2241) | Anton Hvornum | |
* Added nvidia-dkms when installing propri driver to fix #2233, #2214 and #2002 * Forgot class-name infront of NvidiaDKMS | |||
2023-11-21 | Fix Limine bootloader deployment (#2216) | czapek | |
* Add `get_unique_path_for_device` to `DeviceHandler` * Fix Limine bootloader deployment * Fail if UKI is enabled with Limine * Support more configuration options with Limine * Fix linter errors * Fix boot partition fs_type check for Limine | |||
2023-11-20 | Fix GPT end alignment (#2210) | codefiles | |
2023-11-20 | Remove superfluous use of `partprobe` (#2212) | codefiles | |
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-11-20 | Fix parsing pre-mounted disk configuration from configuration file (#2221) | codefiles | |
2023-11-09 | Fix logic error in `encrypt()` loop (#2207) | codefiles | |
2023-10-31 | Fix logic error in `_fetch_lsblk_info()` loop (#2196) | codefiles | |
2023-10-25 | Fix password preview (#2190) | codefiles | |
2023-10-18 | Fixes for prev PR (#2175) | Daniel Girtler | |
* Fixes for prev PR * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2023-10-18 | Fix EFISTUB `cmdline` (#2181) | codefiles | |
2023-10-17 | Add support for unified kernel image (#1519) | codefiles | |
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> |