index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Removed 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-13 | Added 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-13 | fix the case when there's --config but --silent is not set | Iru Cai | |
2021-06-13 | This fixes ↵ | Anton Hvornum | |
https://github.com/archlinux/archinstall/pull/426#discussion_r650372664 | |||
2021-06-13 | Merge branch 'torxed-rework-partitioning' of ↵ | Anton Hvornum | |
github.com:archlinux/archinstall into torxed-rework-partitioning | |||
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 ↵ | 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-10 | Merge pull request #569 from dylanmtaylor/patch-1 | Anton Hvornum | |
Add a message when running check_mirror_reachable to let users know it's not frozen | |||
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 ↵ | 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-10 | Added wipe support to layout definitions. Also changed default start ↵ | Anton Hvornum | |
positions of partitions to 1MiB in. | |||
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 | |
* added --dry-run flag | |||
2021-06-10 | Add a message when running check_mirror_reachable to let users know it is ↵ | Dylan M. Taylor | |
not frozen. | |||
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 | |
added support for optionally seperating credentials from config | |||
2021-06-10 | Merge pull request #551 from m1ten/patch-1 | Anton Hvornum | |
adds python-sphinx in make dependency and manual | |||
2021-06-10 | Merge pull request #537 from archlinux/torxed-fix-517 | Anton Hvornum | |
Introduces the use of HTTP mirrors additionally | |||
2021-06-10 | Merge pull request #538 from archlinux/torxed-fix-536 | Anton Hvornum | |
Attempt to fix issue regarding broken output | |||
2021-06-10 | Merge pull request #568 from dylanmtaylor/patch-1 | Anton Hvornum | |
Only run publish_pypi when a tag is created on the master branch | |||
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 | |
Exit codes are an 8 bit value and could be 0 through 255 | |||
2021-06-10 | Exit codes are an 8 bit value and could be 0 through 255 | Dylan 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-10 | Merge pull request #562 from dylanmtaylor/hide-requires-root-if-root | Anton Hvornum | |
Only print requires root messages if effective user id is not root | |||
2021-06-10 | Merge pull request #559 from dylanmtaylor/patch-1 | Anton Hvornum | |
Proposal: Split Nvidia so that there are two options for it | |||
2021-06-10 | Merge pull request #548 from dylanmtaylor/umount-before-mklabel | Anton Hvornum | |
Try to solve issue with mklabel while partitions are mounted. | |||
2021-06-10 | Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ci | Anton Hvornum | |
Initial port of GitHub Actions to GitLab CI/CD | |||
2021-06-09 | Only print requires root messages if effective user id is not root | Dylan Taylor | |
2021-06-09 | Initial port of GitHub workspaces to GitLab CI/CD | Dylan Taylor | |
2021-06-09 | Try to unmount devices before attempting to run mklabel | Dylan M. Taylor | |
2021-06-09 | Split Nvidia so that there are two options for it | Dylan 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-09 | Merge pull request #558 from JakobDev/cutefish | Anton Hvornum | |
Add Cutefish profile | |||
2021-06-09 | Linter hates on us if there's no comma at the end | Anton Hvornum | |
2021-06-09 | Remove cutefish from desktop.py | JakobDev | |
2021-06-07 | Use group instead of package list | JakobDev | |
2021-06-07 | Add noto-fonts to package list | JakobDev | |
2021-06-07 | Add Cutefish profile | JakobDev | |
2021-06-07 | Started working on the load_layout function | Anton Hvornum | |
2021-06-07 | Merge pull request #555 from m1ten/patch-3 | Anton Hvornum | |
version bump v2.3.0.dev0 | |||
2021-06-06 | version bump v2.3.0.dev0 | m1ten | |
2021-06-06 | Removed the bulk of disk-operations from guided, and will move the logic ↵ | Anton Hvornum | |
into the Filesystem() class instead. | |||
2021-06-06 | Remove source check (not required) | m1ten | |
2021-06-06 | Added 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-06 | Added sorting logic for BlockDevice. Also swapped sys_command() to ↵ | Anton Hvornum | |
SysCommand() and refined the logic around those calls. | |||
2021-06-06 | As 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-06 | updated creds help | Yash Tripathi | |