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-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
2021-03-12fixed mistake in disk.pyadvaithm
2021-03-12Started work on BIOS supportadvaithm
2021-03-09Carried over the allow_formatting from the parent device of luks2() devices.Anton Hvornum
2021-03-09Added option to skip autodetection of filesystem. This is so for instance luk...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 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-09Added functions to auto-detect filesystems inside encrypted partitions (given...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