Age | Commit message (Collapse) | Author |
|
|
|
(#1174)
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Made sure remote sourcing works for --creds, --config and --disk-layout.
* Spelling error when moving around source code.
|
|
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
* Add files via upload
* Add files via upload
* Update global_menu.py
|
|
* Remove comments from translation files
* Add german translations
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Hi,
Following the update of the .pot file.
I renewed the .po file for the French language.
Regards,
Roxfr
|
|
* Intergrate ctrl+c
* stash
* Update
* Fix profile reset
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
locale (#1146)
* Create base.po
* Add files via upload
* Delete base.po
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.pot
* Update base.po
* Delete base.mo
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.po
* Delete base.mo
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update desktop.py
* Update minimal.py
* Update xorg.py
* Update server.py
* Update desktop.py
* Update server.py
* Update guided.py
* Add files via upload
* Add files via upload
* Update guided.py
* Add files via upload
* Add files via upload
|
|
the parent process moves back to the original working directory, leaving the child process in the target working directory. (#1142)
|
|
* Delete base.mo
* Update base.mo
|
|
Hello,
Here is the update for the French translation.
Regards,
Roxfr
|
|
* Fix alignment
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
|
|
* Fix small typo in the logging text of CPU vendor check
* Make CPU check logging text unified
|
|
* Added Dutch translation
* Updated Dutch translation
|
|
* Create base.po
* Add files via upload
* Delete base.po
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.pot
* Update base.po
* Delete base.mo
* Add files via upload
* Delete base.mo
* Add files via upload
* Update base.po
|
|
|
|
* Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
* Update Spanish translation
Update the files archinstall/locales/es/LC_MESSAGES/base.mo and archinstall/locales/es/LC_MESSAGES/base.po.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Fix 1117
* Update
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
on Arch32)
|
|
|
|
|
|
* Fix 1091
* Update
* flake8
* Only display btrfs options if there is a filesystem
* Fix 1118
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
* Fix #1106
* flake8
* flake8
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
|
|
|
|
* The dict object is deprectrecated, instead .select() is suggested.
* removed copy paste issue
* Removed tests, they'll be added in a separate PR
|
|
|
|
|
|
technically not the true block device, as the mapper dev belongs to a partition, but in this context blockdev means the harddrive/medium that the partition (unlocked or otherwise) lives on. (#1100)
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Optimized a bunch of partprobe calls. Namely fixed sleep calls, added optional path to the general archinstall.partprobe() call. And fixed some error handling in a few places which should tell us where #1083 might be going wrong.
* Fixed some flake8 complaints
* Fixed sleep having a min() of 0.1 or given value.
* Fixed sleep having a correct range variable.
* Fixed sleep logic to use max() instead of min() as it will never use the higer sleep values otheride
* Added error handling to Partition().partprobe() as it would cause certain issues with USB disks. Also made Partition()._safe_uuid more safe by eliminating exceptions being raised.
|