Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-27Update pt-BR translation (#2267)Wellinton Kricowski
2023-11-27Add Japanese translation (#2265)utuhiro78
* Add Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation
2023-11-27build(gh-pages): change rule to docs build (#2269)Mário Victor Ribeiro Silva
2023-11-27Fixes #2262 and GFX rewrite (#2266)Daniel Girtler
* Rework GFX installation * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-11-24Update actions/setup-python action to v4 (#2236)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-24Update dependency dev/mypy to v1.7.1 (#2256)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-24Fix 2253 (#2259)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-11-23pyproject.toml: add missing dependencies (#2257)Alan Barzilay
we were missing 2 dependencies, pyparted and systemd-python(optional), that would lead pip installations to fail sometimes. I added them and attributed systemd_python to a new optional dependency group called log since it only seems to be used for system logging: https://github.com/archlinux/archinstall/blob/64c91cdbcba4b1dc5270c4cf4314943e5b151641/archinstall/lib/output.py#L133
2023-11-23Update actions/checkout action to v4 (#2235)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23Update dependency dev/mypy to v1.7.0 (#2209)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23Update Russian translation (#2254)Alexmelman88
2023-11-23Prepare for release 2.7.0 (#2252)Anton Hvornum
* Preparing release * Bumping version to: v2.7.0
2023-11-23Czech localization update (#2204)walken
* Updates and corrections for Czech localization
2023-11-23French language update (#2219)Roxfr
* Delete archinstall/locales/fr/LC_MESSAGES/base.po * Delete archinstall/locales/fr/LC_MESSAGES/base.mo * Add files via upload * Rename archinstall/locales/base.po to archinstall/locales/fr/LC_MESSAGES/base.po * Delete archinstall/locales/base.mo * Add files via upload
2023-11-22Fixing --skip-ntp. Changed nargs -> action in argparse! (#2250)Anton Hvornum
2023-11-22Added 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-22Restoring back the docs with a commit, as I'm clearly incapable of grasping ↵Anton Hvornum
git's reset/revert features.. (#2249)
2023-11-22Removed readthedocs.io's requirements.txt (#2248)Anton Hvornum
2023-11-22Removed requirements from .readthedocs.yaml, can we remove this file without ↵Anton Hvornum
readthedocs being sad? (#2247)
2023-11-22Nuking docs to allow for redirect (ouff) (#2245)Anton Hvornum
2023-11-22Redirect readthedocs (#2244)Anton Hvornum
* Adding permanent redirect for readthedocs * Have to remove pyparted because readthedocs can't build it * Removed pyparted from pyproject.toml as readthedocs read that one too afterall.
2023-11-22Redirect readthedocs (#2243)Anton Hvornum
* Adding permanent redirect for readthedocs * Have to remove pyparted because readthedocs can't build it
2023-11-22Added 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-22Adding permanent redirect for readthedocs (#2242)Anton Hvornum
2023-11-21Added a CNAME file, as well as removed some debugging (#2240)Anton Hvornum
2023-11-21It appears jekyll might be needed? (#2239)Anton Hvornum
* It appears jekyll might be needed? https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-enable-built-in-jekyll-enable_jekyll * Added some debugging * Maybe jekyll is not needed?
2023-11-21GitHub pages improvement (#2237)Anton Hvornum
* Moved to arch container * Swapped branch for testing * Removed publish if condition for now * I think I got it this time, publish_branch has to be separate in order for the runner to create it and have access to pushing things? * Missing 'git' depndency, to work with git heh
2023-11-21Testing github pages (#2234)Anton Hvornum
* Testing github pages * Adding libparted-dev to the ubuntu machine (I'd like to move away from ubuntu, but the runner recommended it) * Debugging * changed to master branch
2023-11-21libparted -> pyparted (#2232)Anton Hvornum
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>