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-15
Making sure the drive paths are in the JSON structure, and not the class obje...
Anton Hvornum
2021-09-14
Added a 'hidden' variable called --disk-sleep for delaying disk partition up ...
Anton Hvornum
2021-09-06
Merged in master.
Anton Hvornum
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-09-04
Fixed edge case where size of disks could be exactly 40GB and a /home would n...
Anton Hvornum
2021-09-04
Added a PARTUUID -> parted index, this in order to properly set the boot flag...
Anton Hvornum
2021-09-04
Simplified lambda and made it filter out non relevant disks for the selection...
Anton Hvornum
2021-09-04
Fixed filtering if largest disk selection
Anton Hvornum
2021-08-18
Reworking logic that selects / and /home for multi-disk configurations. Also ...
Anton Hvornum
2021-08-17
Fixed a prompt error in one of the parted calls. Also started on a more relia...
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-07-04
Removed debugging
Anton Hvornum
2021-07-04
Added a filesystem check when marking for formatting, this should ensure that...
Anton Hvornum
2021-07-03
Added options to mark/unmark partitions for formatting (useful when re-using ...
Anton Hvornum
2021-07-03
Saving partitioning layout in a layout file (JSON format)
Anton Hvornum
2021-07-03
Missing .format() on 'use entire disk' step
Anton Hvornum
2021-06-15
Added more detail to BlockDevice.__repr__
Anton Hvornum
2021-06-15
Added fs-type and formatting on encrypted partitions that haven't been given ...
Anton Hvornum
2021-06-14
moved valid_parted_position to disk. And made it handle float numbers.
Anton Hvornum
2021-06-14
Since all fs-type's appear to be lower-case in 'man parted', we'll check agai...
Anton Hvornum
2021-06-14
Added BlockDevice.largest_free_space and BlockDevice.free_space (iterator). A...
Anton Hvornum
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
[next]