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
Age
Commit message (
Expand
)
Author
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
Change of variable
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-14
Unifying partioning logic into one function when managing partitions. Rather ...
Anton Hvornum
2021-06-14
Merged in master
Anton Hvornum
2021-06-14
Re-structuring partition flow
Anton Hvornum
2021-06-14
Legacy re-name of function.
Anton Hvornum
2021-06-14
Instructed to use truncate instead of dd, as dd is a bit slow.
Anton Hvornum
2021-06-14
Synced master into partitioning branch
Anton Hvornum
2021-06-13
Started on multiple-disk-re-usage selection process.
Anton Hvornum
2021-06-13
Merge pull request #577 from chingnux/fix-silent
Anton Hvornum
2021-06-13
Setting proper keys in exported config (#557)
Yash Tripathi
2021-06-13
Implement is_desktop_profile helper function (#575)
Dylan M. Taylor
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
fix the case when there's --config but --silent is not set
Iru Cai
2021-06-13
This fixes https://github.com/archlinux/archinstall/pull/426#discussion_r6503...
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
Merge pull request #569 from dylanmtaylor/patch-1
Anton Hvornum
2021-06-10
Fixed format detection on commands, should be using exit codes instead?
Anton Hvornum
2021-06-10
vfat -> fat32, updated minimal
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
Clarify driver recommendations (#572)
Dylan M. Taylor
2021-06-10
Skipping bootloader selection if --bootloader was given.
Anton Hvornum
2021-06-10
Merging in latest changes from master.
Anton Hvornum
2021-06-10
added --dry-run flag (#570)
Yash Tripathi
2021-06-10
Add a message when running check_mirror_reachable to let users know it is not...
Dylan M. Taylor
2021-06-10
Started working on partitioning logic from declarative layouts.
Anton Hvornum
2021-06-10
Merge pull request #552 from l4zy0n3/patch-1
Anton Hvornum
2021-06-10
Merge pull request #551 from m1ten/patch-1
Anton Hvornum
2021-06-10
Merge pull request #537 from archlinux/torxed-fix-517
Anton Hvornum
2021-06-10
Merge pull request #538 from archlinux/torxed-fix-536
Anton Hvornum
2021-06-10
Merge pull request #568 from dylanmtaylor/patch-1
Anton Hvornum
2021-06-10
Only run publish_pypi when a tag is created on the master branch
Dylan M. Taylor
2021-06-10
Merge pull request #565 from dylanmtaylor/patch-1
Anton Hvornum
2021-06-10
Exit codes are an 8 bit value and could be 0 through 255
Dylan M. Taylor
2021-06-10
Merge pull request #562 from dylanmtaylor/hide-requires-root-if-root
Anton Hvornum
2021-06-10
Merge pull request #559 from dylanmtaylor/patch-1
Anton Hvornum
2021-06-10
Merge pull request #548 from dylanmtaylor/umount-before-mklabel
Anton Hvornum
2021-06-10
Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ci
Anton Hvornum
2021-06-09
Only print requires root messages if effective user id is not root
Dylan Taylor
[next]