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
/
blockdevice.py
Age
Commit message (
Expand
)
Author
2022-02-08
Change usage `lsblk` to `blkid` where possible. And general improvements to d...
Anton Hvornum
2022-02-02
Torxed fix sys command calls (#932)
Anton Hvornum
2022-01-25
Fixing the 'device_instance' being None in some partition places (#902)
Anton Hvornum
2022-01-06
Added type annotations to all functions (#845)
Anton Hvornum
2021-12-16
Changed lsblk to blkid where possible (#802)
Anton Hvornum
2021-11-24
Support encrypting multiple partitions (#759)
Anton Hvornum
2021-11-23
Add accessibility packages to installed system if using the on the live ISO (...
Dylan M. Taylor
2021-11-23
Adding a warning when /boot is reasonably too small (#738)
Anton Hvornum
2021-11-22
Fix #746 - Can't create a filesystem on a new partition during the manual par...
Anton Hvornum
2021-11-11
Converted partprobe call into a function.
Anton Hvornum
2021-11-11
Tweaked partitions usage in blockdevice
Anton Hvornum
2021-11-11
Tweaked partitions usage in blockdevice
Anton Hvornum
2021-11-11
Added more debugging (some duplicate, but that's fine)
Anton Hvornum
2021-11-10
Fixed linting issue
Anton Hvornum
2021-11-10
Solves issue #689. Attribute Error.'None type' has no attribute 'format' ...
Werner Llácer
2021-11-09
Linting fix
Anton Hvornum
2021-11-08
Followup to the previous one. Output of size function is rounded to the first...
Werner Llácer
2021-11-08
Solves issue #674
Werner Llácer
2021-11-05
Fixed a broken import
Anton Hvornum
2021-11-05
Fixed some import errors that snuk in master
Anton Hvornum
2021-11-05
Merged PR #650 - flake8 fixes and tightening
Anton Hvornum
2021-11-05
Ignoring flake8 on blockdevice.py.
Anton Hvornum
2021-11-05
Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...
Anton Hvornum
2021-11-01
Add import for all_disks
Didr
2021-10-30
Merging in parts of Master related to disk.py
Anton Hvornum
2021-10-22
Forgot some imports that didn't show up on a static run without going through...
Anton Hvornum
2021-10-22
Forgot some imports that didn't show up on a static run without going through...
Anton Hvornum
2021-10-22
Forgot some imports that didn't show up on a static run without going through...
Anton Hvornum
2021-10-22
Restructured disk.py into lib/disk/<splits>.py instead. Shouldn't be any brok...
Anton Hvornum