Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk.py
AgeCommit message (Expand)Author
2021-06-14moved valid_parted_position to disk. And made it handle float numbers.Anton Hvornum
2021-06-14Since all fs-type's appear to be lower-case in 'man parted', we'll check agai...Anton Hvornum
2021-06-14Added BlockDevice.largest_free_space and BlockDevice.free_space (iterator). A...Anton Hvornum
2021-06-13Started on multiple-disk-re-usage selection process.Anton Hvornum
2021-06-13Removed old safety logics for partitions. Partitions will now always be forma...Anton Hvornum
2021-06-13Added multi-disk suggested layout. It's sorted on performance, and the first ...Anton Hvornum
2021-06-13Merge branch 'torxed-rework-partitioning' of github.com:archlinux/archinstall...Anton Hvornum
2021-06-13Working suggested single disk layout, preparing for multiple selections.Anton Hvornum
2021-06-11Added BlockDevice.spinning and BlockDevice.bus_typeAnton Hvornum
2021-06-11Made it so that the .partitions property of Install() fetches from live data,...Anton Hvornum
2021-06-10Fixed format detection on commands, should be using exit codes instead?Anton Hvornum
2021-06-10Renamed vfat -> fat32 for the purpose of consistency. Most actions are referr...Anton Hvornum
2021-06-10Added wipe support to layout definitions. Also changed default start position...Anton Hvornum
2021-06-10Merging in latest changes from master.Anton Hvornum
2021-06-10Started working on partitioning logic from declarative layouts.Anton Hvornum
2021-06-09Try to unmount devices before attempting to run mklabelDylan M. Taylor
2021-06-07Started working on the load_layout functionAnton Hvornum
2021-06-06Added sorting logic for BlockDevice. Also swapped sys_command() to SysCommand...Anton Hvornum
2021-06-06As of Python 3.6 and 3.7, dictionaries are ordered by insertion by default. W...Anton Hvornum
2021-06-04Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...Anton Hvornum
2021-06-03Attempt to avoid crashing when encountering swap partitions in has_content()Dylan M. Taylor
2021-05-30Fix typo in error msgCsonka Mihaly
2021-05-21Merging in latest changes from master and resolved conflicts.Anton Hvornum
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-15Fix some variable shadowing issuesDylan Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Merge branch 'lxqt-lightdm' into formatting2Dylan Taylor
2021-05-15Fix missing Optional importDylan M. Taylor
2021-05-15Merge pull request #450 from charlesvdv/masterAnton Hvornum
2021-05-15Remove some redundant parenthesisDylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15Fix E101: mix of spaces and tabsDylan Taylor
2021-05-15propagate options when mounting a partitionCharles Vandevoorde
2021-05-15f-string fixesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Cleanup imports and disk.py a bit moreDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-12some type hint fixes and a bad catch fixadvaithm
2021-05-11Renamed keyboard-language to keyboard-layout to avoid confusion. Added encryp...Anton Hvornum
2021-05-11Spelling errors, and filtered the output a bit.Anton Hvornum
2021-05-10Tested the workflow, and it works pretty decent. There's some kinks to work o...Anton Hvornum
2021-05-10Added Partition() properties: sector_size, start, end, boot, partition_type a...Anton Hvornum
2021-05-06Removed obsolete variable in prep for multi-disk support.Anton Hvornum
2021-05-01Merge branch 'master' of https://github.com/archlinux/archinstall into torxed...Anton Hvornum
2021-04-29Added a postgresql application profile. (#383)Anton Hvornum
2021-04-28Added a mini curses class and generic-multi-select (#362)Anton Hvornum
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
2021-04-16Adding debug data to the log. It will now contain lsblk before and after the ...Anton Hvornum
2021-04-12Merge branch 'master' into torxed-v2.2.0Anton Hvornum