Commit Graph

3429 Commits

Author SHA1 Message Date
renovate[bot] aae4c5d35b
Update dependency dev/mypy to v1.10.1 (#2549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 12:03:40 +10:00
Anton Hvornum e938074123
Updated all language files in prep for release (#2544) 2024-06-23 10:16:49 +02:00
Anton Hvornum 354fa5a2e4
Bumping version to v2.8.1 (#2543) 2024-06-23 10:13:22 +02:00
summoner001 0af6cfbc35
Cleaning translation (#2541)
I fixing misspells, typos, and make the text more readable.
I have reworded it in several places to make it easier to understand, and to make it more similar to the Hungarian text of other more common Linux installers.

Ready to use.
2024-06-20 22:10:32 +10:00
renovate[bot] 8c9802078c
Update dependency dev/flake8 to v7.1.0 (#2537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-16 08:53:41 +10:00
Daniel Girtler aa87fb1db5
Strict mypy - Phase 1 (#2533)
* Strict mypy for examples/
2024-06-13 21:35:54 +02:00
Daniel Girtler 9c5a66b145
Add beta label to LVM support (#2531) 2024-06-08 09:18:19 +02:00
arlsdk 4d35409a53
Improved Turkish Translation for archinstall (#2530) 2024-06-08 09:24:47 +10:00
Daniel Girtler 5c180f0741
New menu implementation with curses (#2506)
* TUI

* Fix menu iterating

* Add help menu

* Add column menu

* Fix filter

* Tweaked import statement

---------

Co-authored-by: Anton Hvornum <torxed@archlinux.org>
2024-06-06 22:31:15 +02:00
616C6C 6524ada762
Update base.po (#2528) 2024-06-05 07:36:46 +10:00
codefiles 6747c9e5d8
Skip devices that fail to get pyparted Disk (#2526) 2024-06-05 07:36:06 +10:00
Alexmelman88 b2d29eeba3
Update Russian translation (#2521) 2024-05-28 22:49:13 +10:00
Alexandre Petit 6b48d788b5
Update mkinitcpio.conf hooks for upstream consistency (#2515)
This commit adjusts the hooks in mkinitcpio.conf to follow the changes
in the upstream mkinitcpio repository.
It also add the consolefont hook if udev is used instead of systemd.

Addresses upstream commits:
[mkinitcpio.conf: add kms to the default HOOKS array](b99eb1c0d5)
[mkinitcpio.conf: adjust the placement of the modconf hook for consistency](0b052b1461)

Additionally, it replaces the missing `consolefont` hook if the
`keyboard` hook is used instead of the `sd-vconsole` hook.
For more details, see the Arch Wiki:
[dm-crypt/System configuration - 1.1 mkinitcpio](https://wiki.archlinux.org/title/Dm-crypt/System_configuration#mkinitcpio)
2024-05-25 17:57:04 +10:00
Raven 6863994118
Adds dosfstools to the PKGBUILD depends (#2439)
One of the tools needed by archinstall is mkfs.fatXX and this wasn't automatically installed.

Co-authored-by: Raven <github.onereddime@rubicon.aleeas.com>
2024-05-25 17:50:51 +10:00
AbderrazakBouasker ffe8279127
arabic translation updated and fully completed (#2518)
* added 50% of the translation

* 51% done

* completed arabic translation
2024-05-22 22:11:06 +10:00
codefiles cee32670f3
Refactor umount() (#2516) 2024-05-19 11:29:02 +10:00
codefiles 63cfee434e
Convert partition path string to a Path object (#2514) 2024-05-19 08:04:48 +10:00
codefiles 09fdb9e80c
Refactor format() (#2512) 2024-05-19 08:03:11 +10:00
codefiles 15ee84b7c9
Refactor suggest_single_disk_layout() (#2508) 2024-05-17 22:57:03 +10:00
Franco Castillo 8b8b668414
Update base.pot and base.po (es) (#2509)
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2024-05-16 11:54:35 +10:00
ngn 39d096b79f
Use the current layout instead of the us layout (#2495)
* use the current layout instead of the us layout

* fix linting erros and add exception handling for SysCommand
2024-05-15 21:41:42 +10:00
Daniel Girtler bab06e4d75
Fix 2496 - umounting all partitions (#2498)
* Fix 2496 - umounting all partitions

* Update
2024-05-15 12:47:20 +02:00
codefiles 06baa08750
Set root partition type GUID (#2505) 2024-05-15 13:06:27 +10:00
arlsdk af9d741175
Turkish translate has been improved (#2502) 2024-05-15 12:16:24 +10:00
Anton Hvornum 195eb0ba6d
Fixing issue with `python -m build --wheel` generating "_Warning: Package 'archinstall.default_profiles' is absent from the `packages` configuration" (#2499)
* Fixing issue of: _Warning: Package 'archinstall.default_profiles' is absent from the 'packages' configuration. x50+

* Corrected the package name from 'where' to 'archinstall'

* Undoing change to 'package-data'
2024-05-13 15:17:05 +02:00
renovate[bot] 20f802dfc3
chore(deps): update dependency dev/pre-commit to v3.7.1 (#2497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 16:27:04 +10:00
Anton Hvornum 3381cd5567
Changing to use github archive as dependency-url for pyparted as there hasn't been an update on pypi.org for pyparted in almost 12 months. Tracking issue https://github.com/dcantrell/pyparted/issues/106 (#2494) 2024-05-09 23:49:43 +02:00
Daniel Girtler fd23efdcfb
Fix 2479 - remove unnecessary partiton info field (#2485) 2024-05-09 23:06:06 +02:00
Kevin FERRIER 3af850632f
change default root partition size (#2415) 2024-05-09 13:37:38 +10:00
simonfogliato 9543f59a17
Corrected minor bash formatting warnings reported by shellcheck. (#2493) 2024-05-08 16:15:09 +10:00
Uday Jadhav e5b6f46032
Add applications to Hyprland desktop profile (#2481) 2024-05-05 15:08:03 +10:00
a 3ccb5140aa
Update base.po (#2468)
* Update base.po

* Update base.po

* update tr

* tr update
2024-05-02 08:14:51 +10:00
utuhiro78 b8052c566c
Update Japanese translation (#2478) 2024-04-27 08:47:05 +10:00
renovate[bot] eb36a94781
chore(deps): update dependency dev/mypy to v1.10.0 (#2476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 10:12:15 +10:00
correctmost bf368a94f5
Fix debug message for unknown device type (#2472) 2024-04-24 07:32:57 +10:00
Roxfr 473074a945
Update for the french language (#2473) 2024-04-24 07:20:23 +10:00
Daniel Girtler beeb9d7fde
Fix 2191 - Handle unknown device/partition type (#2470) 2024-04-23 09:02:07 +02:00
Martin 0ea6dbbd76
Rename "Kde" profile to the correct "KDE Plasma" / "Plasma" (#2421)
* schema.json: Remove dead misspelled i3-gasp profile

* schema.json: Rename KDE Plasma profile to the correct "Plasma" shorthand

* Rename to KDE Plasma in user facing parts and keep the old "Kde" profile for now

* Add back an accidental deleted character

* Backwards compat v2
2024-04-19 22:47:18 +10:00
MahtiAnkka f7913f46ee
New Arch install Finnish language package (#2466)
Translated into Finnish using the Poedit program.
2024-04-17 22:14:12 +10:00
Daniel Girtler cd587792e1
Fix master merge conflicts from LVM branch (#2463) 2024-04-16 14:06:03 +02:00
Daniel Girtler db798eec71
Fix 2445 - handle no free spaces and deleted parittions (#2448) 2024-04-16 14:05:19 +02:00
Hao Xiang 8f5bc523db
Fix null fs_type of partition (#2458) (#2459) 2024-04-16 20:56:44 +10:00
renovate[bot] 5aa616e70d
chore(deps): update dependency dev/pre-commit to v3.7.0 (#2434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 20:28:10 +10:00
summoner001 f4ce69b5c7
Update Hungarian translation (#2462)
After testing the text in the new version of Archinstaller.

I fixing misspells, typos, and make the text more readable.
I have reworded it in several places to make it easier to understand, and to make it more similar to the English text of other more common Linux installers.

Ready to use.
2024-04-16 20:02:02 +10:00
Martin 7011ac095f
Fix up locale generator to exit on error instead of ignoring it, handle filenames better (#2422)
Don't mix tabs and spaces, use tabs, just like the main script
2024-04-16 19:05:50 +10:00
renovate[bot] 3f4fbed7b7
chore(deps): update peaceiris/actions-gh-pages action to v4 (#2451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 19:00:55 +10:00
Daniel Girtler b470b16ec9
LVM support (#2104)
* Submenu for disk configuration

* Update

* Add LVM manual config

* PV selection

* LVM volume menu

* Update

* Fix mypy

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update LVM

* Update

* Update

* Btrfs support

* Refactor

* LVM on Luks

* Luks on LVM

* Update

* LVM on Luks

* Update

* Update

* mypy

* Update

* Fix bug with LuksOnLvm and Btrfs

* Update

* Update

* Info -> Debug output
2024-04-15 18:49:00 +10:00
Anton Hvornum 7d9e9d8ba0
Bumping version to: v2.8.0 (#2460) 2024-04-15 06:50:17 +02:00
utuhiro78 1542f6c027
Update Japanese translation (#2410) 2024-04-15 06:48:37 +02:00
K.B.Dharun Krishna 2c87f0e13c
l10n/po: update Tamil translation (#2392) 2024-04-15 06:48:27 +02:00