Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-12Update Brazilian Portuguese translation (#1736)Rafael Fontenelle
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12Added changes only to PL language (#1750)Lena
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12Update Simplified Chinese translation (#1757)wc7086
Co-authored-by: wc7086 <190022474@qq.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12PT BR translation improvements (#1760)Wellinton Kricowski
2023-06-12Update Tamil translation (#1765)K.B.Dharun Krishna
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12Updated Turkish translation (#1771)Eren İnce
* Update base.po * Update base.po * Delete base.mo * Add files via upload --------- Co-authored-by: Eren İnce <63284001+ernince@users.noreply.github.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12Update bootctl --path option to --esp-path (#1854)codefiles
2023-06-12Removed comma at the end of package listing in i3.py (#1839)Nikita Triblya
Removed comma at the end of package listing in i3.py
2023-06-12Added a service-started wait timer for keyring.timer (#1858)Anton Hvornum
* Added a service-started wait timer for keyring.timer, and then we check the service state for keyring.service. This is because the .service can be 'dead' right from the start without the timer ever have started. This ensures that we wait for the timer to kick in before we monitor for the .service execution * Removed pacman-init.service wait timer, as we can rely on keyring.timer instead: https://github.com/archlinux/archinstall/issues/1846#issuecomment-1586872920
2023-06-12Reverted changes to other languages (#1857)Tuğşat Enes
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-08Fix 1830 (#1831)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-06-08Installs correct dkms package for nvidia and nvidia-open (#1847)Himadri Bhattacharjee
2023-06-08Fix paths used for steps in keyfile creation (#1851)codefiles
* Fix paths used for steps in keyfile creation * Simplify
2023-06-08Update Russian translation (#1849)Alexmelman88
2023-06-07Add some german translations (#1848)Kefaku
2023-06-05remove accidentally added space (#1845)George Angelopoulos
2023-06-05Rephrase NetworkManager dependency message for clarity. (#1834)George Angelopoulos
The phrase "X necessary to configure Y in Z" is at best ambiguous and could mean that Y and Z are required by X, while the intended message is the reverse. The phrase "necessary for configuring" makes the relationship clearer.
2023-06-05Add some translations for locales/de (#1844)Kefaku
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-05Fix 1749 (#1840)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-05Add Estonian translation (#1827)Hegert Taresalu
* create et locale and added 56 translations * add more et translations(55-67) * add et translations * add translated_lang * update readme language list * Fixed merge conflicts --------- Co-authored-by: Hegert Taresalu <htaresalu@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-05Updated German Translation (#1825)Error504TimeOut
* Add files via upload * Fixed errors and completed German translation * fixed minor error
2023-06-05Add traditional Chinese translation (#1823)Xuan-Rui Fan
* Add Traditional Chinese (Taiwan) * Update languages.json
2023-06-05Detect more modules requiring `alsa-firmware` (#1822)codefiles
2023-06-05Move locales and cleanup menu (#1814)Daniel Girtler
* Cleanup imports and unused code * Cleanup imports and unused code * Update build check * Keep deprecation exception * Simplify logging * Move locale into new sub-menu --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-15Remove partial upgrade from `build_iso.sh` (#1809)codefiles
2023-05-15Improve Save configuration UI - (re)allow for directly specifying custom ↵bd-g
path (#1728) * align with newly merged master * retry save config * fix mypy error with str type - this menu with allows return a string * Removed unused import --------- Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-05-15Allowing for fg='color' in info, warn, error and debug. (#1818)Anton Hvornum
* Allowing for fg='color' in info, warn, error and debug. * Converted to a more static definition, mypy does not like magic. * Flake8 fixes
2023-05-15Add custom mirror support (#1816)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-12simple fix in README.md (#1813)Pedro Dutra
2023-05-12Install the package `alsa-firmware` if required (#1812)codefiles
2023-05-12Install the package `sof-firmware` if required (#1811)codefiles
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
* Cleanup imports and unused code * Update build check * Keep deprecation exception * Simplify logging --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-08Add `set -e` to `build_iso.sh` (#1806)Daemon Coder
2023-05-07Remove Flit from `build_iso.sh` added packages (#1804)Daemon Coder
2023-05-07Refactor `build_iso.sh` archinstall archiso profile package (#1803)Daemon Coder
2023-05-07Refactor `build_iso.sh` zprofile (#1799)Daemon Coder
2023-05-07Fix default value idx in `_determine_cursor_pos()` (#1800)Daemon Coder
Co-authored-by: Daniel Girtler <blackrabbit256@gmail.com> Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-07Refactor `build_iso.sh` added packages (#1797)Daemon Coder
2023-05-07Fix 1792 (#1795)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-07Fix 1793 (#1794)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-07Update version 2.5.6 (#1791)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-06Fix 1763 (#1790)Daniel Girtler
* Fix 1763 --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-06Fix NTP option (#1788)Daemon Coder
2023-05-05Fix `LsblkInfo` size field (#1787)Daemon Coder
2023-05-04Adding Hyperland wm (#1785)xenium
2023-05-04Remove obsolete enabling of NTP in ISO (#1729)Daemon Coder
* Remove obsolete enabling of NTP in ISO * Fixed flake8 linting * Remove `activate_ntp()` * Update comment --------- Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-05-04Update `SysCommand()` calls in remaining files (#1707)Daemon Coder
2023-05-04Fix logic errors in `_fetch_lsblk_info()` (#1754)Daemon Coder
2023-05-04Fix 1780 (#1782)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-05-03Fixing starting of service via str argument (#1779)Anton Hvornum