Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-13Removed old safety logics for partitions. Partitions will now always be ↵Anton Hvornum
formatted when .format() is called on them. The safety now lay in the code parsing the declerative partition layouts. Also added the encrypt/mount logic for encrypted partitions, which by default will be unencrypted unless a password is specified.
2021-06-13Added multi-disk suggested layout. It's sorted on performance, and the first ↵Anton Hvornum
relevant disk with the closest size to a desired size will be used for root, and the same (exluding the one already used) will be used for /home
2021-06-13This fixes ↵Anton Hvornum
https://github.com/archlinux/archinstall/pull/426#discussion_r650372664
2021-06-13Merge branch 'torxed-rework-partitioning' of ↵Anton Hvornum
github.com:archlinux/archinstall into torxed-rework-partitioning
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 ↵Anton Hvornum
data, rather than storing and caching partitions on initation. Since it now supports mounting a partition layout given by external usage.
2021-06-10Fixed format detection on commands, should be using exit codes instead?Anton Hvornum
2021-06-10vfat -> fat32, updated minimalAnton Hvornum
2021-06-10Renamed vfat -> fat32 for the purpose of consistency. Most actions are ↵Anton Hvornum
referring to fat32, it's only mkfs that has the notion vfat and then -F32 for format 32. And I think vfat confuses more people than it does good, so sticking with fat32 which works better with parted as well. Also added the partitioning logic, started on the mounting logic
2021-06-10Added wipe support to layout definitions. Also changed default start ↵Anton Hvornum
positions of partitions to 1MiB in.
2021-06-10Skipping bootloader selection if --bootloader was given.Anton Hvornum
2021-06-10Merging in latest changes from master.Anton Hvornum
2021-06-10added --dry-run flag (#570)Yash Tripathi
* added --dry-run flag
2021-06-10Started working on partitioning logic from declarative layouts.Anton Hvornum
2021-06-10Merge pull request #552 from l4zy0n3/patch-1Anton Hvornum
added support for optionally seperating credentials from config
2021-06-10Merge pull request #551 from m1ten/patch-1Anton Hvornum
adds python-sphinx in make dependency and manual
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
Introduces the use of HTTP mirrors additionally
2021-06-10Merge pull request #538 from archlinux/torxed-fix-536Anton Hvornum
Attempt to fix issue regarding broken output
2021-06-10Merge pull request #568 from dylanmtaylor/patch-1Anton Hvornum
Only run publish_pypi when a tag is created on the master branch
2021-06-10Only run publish_pypi when a tag is created on the master branchDylan M. Taylor
2021-06-10Merge pull request #565 from dylanmtaylor/patch-1Anton Hvornum
Exit codes are an 8 bit value and could be 0 through 255
2021-06-10Exit codes are an 8 bit value and could be 0 through 255Dylan M. Taylor
We also don't need to check the exit code - this message should just be displayed if we are not root
2021-06-10Merge pull request #562 from dylanmtaylor/hide-requires-root-if-rootAnton Hvornum
Only print requires root messages if effective user id is not root
2021-06-10Merge pull request #559 from dylanmtaylor/patch-1Anton Hvornum
Proposal: Split Nvidia so that there are two options for it
2021-06-10Merge pull request #548 from dylanmtaylor/umount-before-mklabelAnton Hvornum
Try to solve issue with mklabel while partitions are mounted.
2021-06-10Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ciAnton Hvornum
Initial port of GitHub Actions to GitLab CI/CD
2021-06-09Only print requires root messages if effective user id is not rootDylan Taylor
2021-06-09Initial port of GitHub workspaces to GitLab CI/CDDylan Taylor
2021-06-09Try to unmount devices before attempting to run mklabelDylan M. Taylor
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
This makes selecting an Nvidia driver simpler and makes it apparent that we support both open-source and proprietary from the initial selection.
2021-06-09Merge pull request #558 from JakobDev/cutefishAnton Hvornum
Add Cutefish profile
2021-06-09Linter hates on us if there's no comma at the endAnton Hvornum
2021-06-09Remove cutefish from desktop.pyJakobDev
2021-06-07Use group instead of package listJakobDev
2021-06-07Add noto-fonts to package listJakobDev
2021-06-07Add Cutefish profileJakobDev
2021-06-07Started working on the load_layout functionAnton Hvornum
2021-06-07Merge pull request #555 from m1ten/patch-3Anton Hvornum
version bump v2.3.0.dev0
2021-06-06version bump v2.3.0.dev0m1ten
2021-06-06Removed the bulk of disk-operations from guided, and will move the logic ↵Anton Hvornum
into the Filesystem() class instead.
2021-06-06Remove source check (not required)m1ten
2021-06-06Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for ↵Anton Hvornum
the size creation so that they don't overlap
2021-06-06Added sorting logic for BlockDevice. Also swapped sys_command() to ↵Anton Hvornum
SysCommand() and refined the logic around those calls.
2021-06-06As of Python 3.6 and 3.7, dictionaries are ordered by insertion by default. ↵Anton Hvornum
We there for no longer need to use OrderedDict for our dictionaries where this logic is required.
2021-06-06updated creds helpYash Tripathi
2021-06-06changed block locationYash Tripathi
2021-06-06added support for seperating credentials from configYash Tripathi
2021-06-05updated makedepends and added manualm1ten
2021-06-04Merge branch 'master' of github.com:archlinux/archinstall into ↵Anton Hvornum
torxed-rework-partitioning