Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17Fixing broken encryption support in GRUB (#724)Anton Hvornum
2021-11-17Merge PR #716 - Support for efistub-bootloader (API only)Anton Hvornum
2021-11-16Merge pull request #723 from archlinux/torxed-fix-boot-entriesAnton Hvornum
2021-11-16Clarification on boot entries when using multiple kernelsAnton Hvornum
2021-11-16Merge PR #722 - Fixes #721Anton Hvornum
2021-11-16Safe dictionary retrievalAnton Hvornum
2021-11-16Merge PR #714 - Fix empty drives causing issuesAnton Hvornum
2021-11-16Accidental stdout redirect into 1Anton Hvornum
2021-11-16removed redundant importAnton Hvornum
2021-11-16Removed redundant boot-partition retrieval.Anton Hvornum
2021-11-16Linting issuesAnton Hvornum
2021-11-16Added more logging for debugging purposesAnton Hvornum
2021-11-16Improved error message when failing to detect mount information.Anton Hvornum
2021-11-16Fix unknown-ucode message for EFISTUB bootloaderEttore Forigo
2021-11-15Merge pull request #715 from archlinux/torxed-add-mntpoint-argAnton Hvornum
2021-11-15Fix boot partition detection for EFISTUB bootloaderEttore Forigo
2021-11-14Add EFISTUB bootloader supportEttore Forigo
2021-11-13Adding in --mount-point argument, which overrides storage['MOUNT_POINT']Anton Hvornum
2021-11-12Removed the GPT vs MBR lookup on __enter__ as it's no longer necessary to val...Anton Hvornum
2021-11-11Merged PR #711 - Fixing disk "ghosting" issues using partprobeAnton Hvornum
2021-11-11Merged PR #713 - Fixes #712Anton Hvornum
2021-11-11Removed assumptions that !user and !super-users exists.Anton Hvornum
2021-11-11Converted partprobe call into a function.Anton Hvornum
2021-11-11Dealt with exception in partitionAnton Hvornum
2021-11-11Added a hard exception for when mount information can't be detectedAnton Hvornum
2021-11-11Added more partprobe'sAnton Hvornum
2021-11-11Added more debug output for get_mount_info()Anton Hvornum
2021-11-11Improved partition.uuid handling of lsblk informationAnton Hvornum
2021-11-11Tweaked partitions usage in blockdeviceAnton Hvornum
2021-11-11Tweaked partitions usage in blockdeviceAnton Hvornum
2021-11-11Added more debugging (some duplicate, but that's fine)Anton Hvornum
2021-11-11Adding in debuggingAnton Hvornum
2021-11-11elif -> ifAnton Hvornum
2021-11-11Removed legacy code related to disk wiping. Also added in partprobe in strate...Anton Hvornum
2021-11-11Merged PR #707 - Fixes password leakage to terminalAnton Hvornum
2021-11-11Bad copy paste of code prohibited credentials from being stored.Anton Hvornum
2021-11-11Only adding disk encryption to user_credentials.json when supplied.Anton Hvornum
2021-11-11Modified last few places where password gets set.Anton Hvornum
2021-11-11Merge pull request #709 from wllacer/masterAnton Hvornum
2021-11-10Fixed linting issueAnton Hvornum
2021-11-10Solves issue #689. Attribute Error.'None type' has no attribute 'format' ...Werner Llácer
2021-11-09Changed partition password to !passwordAnton Hvornum
2021-11-09Forgot to change the cls=JSON inside the recursive call of UNSAFE_JSONAnton Hvornum
2021-11-09Merge pull request #706 from archlinux/torxed-add-credentialsAnton Hvornum
2021-11-09Forgot the disk encryption password, also escaped with !Anton Hvornum
2021-11-09Adding in storage of user supplied credentials. This separates credentials fr...Anton Hvornum
2021-11-09Revert default automatic hostname in user_config.json, I realized it's better...Anton Hvornum
2021-11-09Automatically fill the hostname in user_config.jsonAnton Hvornum
2021-11-09Merge pull request #704 from archlinux/torxed-fix-689Anton Hvornum
2021-11-09Adding a exception to filesystem.parted() if it fails. We can't let these go ...Anton Hvornum