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-12
Merge branch 'master' into torxed-v2.2.0
Anton Hvornum
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-07
Merging changes from master into feature branch to avoid future conflics.
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-04
Merging in latest changes from master.
Anton Hvornum
2021-04-03
Forgot option PARTUUID to lsblk
Anton Hvornum
2021-04-03
Merging in latest changes from master.
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-04-02
Merge branch 'exec-args' of https://github.com/kpcyrd/archinstall into torxed...
Anton Hvornum
2021-04-02
Support passing commands as lists
kpcyrd
2021-04-02
accidentlly called dict as function
advaithm
2021-04-02
fixed some issues with the changes
advaithm
2021-04-02
updated to latest commits
advaithm
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
[next]