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-09-06
Merge pull request #610 from luckspt/patch-2
Anton Hvornum
2021-09-06
Corrected some minor modifications mentioned in #595 as well as merged in lat...
Anton Hvornum
2021-07-28
Typo
Lucas Pinto
2021-07-18
fix for #602, running mklabel before formatting
Yash Tripathi
2021-07-07
Fix encryption + grub both in UEFI and BIOS systems.
Hamad Al Marri
2021-06-09
Try to unmount devices before attempting to run mklabel
Dylan M. Taylor
2021-06-03
Attempt to avoid crashing when encountering swap partitions in has_content()
Dylan M. Taylor
2021-05-30
Fix typo in error msg
Csonka Mihaly
2021-05-19
Added support for getting configuration from a config file (#364)
Yash Tripathi
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-15
Fix some variable shadowing issues
Dylan Taylor
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Merge branch 'lxqt-lightdm' into formatting2
Dylan Taylor
2021-05-15
Fix missing Optional import
Dylan M. Taylor
2021-05-15
Merge pull request #450 from charlesvdv/master
Anton Hvornum
2021-05-15
Remove some redundant parenthesis
Dylan Taylor
2021-05-15
More formatting fixes to satisfy PEP 8
Dylan Taylor
2021-05-15
Fix E101: mix of spaces and tabs
Dylan Taylor
2021-05-15
propagate options when mounting a partition
Charles Vandevoorde
2021-05-15
f-string fixes
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
Cleanup imports and disk.py a bit more
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-05-12
some type hint fixes and a bad catch fix
advaithm
2021-05-01
Merge branch 'master' of https://github.com/archlinux/archinstall into torxed...
Anton Hvornum
2021-04-29
Added a postgresql application profile. (#383)
Anton Hvornum
2021-04-28
Added a mini curses class and generic-multi-select (#362)
Anton Hvornum
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
2021-04-16
Adding debug data to the log. It will now contain lsblk before and after the ...
Anton Hvornum
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
[next]