Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11Update Polish translations (#1543)ions21
2022-11-11Remove custom font setting (#1552)Daniel Girtler
* Remove custom font setting * flake8 * Remove default preview Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-11-04Fixed broken imports (#1548)Anton Hvornum
2022-10-12Version bump v2.5.2 (forgot before tagging the release)Anton Hvornum
2022-10-12Removed debug outputAnton Hvornum
2022-10-12Muted a log outputAnton Hvornum
2022-10-12Muted a log outputAnton Hvornum
2022-10-12Updating Partition() information after mount and unmount. (#1508)Anton Hvornum
* Updating Partition() information after mount and unmount. * Cleaned up raw_parted() to gracefully output relevant partition error information. * Adding timestmap to cmd_history.txt as it's impossible to debug properly otherwise * Adding more verbose debugging information * Reinstating the lsblk retry code for PARTUUID and UUID on Partition()'s information * Added error handling for JSON parsing
2022-10-06Fix typo (#1501)Jucgshu
* Fix typo * Fix typo
2022-10-06Improved speed in --skip-mirror-check (#1505)Anton Hvornum
2022-10-03Add hostname and locales as parameters to `minimal_installation()` (#1458)codefiles
2022-10-03Exclude archiso devices from selectable blockdevices (#1481)Daniel Girtler
* Exclude liveusb from disk selection * Exclude arch iso from being an option * Update * Update * Update * Mypy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-10-03Update ta locale (#1486)K.B.Dharun Krishna
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-03Update Italian translation (#1490)Giovanni
2022-10-03Fix Polish translation (#1492)Oskar
* Fix Polish language name * Fix message "Should this user be a superuser (sudoer)?"
2022-10-03Fix languages and delete whitespace (#1494)Nahuel Pastorale
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-10-03Fixed typo (#1499)Arnau
española -> español
2022-10-03Fixed typo (#1500)Nicolas MF
2022-10-02Fixed spelling mistakes (#1496)benni347
* Fixed spelling mistakes * Fixed the spelling of JSON so it comforms to the offical spelling of it.
2022-09-25Updating version to v2.5.1Anton Hvornum
2022-09-21On certain hardware where virtual and physical harddrives share the same ↵Anton Hvornum
common name, a smart mapping is done and block devices will show up under /sys/class/block/ but not always under /dev/* and thus breaking the all_blockdevices() logic. This should fix that. (#1475)
2022-09-19Add compression to /etc/fstab for btrfs subvolumes (#1473)Anton Hvornum
* Adding a btrfs compression plugin to genfstab * Allowing the genfstab plugin to break on success
2022-09-11Add Indonesian translation (#1468)Ali
* Add Indonesian translation * Update README * Update id translation
2022-09-11Update handling of unsupported translations (#1467)Daniel Girtler
* Handle unsupported fonts * Update archinstall/locales/README.md Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
2022-09-10Update pot file, ru locale (#1465)Alexmelman88
* Update general_conf.py * Add files via upload * Add files via upload
2022-09-09Update locale files with ./locales_generator.sh to be current (#1372)Joel Larson
2022-09-08Updated czech translation (#1463)tajnymag
2022-09-07Update the action text (#1462)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-07Fix translation fonts (#1461)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-06Move deserialization into init (#1456)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-06Fix Turkish local typos (#1459)Wise
* Update languages.json Little typo fix * Update README.md Little typo fix
2022-09-05Update ru locale (#1455)Alexmelman88
* Update languages.json * Update base.po * Add files via upload * Update README.md
2022-09-05locales: AddTamil translation (#1454)K.B.Dharun Krishna
2022-09-02Add Greek translation (#1427)Orestis Ousoultzoglou
* Add el translation: 50% * Add el translation: 50% * Add el translation: 100% * Add el translation: add .mo file * Add el translation: fixes * Add el translation: include Greek in README
2022-09-02Translate few strings to Arabic (#1442)zer0-x
* Translate few strings to Arabic * Compile the Arabic localization to `.mo` file
2022-09-02Update pt br (#1396)Rafael Fontenelle
* Update locales * Update pt_BR
2022-09-02Update polish locale (#1385)Oskar
2022-09-02Update actions (#1362)Sven Serlier
* Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions
2022-08-30Version bump to v2.5.1rc1 in prep for releaseAnton Hvornum
2022-08-30Version bump to v2.5.1rc1 in prep for releaseAnton Hvornum
2022-08-30Fixing issue where blkid causes SysCallException (#1445)Anton Hvornum
* Moving a partprobe() call to better allow for cache updates * Trying to improve Partition()._fetch_information() * Removed a sleep() for debugging purposes * Tweaked a sleep
2022-08-30Homogenize language option during handling (#1446)Anton Hvornum
* Adding a more elaborate fix * Added recovery function to selecting language too * Tweaked return value of display_language() to return the Language() object.
2022-08-29Value comparison error for dropping into shell (#1441)Anton Hvornum
* Changed choice to choice.value.
2022-08-28Removed debuggingAnton Hvornum
2022-08-28Fix permission flags on all the log files created (#1440)Anton Hvornum
* Changed permissions on the logs stored in /var/log/archinstall. Also cleaned up one of the saves to have the same syntax as the others * Tweaked secondary encryption password detection logic, as it wouldn't take it from the main arguments[] otherwise. * Changed permission on cmd_output.txt * Changed permission on cmd_history.txt
2022-08-14Fix boot entry containing subvolume definition when no subvolumes were ↵Anton Hvornum
selected (#1424) * Attempting fix by looking at the subvolume 'name', <FS_TREE> should indicate it's a root block and not a root subvolume
2022-08-12Fixing double insertion of encoding in locale.gen/locale.conf (#1421)Anton Hvornum
* A temporary fix for #1200, in the long run we need something like what was mentioned in the issue comments: https://github.com/archlinux/archinstall/issues/1200#issuecomment-1212754806 * Enabled the use of modifier detection and getting it in right * Mistaken a split * Adding less strict decoding of output log, this in order to handle the more correct locale generation introduced in this PR.
2022-08-12Spelling error on .replace()Anton Hvornum
2022-08-12Fix flake8 issue that slinked in.Anton Hvornum
2022-08-12Fixed small issues with how Installation.chown() was called.Anton Hvornum