Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
fix the case when there's --config but --silent is not set
2021-06-13Implement 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-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-13fix the case when there's --config but --silent is not setIru Cai
2021-06-13This fixes ↵Anton Hvornum
https://github.com/archlinux/archinstall/pull/426#discussion_r650372664
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-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-07Started working on the load_layout functionAnton Hvornum
2021-06-06Removed the bulk of disk-operations from guided, and will move the logic ↵Anton Hvornum
into the Filesystem() class instead.
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-04Merge branch 'master' of github.com:archlinux/archinstall into ↵Anton Hvornum
torxed-rework-partitioning
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
In case someone is trying to edit this as a template, this will work for more people.
2021-05-28Merge pull request #526 from dylanmtaylor/export-configurationAnton Hvornum
Write user configuration JSON to a file in logs directory
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
2021-05-27Needed to set file mode to write.Dylan M. Taylor
2021-05-27Write user configuration JSON to a file in logs directoryDylan Taylor
2021-05-27Update custom-command-sample.jsonYash Tripathi
2021-05-27Add descriptions for top-level profilesDylan M. Taylor
2021-05-24removed builtins usage and added gfx_package key in configYash Tripathi
2021-05-24Merged in latest changes from masterAnton Hvornum
2021-05-23Made sure NTP matches the default value when 'skipped'.Anton Hvornum
2021-05-23added pulling sys-language and sys-encoding from configYash Tripathi
2021-05-23fixed pulling mirror-region from configYash Tripathi
2021-05-23updated mirror-region config key to use value directlyYash Tripathi
2021-05-22Fix issue from language selection.Anton Hvornum
2021-05-22Fix issue from language selection.Anton Hvornum
2021-05-22Re-worked the select_profile() user interaction. It no longer takes options ↵Anton Hvornum
as a parameter, instead it sources the profiles available, prints a curated list but allows for any input that is a valid profile.
2021-05-22Added in the option to select system locale if --advance is given to guided, ↵Anton Hvornum
as it does potentially cause issues in the installation if not configured properly
2021-05-22Rephrased according to @dylan's suggestions.Anton Hvornum
2021-05-22Made NTP question only on timezone for now.Anton Hvornum
2021-05-22Added a information that ntp might require some additional tinkering to work ↵Anton Hvornum
perfectly.
2021-05-22Adding a NTP option to syncronize time.Anton Hvornum
2021-05-22Added in a are-we-root check at the top of guided.Anton Hvornum
2021-05-21Add ability to provide an array of services to enable in config fileDylan Taylor
2021-05-21Merging in latest changes from master and resolved conflicts.Anton Hvornum
2021-05-20fallback added for when profile is null/emptyYash Tripathi