Age | Commit message (Collapse) | Author |
|
|
|
wrong. (#1415)
|
|
* 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>
|
|
|
|
* Converted a path to pathlib.Path
* Using Partition.mountpoints instead of Partition.mountpoint
* Update mapperdev.py
* Added .mountpoints to MapperDev
* Spelling error
|
|
* Adding a .json() call for our JSON serializer
* Update translationhandler.py
|
|
* 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>
|
|
* 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()`
|
|
* enhacements to FormattedOutput
* flake8 complain
|
|
|
|
* Changed regex expression only to match [multilib] string
* Update multilib regex expression
* Update regex expression
Add raw string format
|
|
* Handle no internet connection gracefully
* Update
* flake8
* Update
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Solves issue 1343. Could not locate partition after creation
* Added some flake fixes.
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
|
|
* Show translations in own tongue
* Fix flake8
* Update
* Update
* Update
* Update
* fix mypy
* Update
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Enhacements to list_manager:
method filter_option. To filter options based on selected entry
attrib. last_choice. Which is the last action executed before exiting the loop
* last_choice is now a calculated attribute, therefore readonly
* Added last_choice to selection_menu
* bug at selection_menu handling. Translations can be a problem
|
|
Currently the helper remove the first character of each line, this can
lead to cases, where important characters are removed. For example if
the locale is already set up. (hash is already removed) in that case the
helper would remove the first character of the locale and lead to a
broken attempt to set the locale later on. This change should avoid that
and only remove the hash.
Co-authored-by: Fabian Bornschein <2440175-fabiscafe@users.noreply.gitlab.com>
|
|
* Cleanup partition
* Update
* Remove unused method
* Update partitioning
* Update
* Update
* Fix mypy
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Rework partition management
* Update
* Update list manager
* Update
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Display submenus as tables
* Update
* Update
* Update
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
* Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
|
|
* Update blockdevice class
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Update subvolume
* Add mypy compliance
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
|
|
* Handle cyrillic characters
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Make password validation less intrusive
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Added more offline functionality, such as skipping package search
* Disabled list_mirrors() from going online if --offline is given. Defaults to /etc/pacman.d/mirrorlist instead.
* Forgot import of pathlib
* Made list_mirrors() open /etc/pacman.d/mirrorlist in byte mode to better emulate the result of urllib response reading.
* Forgot variable declaration
* Made list_mirrors include activated server definitions
|
|
Hello,
Here is the update for the French language.
Regards,
Roxfr
|
|
|
|
to / (#1281)
|
|
|
|
* Fix subvolume selection
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
breaking change.
|
|
|
|
|
|
(#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.
|