Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
disk.py
Age
Commit message (
Expand
)
Author
2021-04-10
Show size in partition string representation
Dylan Taylor
2021-04-10
Modified encrypted partitions to use partuuid for now.
Anton Hvornum
2021-04-09
Removed some debugging.
Anton Hvornum
2021-04-09
Attempting to correct some inconsitencies in disk-parent reporting.
Anton Hvornum
2021-04-09
Attempting to correct some inconsitencies in disk-parent reporting.
Anton Hvornum
2021-04-09
Attempting to correct some inconsitencies in disk-parent reporting.
Anton Hvornum
2021-04-09
Attempting to fix auto-detection of encrypted drives. So that #124 can perfor...
Anton Hvornum
2021-04-09
Attempting default value None for block device to partition.
Anton Hvornum
2021-04-09
Wrong variable name
Anton Hvornum
2021-04-09
Added disk helper function get_partitions_in_use(). Which returns which parti...
Anton Hvornum
2021-04-09
Wrong variable.
Anton Hvornum
2021-04-09
Made sure the mount target path exists before mounting.
Anton Hvornum
2021-04-04
Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions'
Anton Hvornum
2021-04-04
encryption_passwed -> encryption_password
Anton Hvornum
2021-04-04
Fix misspellings
Rafael Fontenelle
2021-04-03
Forgot option PARTUUID to lsblk
Anton Hvornum
2021-04-03
This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It als...
Anton Hvornum
2021-04-03
This should correct #152. When a newly /boot partition is created with no con...
Anton Hvornum
2021-04-03
Converted the raise exception into a log. Whenever blockdevice is unsure of w...
Anton Hvornum
2021-04-03
Removed a breaking change while fixing hardware raids
Anton Hvornum
2021-04-03
This partially addresses #151. Which might require more than just the path be...
Anton Hvornum
2021-03-29
Removed debugging and finalized fix.
Anton Hvornum
2021-03-29
Added some debugging.
Anton Hvornum
2021-03-29
Adding .encrypted logic after .format calls to correctly identify partitions ...
Anton Hvornum
2021-03-29
Added some debugging.
Anton Hvornum
2021-03-29
Reworking cache logic to not loose .encrypted flag on partitions after flushi...
Anton Hvornum
2021-03-29
Rolling back change to check parent blockdevice for safe formatting, it would...
Anton Hvornum
2021-03-29
Removing a flush of the cache that was excessive.
Anton Hvornum
2021-03-29
Experimenting with cache, carrying over .allow_formatting
Anton Hvornum
2021-03-29
Experimenting with carrying over flags across cache flush. This to solve issu...
Anton Hvornum
2021-03-29
Allowing individual partitions safety checks to rely on the parent blockdevic...
Anton Hvornum
2021-03-29
Added support for flushing a BlockDevice() cache after a partition has been f...
Anton Hvornum
2021-03-29
Toned down the debugging a bit.
Anton Hvornum
2021-03-29
Moved some debugging to catch more variable settings.
Anton Hvornum
2021-03-29
Adding callstack to debug output for easier debugging. Removed hardcoded debu...
Anton Hvornum
2021-03-29
Debugging
Anton Hvornum
2021-03-29
Fixing rare occation where partitions dissapear just before .format().
Anton Hvornum
2021-03-29
Fixing un-encrypted drives matching on block encrypted.
Anton Hvornum
2021-03-28
Adding debug to correct for a potential issue where partitions get marked as ...
Anton Hvornum
2021-03-24
Fixes an issue with completely empty hard drives
Anton Hvornum
2021-03-21
Removed some debugging output.
Anton Hvornum
2021-03-21
Added an option to force-flush a blockdevice cache. creating a new Filesystem...
Anton Hvornum
2021-03-21
Debugging a partioning case.
Anton Hvornum
2021-03-21
Centralized a partition call to use the logging feature raw_parted().
Anton Hvornum
2021-03-21
Added more debug level information to parted in case it goes heywire.
Anton Hvornum
2021-03-21
Marking newly created partitions as safe to format in use_entire_disk(), by a...
Anton Hvornum
2021-03-21
Added some more debugging and error logs to the project. Mainly to indicate b...
Anton Hvornum
2021-03-21
Fixing minor issue in v2.1.2-rc3. The use_entire_disk() helper function was a...
Anton Hvornum
2021-03-14
Added some error handling.
Anton Hvornum
2021-03-14
encrypted devices won't always report as a child to a device, can't reliably ...
Anton Hvornum
[next]