Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-09-18Refactoring and cleaning up a bitAnton Hvornum
2021-09-18Adding in options for BTRFS subvolumesAnton Hvornum
2021-09-15Making sure the drive paths are in the JSON structure, and not the class obje...Anton Hvornum
2021-09-15Tweaked the logic for parsing the --harddrives parameter.Anton Hvornum
2021-09-15Fixing type issue with conversion to multiple disk logic.Anton Hvornum
2021-09-15More error handling and fixed a spelling error.Anton Hvornum
2021-09-15Might be redundant, but if the JSON file given to --config contains a list it...Anton Hvornum
2021-09-15Updating support for --disk_layouts. It now supports file paths as well as JS...Anton Hvornum
2021-09-15Reverted last change, and improved it. By passing it through load_config and ...Anton Hvornum
2021-09-15Changed from internal storage to parameter-friendly arguments for disk_layout...Anton Hvornum
2021-09-12Removed legacy need to add_bootloaderAnton Hvornum
2021-09-06Merged in master.Anton Hvornum
2021-09-06Merge pull request #614 from laxect/patch-1Anton Hvornum
2021-09-06Corrected some minor modifications mentioned in #595 as well as merged in lat...Anton Hvornum
2021-08-20Update guided.pyYash Tripathi
2021-08-20added servers keyYash Tripathi
2021-08-18Update guided.pyギャラ
2021-07-18changed dry_run to dry-runYash Tripathi
2021-07-18added new key for desktop-environmentYash Tripathi
2021-07-18created load_config() to load configurationYash Tripathi
2021-07-07Fix encryption + grub both in UEFI and BIOS systems.Hamad Al Marri
2021-07-03Saving partitioning layout in a layout file (JSON format)Anton Hvornum
2021-06-14Synced master into partitioning branchAnton Hvornum
2021-06-13Merge pull request #577 from chingnux/fix-silentAnton Hvornum
2021-06-13Implement is_desktop_profile helper function (#575)Dylan M. Taylor
2021-06-13Removed old safety logics for partitions. Partitions will now always be forma...Anton Hvornum
2021-06-13fix the case when there's --config but --silent is not setIru Cai
2021-06-13This fixes https://github.com/archlinux/archinstall/pull/426#discussion_r6503...Anton Hvornum
2021-06-11Made it so that the .partitions property of Install() fetches from live data,...Anton Hvornum
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 referr...Anton Hvornum
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
2021-06-10Started working on partitioning logic from declarative layouts.Anton Hvornum
2021-06-07Started working on the load_layout functionAnton Hvornum
2021-06-06Removed the bulk of disk-operations from guided, and will move the logic into...Anton Hvornum
2021-06-06Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for t...Anton Hvornum
2021-06-06Added sorting logic for BlockDevice. Also swapped sys_command() to SysCommand...Anton Hvornum
2021-06-04Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...Anton Hvornum
2021-06-04Merged in changes from masterAnton Hvornum
2021-06-02Clean up graphics driver outputDylan Taylor
2021-06-02Add graphics device listingDylan Taylor
2021-06-02Add hardware logging to beginning of installationDylan Taylor
2021-05-28Make this template usable to users of more platformsDylan M. Taylor
2021-05-28Merge pull request #526 from dylanmtaylor/export-configurationAnton Hvornum
2021-05-28 added support for setting profile to a dict or a string in configYash Tripathi
2021-05-28added support for setting mirror-region to a dict or a string in configYash Tripathi