Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
AgeCommit message (Expand)Author
2021-05-20changed "desktop" to "profile" while loading configYash Tripathi
2021-05-20Merge branch 'master' into post-installation-scriptsDylan Taylor
2021-05-20fixed desktop install from configYash Tripathi
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-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-15Minor whitespace changes to guided.pyDylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan 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-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
2021-05-05Allow for multiple disks to be selected (to span partitions such as boot acro...Anton Hvornum
2021-05-04Moved around the function calls to be more logical and separated. Also moved ...Anton Hvornum
2021-05-01Merge branch 'master' of https://github.com/archlinux/archinstall into torxed...Anton Hvornum
2021-04-29Added a postgresql application profile. (#383)Anton Hvornum
2021-04-28Update kernel selectSecondThundeR
2021-04-27Merge branch 'master' into misc-cleanupВладислав
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
2021-04-27Merge branch 'master' into misc-cleanupВладислав
2021-04-27Revert "Update logging for some functions"SecondThundeR
2021-04-27Pulled in latest changes from torxed-v2.2.0Anton Hvornum
2021-04-27Added a failsafe for kernels argument to be defaulted to linux, since 'None' ...Anton Hvornum
2021-04-27Reduced complexity in guided for the kernel selection process.Anton Hvornum
2021-04-27Synced latest changes from torxed-v2.2.0.Anton Hvornum
2021-04-27Corrected indentation (mixed spaces and tabs)Anton Hvornum
2021-04-27having ability to use multiple kernels - dict fixAggam Rahamim
2021-04-25Merge branch 'master' of https://github.com/AggamR/archinstallAggam Rahamim