Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk.py
AgeCommit message (Expand)Author
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-04Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions'Anton Hvornum
2021-04-04encryption_passwed -> encryption_passwordAnton Hvornum
2021-04-04Fix misspellingsRafael Fontenelle
2021-04-04Merging in latest changes from master.Anton Hvornum
2021-04-03Forgot option PARTUUID to lsblkAnton Hvornum
2021-04-03Merging in latest changes from master.Anton Hvornum
2021-04-03This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It als...Anton Hvornum
2021-04-03This should correct #152. When a newly /boot partition is created with no con...Anton Hvornum
2021-04-03Converted the raise exception into a log. Whenever blockdevice is unsure of w...Anton Hvornum
2021-04-03Removed a breaking change while fixing hardware raidsAnton Hvornum
2021-04-03This partially addresses #151. Which might require more than just the path be...Anton Hvornum
2021-04-02Merge branch 'exec-args' of https://github.com/kpcyrd/archinstall into torxed...Anton Hvornum
2021-04-02Support passing commands as listskpcyrd
2021-04-02accidentlly called dict as functionadvaithm
2021-04-02fixed some issues with the changesadvaithm
2021-04-02updated to latest commitsadvaithm
2021-03-29Removed debugging and finalized fix.Anton Hvornum
2021-03-29Added some debugging.Anton Hvornum
2021-03-29Adding .encrypted logic after .format calls to correctly identify partitions ...Anton Hvornum
2021-03-29Added some debugging.Anton Hvornum
2021-03-29Reworking cache logic to not loose .encrypted flag on partitions after flushi...Anton Hvornum
2021-03-29Rolling back change to check parent blockdevice for safe formatting, it would...Anton Hvornum
2021-03-29Removing a flush of the cache that was excessive.Anton Hvornum
2021-03-29Experimenting with cache, carrying over .allow_formattingAnton Hvornum
2021-03-29Experimenting with carrying over flags across cache flush. This to solve issu...Anton Hvornum
2021-03-29Allowing individual partitions safety checks to rely on the parent blockdevic...Anton Hvornum
2021-03-29Added support for flushing a BlockDevice() cache after a partition has been f...Anton Hvornum
2021-03-29Toned down the debugging a bit.Anton Hvornum
2021-03-29Moved some debugging to catch more variable settings.Anton Hvornum
2021-03-29Adding callstack to debug output for easier debugging. Removed hardcoded debu...Anton Hvornum
2021-03-29DebuggingAnton Hvornum
2021-03-29Fixing rare occation where partitions dissapear just before .format().Anton Hvornum
2021-03-29Fixing un-encrypted drives matching on block encrypted.Anton Hvornum
2021-03-28Adding debug to correct for a potential issue where partitions get marked as ...Anton Hvornum
2021-03-24Fixes an issue with completely empty hard drivesAnton Hvornum
2021-03-21Removed some debugging output.Anton Hvornum
2021-03-21Added an option to force-flush a blockdevice cache. creating a new Filesystem...Anton Hvornum
2021-03-21Debugging a partioning case.Anton Hvornum
2021-03-21Centralized a partition call to use the logging feature raw_parted().Anton Hvornum
2021-03-21Added more debug level information to parted in case it goes heywire.Anton Hvornum
2021-03-21Marking newly created partitions as safe to format in use_entire_disk(), by a...Anton Hvornum
2021-03-21Added some more debugging and error logs to the project. Mainly to indicate b...Anton Hvornum
2021-03-21Fixing minor issue in v2.1.2-rc3. The use_entire_disk() helper function was a...Anton Hvornum
2021-03-14Added some error handling.Anton Hvornum
2021-03-14encrypted devices won't always report as a child to a device, can't reliably ...Anton Hvornum
2021-03-14Added alias umount() to unmount().Anton Hvornum
2021-03-14Added some error handling for umount().Anton Hvornum
2021-03-14Added a partition.umount() and a check when running cryptsetup if the disk is...Anton Hvornum
2021-03-12figured out a way to get root device for installing grubadvaithm