Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-21Fix readthedocs runner (#2231)Anton Hvornum
* The new build system requires a requirements.txt * .txt is in .gitignore, had to force it in * Missing requirements. I don't like this odd side loading of requirements.. but need to get docs built quickly.
2023-11-21Fix readthedocs runner (#2230)Anton Hvornum
* The new build system requires a requirements.txt * .txt is in .gitignore, had to force it in
2023-11-21The new build system requires a requirements.txt (#2229)Anton Hvornum
2023-11-21Add sphinx-rtd-theme to conf.py (#2228)Anton Hvornum
* According to https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html - extension = [] needs to be added too * Fixed wonky indentation
2023-11-21New format requires build.os instead of build.image (#2227)Anton Hvornum
2023-11-21Renamed readthedocs file to comply with strict file endings (#2226)Anton Hvornum
2023-11-21Started a re-write of the docs (#1967)Anton Hvornum
* Started a re-write of the docs, using CSV for tables and re-organizing parameter definitions * Added final config options in --config, some have external references which needs to be populated * Forgot to escape a comma * Clarified a note * Added disk configuration and disk encryption docs * Changed way of installing using source and python * Added a 'list script' that lists available scripts. This could be converted to a argparse later. But this does the trick for now. And it's added to ease documentation and listing of available options. * Added a 'Known issues' section, as well as renamed the issues tab * Finished up the known issues section * Added a section regarding --plugin * Added plugin description, tweaked disk_config to the latest changes from #2221 * Added custom-commands docs, and improved some creds and known issue links
2023-11-21Fix 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-20Fix GPT end alignment (#2210)codefiles
2023-11-20Remove superfluous use of `partprobe` (#2212)codefiles
2023-11-20Remove `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-20Fix parsing pre-mounted disk configuration from configuration file (#2221)codefiles
2023-11-09chore(deps): update dependency simple-term-menu to v1.6.3 (#2208)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09chore(deps): update dependency simple-term-menu to v1.6.2 (#2203)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09Fix logic error in `encrypt()` loop (#2207)codefiles
2023-11-06PT BR translation improvements (#2199)Wellinton Kricowski
2023-10-31Fix logic error in `_fetch_lsblk_info()` loop (#2196)codefiles
2023-10-25Fix password preview (#2190)codefiles
2023-10-23Update translation of zh-CN (#2165)Celestial.y
2023-10-18chore(deps): update dependency dev/mypy to v1.6.1 (#2184)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18Fixes for prev PR (#2175)Daniel Girtler
* Fixes for prev PR * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
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