Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-05-20Re-add profile importDylan Taylor
2021-05-20fixed creating profile object if profile is passed in varsYash Tripathi
2021-05-20Use {installation.target} in custom commands handlerDylan Taylor
2021-05-20Extract custom-commands function into general.pyDylan Taylor
2021-05-20Clean up temp files after they are runDylan Taylor
2021-05-20Add logging of execution output Dylan Taylor
2021-05-20Switch back to arch-chrootDylan Taylor
2021-05-20Use temporary script filesDylan M. Taylor
2021-05-20Swapped the instance sent to Boot()Anton Hvornum
2021-05-20changed "desktop" to "profile" while loading configYash Tripathi
2021-05-20Update configuration script to work with changesDylan Taylor
2021-05-20Merge branch 'master' into post-installation-scriptsDylan Taylor
2021-05-20fixed desktop install from configYash Tripathi
2021-05-19Modify custom profile example to try to get it workingDylan M. Taylor
2021-05-19Update guided.pyYash Tripathi
2021-05-19Try to use the new systemd-nspawn code pathsDylan Taylor
2021-05-19Run custom commands within bash sessionDylan M. Taylor
2021-05-19Iterate over custom-command arrayDylan M. Taylor
2021-05-19Provide sample configuration file showing how one would use commandsDylan M. Taylor
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-15Add mirror reachability checkDylan M. Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Remove some redundant parenthesisDylan Taylor
2021-05-15Fix E712 Dylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15Split filesystem message into multiple linesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Change mirror get check as suggestedDylan Taylor
2021-05-15Switch to using level=logging.DEBUGDylan Taylor
2021-05-15Final whitespace changes I thinkDylan Taylor
2021-05-15Minor whitespace changes to guided.pyDylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-15Fix f-string is missing placeholders in unattendedDylan Taylor
2021-05-15Fix f-string is missing placeholders in minimalDylan Taylor
2021-05-15Fix unused imports in guidedDylan Taylor
2021-05-15More manual fixesDylan Taylor
2021-05-14Removed dupe formatterAnton Hvornum
2021-05-14Removed targeted /boot formatting. This should be handled and marked earlier ...Anton Hvornum
2021-05-12some type hint fixes and a bad catch fixadvaithm
2021-05-11Renamed keyboard-language to keyboard-layout to avoid confusion. Added encryp...Anton Hvornum
2021-05-11Fixed line-ending issue after using generic_multi_select()Anton Hvornum
2021-05-11Flipped log level logic.Anton Hvornum
2021-05-10Added Partition() properties: sector_size, start, end, boot, partition_type a...Anton Hvornum
2021-05-10Added a soft-wrapper around parted logic. This logic will guide users through...Anton Hvornum
2021-05-06Adding in partition layout structureAnton Hvornum
2021-05-06Removed obsolete variable in prep for multi-disk support.Anton Hvornum
2021-05-05Beginning work on simplifying disk process in guided.py by reducing complexit...Anton Hvornum