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-06-13
Started on multiple-disk-re-usage selection process.
Anton Hvornum
2021-06-13
Removed old safety logics for partitions. Partitions will now always be forma...
Anton Hvornum
2021-06-13
Added multi-disk suggested layout. It's sorted on performance, and the first ...
Anton Hvornum
2021-06-13
Merge branch 'torxed-rework-partitioning' of github.com:archlinux/archinstall...
Anton Hvornum
2021-06-13
Working suggested single disk layout, preparing for multiple selections.
Anton Hvornum
2021-06-11
Added BlockDevice.spinning and BlockDevice.bus_type
Anton Hvornum
2021-06-11
Made it so that the .partitions property of Install() fetches from live data,...
Anton Hvornum
2021-06-10
Fixed format detection on commands, should be using exit codes instead?
Anton Hvornum
2021-06-10
Renamed vfat -> fat32 for the purpose of consistency. Most actions are referr...
Anton Hvornum
2021-06-10
Added wipe support to layout definitions. Also changed default start position...
Anton Hvornum
2021-06-10
Merging in latest changes from master.
Anton Hvornum
2021-06-10
Started working on partitioning logic from declarative layouts.
Anton Hvornum
2021-06-09
Try to unmount devices before attempting to run mklabel
Dylan M. Taylor
2021-06-07
Started working on the load_layout function
Anton Hvornum
2021-06-06
Added sorting logic for BlockDevice. Also swapped sys_command() to SysCommand...
Anton Hvornum
2021-06-06
As of Python 3.6 and 3.7, dictionaries are ordered by insertion by default. W...
Anton Hvornum
2021-06-04
Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...
Anton Hvornum
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-21
Merging in latest changes from master and resolved conflicts.
Anton Hvornum
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-11
Renamed keyboard-language to keyboard-layout to avoid confusion. Added encryp...
Anton Hvornum
2021-05-11
Spelling errors, and filtered the output a bit.
Anton Hvornum
2021-05-10
Tested the workflow, and it works pretty decent. There's some kinks to work o...
Anton Hvornum
2021-05-10
Added Partition() properties: sector_size, start, end, boot, partition_type a...
Anton Hvornum
2021-05-06
Removed obsolete variable in prep for multi-disk support.
Anton Hvornum
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
[next]