Commit Graph

3051 Commits

Author SHA1 Message Date
Oskar fcb53e4d56
Fix Polish translation (#1492)
* Fix Polish language name

* Fix message "Should this user be a superuser (sudoer)?"
2022-10-03 16:22:37 +02:00
Nahuel Pastorale bd3c278ccd
Fix languages and delete whitespace (#1494)
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-10-03 16:17:24 +02:00
Arnau b69775abe6
Fixed typo (#1499)
española -> español
2022-10-03 16:09:36 +02:00
Nicolas MF cfea7b2f7b
Fixed typo (#1500) 2022-10-03 16:07:30 +02:00
benni347 4a5d38ff8a
Fixed spelling mistakes (#1496)
* Fixed spelling mistakes

* Fixed the spelling of JSON so it comforms to the offical spelling of it.
2022-10-02 22:10:04 +02:00
Anton Hvornum 53a2797af6
Updating version to v2.5.1 2022-09-25 12:05:25 +02:00
Anton Hvornum 985ff449db
On certain hardware where virtual and physical harddrives share the same 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-21 12:36:54 +02:00
Anton Hvornum c1f21e7ca4
Add compression to /etc/fstab for btrfs subvolumes (#1473)
* Adding a btrfs compression plugin to genfstab

* Allowing the genfstab plugin to break on success
2022-09-19 23:42:08 +02:00
Ali e83a41f3f5
Add Indonesian translation (#1468)
* Add Indonesian translation

* Update README

* Update id translation
2022-09-11 21:35:05 +02:00
Daniel Girtler 94df913e0f
Update handling of unsupported translations (#1467)
* 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-11 21:23:21 +02:00
Alexmelman88 c373607f8c
Update pot file, ru locale (#1465)
* Update general_conf.py

* Add files via upload

* Add files via upload
2022-09-10 10:26:10 +02:00
Joel Larson 2d9804f880
Update locale files with ./locales_generator.sh to be current (#1372) 2022-09-09 09:17:31 +02:00
tajnymag 2685871e6a
Updated czech translation (#1463) 2022-09-08 19:36:51 +02:00
Daniel Girtler d2484f67cb
Update the action text (#1462)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-07 16:29:04 +02:00
Daniel Girtler a2adeca5eb
Fix translation fonts (#1461)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-07 15:48:14 +02:00
Daniel Girtler 4dcd5e684f
Move deserialization into init (#1456)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-06 08:31:08 +02:00
Wise 24d478d037
Fix Turkish local typos (#1459)
* Update languages.json

Little typo fix

* Update README.md

Little typo fix
2022-09-06 08:28:46 +02:00
Alexmelman88 fa53ce9ab8
Update ru locale (#1455)
* Update languages.json

* Update base.po

* Add files via upload

* Update README.md
2022-09-05 13:32:29 +02:00
K.B.Dharun Krishna dba30fdcf0
locales: AddTamil translation (#1454) 2022-09-05 12:20:08 +02:00
Orestis Ousoultzoglou 883a8b692e
Add Greek translation (#1427)
* 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-02 12:36:53 +02:00
zer0-x 8b33e53d25
Translate few strings to Arabic (#1442)
* Translate few strings to Arabic

* Compile the Arabic localization to `.mo` file
2022-09-02 12:36:26 +02:00
Rafael Fontenelle e12a0e6b7a
Update pt br (#1396)
* Update locales

* Update pt_BR
2022-09-02 12:32:17 +02:00
Oskar bc97bbabb7
Update polish locale (#1385) 2022-09-02 12:31:34 +02:00
Sven Serlier 01d44c5a3a
Update actions (#1362)
* 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-09-02 12:30:47 +02:00
Anton Hvornum a335f100fc
Version bump to v2.5.1rc1 in prep for release 2022-08-30 23:58:00 +02:00
Anton Hvornum ea407f5c9d
Version bump to v2.5.1rc1 in prep for release 2022-08-30 23:57:44 +02:00
Anton Hvornum 0f5b91c7d7
Fixing issue where blkid causes SysCallException (#1445)
* 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-30 22:59:23 +02:00
Anton Hvornum f6e695871c
Homogenize language option during handling (#1446)
* 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-30 19:34:25 +02:00
Anton Hvornum ee64276f0e
Value comparison error for dropping into shell (#1441)
* Changed choice to choice.value.
2022-08-29 00:19:20 +02:00
Anton Hvornum 6f41262229
Removed debugging 2022-08-28 22:30:19 +02:00
Anton Hvornum 13703fbb04
Fix permission flags on all the log files created (#1440)
* 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-28 22:04:25 +02:00
Anton Hvornum 65212a46aa
Fix boot entry containing subvolume definition when no subvolumes were 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-14 11:56:24 +02:00
Anton Hvornum b1ab5ba372
Fixing double insertion of encoding in locale.gen/locale.conf (#1421)
* 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-12 22:36:06 +02:00
Anton Hvornum 7b4940ef6d
Spelling error on .replace() 2022-08-12 19:32:42 +02:00
Anton Hvornum 7b06da280d
Fix flake8 issue that slinked in. 2022-08-12 18:11:27 +02:00
Anton Hvornum a78f7d193b
Fixed small issues with how Installation.chown() was called. 2022-08-12 16:58:41 +02:00
Anton Hvornum f0111c179e
Github doesn't seam to trigger on "fixes" but "fix" 2022-08-12 15:04:16 +02:00
Anton Hvornum 1086fd686d
Cleaned up argument loading slighly. (#1419)
* Cleaned up argument loading slighly. Also flipped some --silent logic to avoid double negatives. --plugin and --conf {'plugin': ...} should now both work.

* Tweaked xorg profile to use list instead of strings. Because strings causes some issues through add_additional_packages() as it ends up as [(xorg, xorg-xinit), nano] instead of a flat list of packages or string.

* Tweaked xorg profile to use list instead of strings. Because strings causes some issues through add_additional_packages() as it ends up as [(xorg, xorg-xinit), nano] instead of a flat list of packages or string.
2022-08-11 18:06:02 +02:00
codefiles 397cceca90
Fix check for additional repositories (#1391)
* Fix typos

* Fix check for additional repositories
2022-08-11 11:32:33 +02:00
Anton Hvornum 259aaa4884
Fixing a list access issue (#1416) 2022-08-10 12:57:32 +02:00
Anton Hvornum 242f8076bb
Adding better error output for when loading remote configurations goes wrong. (#1415) 2022-08-10 11:02:24 +02:00
Abhay Mohandas 6213560a05
Fixes for known issues in the Parallel Download option (#1403)
* Adding menu

* Working on parallel downloads

* error updates

* updates

* update

* Few more updates

* bug fixes

* More bug fixes

* Minor bug fixes

* Few changes

* Minor changes

* Cleaned up add_number_of_parrallel_downloads() and hid it behind --advanced

* Forgot one import

* Fixed flake8

* Bug fixes

* I'm trying...

* trying again

* trying even more

* Bug fixes

* Fixed known issues

* Code improvements

* Few fixes

* Minor changes

* Minor changes

* Trying to fix flake8

Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-08-09 20:15:49 +02:00
Metin Yazici 3e10fc106b
Add command line option to get the program version (#1406) 2022-08-09 20:14:28 +02:00
Anton Hvornum 437ac124c6
Converted paths to pathlib.Path and mount points to detect properly (#1412)
* Converted a path to pathlib.Path

* Using Partition.mountpoints instead of Partition.mountpoint

* Update mapperdev.py

* Added .mountpoints to MapperDev

* Spelling error
2022-08-09 20:05:05 +02:00
Anton Hvornum a31bf94fa3
Adding a .json() call for our JSON serializer for the Language class (#1410)
* Adding a .json() call for our JSON serializer

* Update translationhandler.py
2022-08-09 14:58:09 +02:00
Anton Hvornum 4ab250d427
Update the PR template
Since most of the guidelines are in the contribution guidelines anyway, we'll keep the PR template to a minimum.
2022-08-01 16:24:02 +02:00
长柳 32f268377c
Update pull_request_template.md:11 ~20 -> twenty (#1398)
I don't think this is a good way of writting like 'If the PR is larger than ~20 lines', it looks weird
2022-08-01 15:40:26 +02:00
Abhay Mohandas 463114356c
Option for Parallel Downloads (#1397)
* Adding menu

* Working on parallel downloads

* error updates

* updates

* update

* Few more updates

* bug fixes

* More bug fixes

* Minor bug fixes

* Few changes

* Minor changes

* Cleaned up add_number_of_parrallel_downloads() and hid it behind --advanced

* Forgot one import

* Fixed flake8

Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-08-01 15:39:39 +02:00
Samaoo 5626c10927
fix `valid_parted_position()` (#1382)
* fix `valid_parted_position()`

* make lines shorter

* change `pos` to `pos.lower()`

* revert changing `if not len(pos):` to `if not pos:`

* `b` can not have decimal places

* add `.lower()`
2022-08-01 14:07:04 +02:00
Werner Llácer 68d89a07df
enhacements to FormattedOutput (#1376)
* enhacements to FormattedOutput

* flake8 complain
2022-08-01 10:41:44 +02:00