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
/
filesystem.py
Age
Commit message (
Expand
)
Author
2021-11-11
Removed legacy code related to disk wiping. Also added in partprobe in strate...
Anton Hvornum
2021-11-11
Merged PR #707 - Fixes password leakage to terminal
Anton Hvornum
2021-11-10
Solves issue #689. Attribute Error.'None type' has no attribute 'format' ...
Werner Llácer
2021-11-09
Changed partition password to !password
Anton Hvornum
2021-11-09
Adding a exception to filesystem.parted() if it fails. We can't let these go ...
Anton Hvornum
2021-11-08
Fix user_interaction import as well - this is also in the parent directory.
Dylan M. Taylor
2021-11-05
Fixed some import errors that snuk in master
Anton Hvornum
2021-11-05
Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...
Anton Hvornum
2021-10-30
Adding support for passing arguments to .format()
Anton Hvornum
2021-10-30
Added creating and mounting of subvolume structure for BTRFS.
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