Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-20Fixed #64. installation.set_timezone() already excisted since earlier version...Anton Hvornum
2021-03-20Merge branch 'master' of github.com:Torxed/archinstallAnton Hvornum
2021-03-20Fixed #101. Now warns the users after they skip the network configuration.Anton Hvornum
2021-03-14Updated the testing section.Anton Hvornum
2021-03-14Removed evil .format(ext4) which was a remenant from the old days.Anton Hvornum
2021-03-14Spelling error.Anton Hvornum
2021-03-14More error handling to encrypted vs not encrypted partitions.Anton Hvornum
2021-03-14Added some error handling to disk encryption passwords.Anton Hvornum
2021-03-14Added some error handling.Anton Hvornum
2021-03-14Added error handling for unlocking an old partition (autodetect feature).Anton Hvornum
2021-03-14encrypted devices won't always report as a child to a device, can't reliably ...Anton Hvornum
2021-03-14Made add_bootloader() a little bit more robust, it shouldn't overwrite the ex...Anton Hvornum
2021-03-14Added error handling for install_profile() if string vs Profile() is given as...Anton Hvornum
2021-03-14Corrected some spelling errors and wrong variables.Anton Hvornum
2021-03-14Using 'umount -R' rather than just 'umount' since we're going to wipe the par...Anton Hvornum
2021-03-14Removed redundant error handling as well as added some more debug logs.Anton Hvornum
2021-03-14Enhanced the error handling on crypt-devices.Anton Hvornum
2021-03-14Some more error handling.Anton Hvornum
2021-03-14Added alias umount() to unmount().Anton Hvornum
2021-03-14Added some error handling for umount().Anton Hvornum
2021-03-14Wrong variable name.Anton Hvornum
2021-03-14Tweaked SysCallError() exception to include the exit code in a machine readab...Anton Hvornum
2021-03-14Added a partition.umount() and a check when running cryptsetup if the disk is...Anton Hvornum
2021-03-14Removing hardcoded boot-loader config name. #51.Anton Hvornum
2021-03-09Mergining in PR #112. Reworked partitioning and added new functionsAnton Hvornum
2021-03-09Merge branch 'master' into skip-partitioningAnton Hvornum
2021-03-09Purged last legacy, setting the root pwAnton Hvornum
2021-03-09fixed a global variable as well as re-organized the guided.py to better match...Anton Hvornum
2021-03-09Moved everything into a function block rather than having everything on a lin...Anton Hvornum
2021-03-09Fixed remaining installation steps and remove legacy references to archinstal...Anton Hvornum
2021-03-09Fixed mirror-region parameter selection. Converting to actual mirrors.Anton Hvornum
2021-03-09Carried over the allow_formatting from the parent device of luks2() devices.Anton Hvornum
2021-03-09Forgot to set a variableAnton Hvornum
2021-03-09Added option to skip autodetection of filesystem. This is so for instance luk...Anton Hvornum
2021-03-09Added some debugging.Anton Hvornum
2021-03-09Tweaked the filesystem definition setup for Partition(). Overriding it progra...Anton Hvornum
2021-03-09Added some debugging.Anton Hvornum
2021-03-09Fixed luks2().close() to properly detect it's own mapped pathAnton Hvornum
2021-03-09Fixed luks2().close() to properly detect it's own pathAnton Hvornum
2021-03-09Fixed a issue with blkid where it would raise an exception when there was not...Anton Hvornum
2021-03-09Fixed a issue with blkid where it would raise an exception when there was not...Anton Hvornum
2021-03-09Forgot a variable.Anton Hvornum
2021-03-09Added functions to auto-detect filesystems inside encrypted partitions (given...Anton Hvornum
2021-03-09Adding enforcement to select a filesystem-type for encrypted volumes unless t...Anton Hvornum
2021-03-09Debugging some tweaksAnton Hvornum
2021-03-09Debugging some tweaksAnton Hvornum
2021-03-09Debugging some tweaksAnton Hvornum
2021-03-09Debugging some tweaksAnton Hvornum
2021-03-09Removed hardcoded partition numbers when acessing partitions. As the order is...Anton Hvornum
2021-03-09Forgot to return self in Filesystem()Anton Hvornum