index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-17 | Fixed a prompt error in one of the parted calls. Also started on a more ↵ | Anton Hvornum | |
reliable size-conversion that isn't limited to Gigabytes in free_space(). | |||
2021-07-04 | Removed debugging | Anton Hvornum | |
2021-07-04 | Added a filesystem check when marking for formatting, this should ensure ↵ | Anton Hvornum | |
that encrypted volumes get a proper filesystem without having to go through an extra step of selecting filesystem. | |||
2021-07-03 | Added options to mark/unmark partitions for formatting (useful when re-using ↵ | Anton Hvornum | |
partitions, and fine tune which data to save and which to wipe). Setting a desired filesystem for a partition (both new ones and the ones being re-used). | |||
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 | |
a fs-type prior when re-using partitions. | |||
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 ↵ | Anton Hvornum | |
against a lowered list in general for supported fs-types. | |||
2021-06-14 | Added BlockDevice.largest_free_space and BlockDevice.free_space (iterator). ↵ | Anton Hvornum | |
Also added additional supported filesystems to parted. Apparently the online manpages doesn't agree with the local manpages, my previous statement that these gets ignored is false so added those in and removed some that isn't supported by my local manpages, 'ufs' for instance. | |||
2021-06-14 | Unifying partioning logic into one function when managing partitions. Rather ↵ | Anton Hvornum | |
than giving the option between wiping and creating, and re-using and creating | |||
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 | |
fix the case when there's --config but --silent is not set | |||
2021-06-13 | Setting proper keys in exported config (#557) | Yash Tripathi | |
* Set the resolved profile path to the actual desktop environment * split Nvidia driver list into proprietary and open-source * Updated select_driver to use archinstall.arguments for driver selection * Adding default value that works with later .get() * audio will now be prompted irrespective of profile | |||
2021-06-13 | Implement is_desktop_profile helper function (#575) | Dylan M. Taylor | |
* Implement is_desktop_profile helper function * Make ask_for_audio_selection use generic_select * Fix default value for audio selection * Leverage list of supported desktops to perform is_desktop_profile check * is_desktop_profile was missing a default return value * Store return value for audio server | |||
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 |