Age | Commit message (Collapse) | Author |
|
|
|
|
|
(#1273)
* WIP: Don't offer to encrypt /boot
* This filter might work
* Ref: https://github.com/archlinux/archinstall/blob/master/archinstall/lib/storage.py
* Use list comprehension
* I wonder if I can use this filter_ argument that exists already
* flake8 fix
* Show index
|
|
* Updates and corrections for Czech localization
* Updates and corrections for Czech localization
|
|
* Try to fix issue 1259
* trim -> strip
|
|
* Adding debug information
* Adding debug information
* Adding debug information
* Removed a 'already-a-subvolume' check as it requires more information.
* Adding debug information
* Adding debug information
* Made sure Partition().subvolumes() only attempts to retrieve btrfs subvolume information if fstype==btrfs.
* Removed debug information
|
|
encryption (#1264)
Corrected the check for partitions marked with `encrypt: true`
|
|
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
* First czech localization draft
* Minor fixes for czech locale after a brief setup click-through
|
|
|
|
|
|
Fixed issue where `options` wasn't passed as `options=options` and got mixed up as fs-type.
|
|
|
|
partitions (#1256)
* If BlockDevice.partitions is zero, we set a new partition label to ensure new drives are setup correctly
* Added a sleep after mklabel.
* Removed redundant log message.
* Tweaked log message from print() to log().
* Trying PARTUUID in reusage of partitions.
* Debugging.
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Create base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
# Fixes
* Optimized partition lookups
* Fixed re-use of partition UUID's
* `BlockDevice().get_partition()` now supports looking up both `PARTUUID` and `UUID` for a partition under itself
* Partitions listed in `--disk-layout` that doesn't have a PARTUUID/UUID should no longer cause an exception, but instead logs a warning and they will simply be ignored
* `Filesystem().add_partition()` now handles `DiskError` raised by `partition.part_uuid`
* Fixed issue on normal partitions where the device was not properly frozen in `lambda` calls, meaning two or more mount-points shared the same `device_instance`.
* Lowered global `DISK_RETRY_ATTEMPTS` to 5, as the timeouts are linear *(`range(DISK_RETRY_ATTEMPTS) * DISK_TIMEOUTS`)*
|
|
* Rework users
* Update user installation
* Fix config serialization
* Update
* Update schemas and documentation
* Update
* Fix flake8
* Make users mypy compatible
* Fix minor copy
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* Fixed a silent try/except, and MapperDev.subvolumes should now work.
* MapperDev.subvolumes now properly sends a pathlib.Path.
|
|
|
|
* Restructuring btrfs.py into lib/btrfs/*.py
* Reworking how BTRFS subvolumes get represented, and worked with. Subvolumes are now their own entity which can be used to access it's information, parents or mount location.
* Added BtrfsSubvolume.partition and other stuff.
* Reworking the way luks2().unlock and .format() returns device instances. They should now return BTRFSSubvolume where appropriate.
* Fixed a missing import
* Fixed an issue where mkfs.btrfs wouldn't trigger due to busy disk.
* Fixing subvol mounting without creating a fake instance.
* Added creation of mountpint for btrfs subvolume
* Fixed root detection
* Re-worked mounting into a queue system using frozen mounting calls using lambda
* Removed old mount_subvolume() function
* Removed get_subvolumes_from_findmnt()
* Fixed Partition().subvolumes iteration
* Adding .root to BtrfsSubvolume
* Fixed issue in SysCommandWorker where log output would break and crash execution due to cmd being a string vs list
* Changed return-value from MapperDev.mountpoint to pathlib.Path
|
|
|
|
* Better translation for Turkish in the meaning of following source text, grammer (tense), vocabulary and meaning. Also left some linux/partitioning terminologies in English with translation given in paranthesis so power-users who decides to use setup in Turkish can also easily understand.
* A few edits on some details and an important change on msgid "" "\n" "\n" "Select a graphics driver or leave blank to install all open-source drivers".
* Better translation for Turkish by both @wiseweb-works and @AlperShal.
Co-authored-by: Alper Şal <34231577+AlperSal@users.noreply.github.com>
|
|
* Create base.po
* TR languages files
* Update base.po
|
|
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Create base.po
* Add files via upload
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* início da tradução ptbr
* more things translated
* sp to pt-BR
* More Lines Translated
* Add files via upload
* Rename archinstall/locales/base.pmo to archinstall/locales/pt_BR/LC_MESSAGES/base.pmo
* Delete base.po
* Update base.pmo
* Rename bas to tradução.txt
* Update tradução.txt
* Update tradução.txt
* around 80% complete
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* Update archinstall/locales/pt_BR/LC_MESSAGES/tradução.txt
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
* finished my half made translation
* Rename tradução.txt to base.po
* typo
Co-authored-by: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com>
|
|
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
|
|
* Add preview for menu entries
* Fix mypy
* Update
* Update
* Fix mypy
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Adding support for PIN for FIDO2 unlock
* Added a more clear output since systemd-cryptenroll isn't clear on it's output
|
|
|
|
* Added a HSM menu entry, but also a safety check to make sure a FIDO device is connected
* flake8 complaints
* Adding FIDO lookup using cryptenroll listing
* Added systemd-cryptenroll --fido2-device=list
* Removed old _select_hsm call
* Fixed flake8 complaints
* Added support for locking and unlocking with a HSM
* Removed hardcoded paths in favor of PR merge
* Removed hardcoded paths in favor of PR merge
* Fixed mypy complaint
* Flake8 issue
* Added sd-encrypt for HSM and revert back to encrypt when HSM is not used (stability reason)
* Added /etc/vconsole.conf and tweaked fido2_enroll() to use the proper paths
* Spelling error
* Using UUID instead of PARTUUID when using HSM. I can't figure out how to get sd-encrypt to use PARTUUID instead. Added a Partition().part_uuid function. Actually renamed .uuid to .part_uuid and created a .uuid instead.
* Adding missing package libfido2 and removed tpm2-device=auto as it overrides everything and forces password prompt to be used over FIDO2, no matter the order of the options.
* Added some notes to clarify some choices.
* Had to move libfido2 package install to later in the chain, as there's not even a base during mounting :P
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update base.po
* Add files via upload
* Add files via upload
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
* Reworking select_encrypted_partitions() to use the new Menu system, and allow granularity.
* Listing partitions and enabling a index selection. Also when selecting 'delete all partitions' wipe=True will get set on the blockdevice now. Otherwise the new partitions won't be able to be created without deleting them first.
* flake8 fix
* Removed old select_encrypted_partitions()
|
|
* Fixes #1127
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Update list_manager.py
* Update base.pot
* Update base.po
* Update base.pot
* Update base.pot
* Update base.po
* Add files via upload
|
|
* Fix lengthy translations in Main Menu
* rename 'Additional repositories' to 'Optional repositories'
* rename 'Drives' to 'Drive(s)'
* rename 'Choose keyboard layout' to 'Select keyboard layout'
|
|
|
|
|
|
* Adding in a re-try on pacstrap calls
* Made pacman -Syy also retry:able
|
|
* Add network-manager-applet to NetworkManager profile
* Converted _configuration.is_desktop_profile() into profile.is_desktop_profile
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Hello,
Here is the update for the French language.
Regards,
Roxfr
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|