Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-22Proposal: use iso-build for releasesDylan M. Taylor
2021-05-22Merge pull request #507 from archlinux/torxed-fix-382Anton Hvornum
Re-worked the select_profile() user interaction.
2021-05-22Fix issue from language selection.Anton Hvornum
2021-05-22Fix issue from language selection.Anton Hvornum
2021-05-22Forgot an important import.Anton Hvornum
2021-05-22Fixes docstrings.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-22Merge pull request #506 from archlinux/torxed-fix-227Anton Hvornum
Added in the option to select system locale if --advance is given
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-22Merge pull request #505 from archlinux/torxed-fix-297Anton Hvornum
Introduces a NTP option in guided
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-22Merge pull request #504 from archlinux/torxed-fix-497Anton Hvornum
Fixing newlines not being placed correctly on SysCommand()
2021-05-22Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use ↵Anton Hvornum
contexts, we have to flush the output manually here to avoid newlines not being before the next output.
2021-05-22Merge pull request #503 from archlinux/torxed-fix-116Anton Hvornum
Added in a are-we-root check at the top of guided.
2021-05-22Added in a are-we-root check at the top of guided.Anton Hvornum
2021-05-22Merge pull request #502 from advaithm/bootload-fixAnton Hvornum
fixed bootloader flag not being set
2021-05-22fixed bootloader flag not being setadvaithm
2021-05-22Merge pull request #500 from dylanmtaylor/patch-1Anton Hvornum
Simplify the commands in the readme
2021-05-21Simplify the commands in the readmeDylan M. Taylor
Typing 'python -m' is largely unnecessary on the ISO with the package installed.
2021-05-21Merge pull request #498 from dylanmtaylor/servicesAnton Hvornum
Add ability to provide an array of services to enable in config file
2021-05-21Add ability to provide an array of services to enable in config fileDylan Taylor
2021-05-21Merge pull request #495 from dylanmtaylor/patch-1Anton Hvornum
Add ArchInstall user-agent to mirror requests
2021-05-21Merge pull request #485 from dylanmtaylor/post-installation-scriptsAnton Hvornum
Implement post-installation commands
2021-05-20fallback added for when profile is null/emptyYash Tripathi
2021-05-20Re-add profile importDylan Taylor
2021-05-20fixed creating profile object if profile is passed in varsYash Tripathi
2021-05-20Add ArchInstall user-agent to mirror requestsDylan M. Taylor
2021-05-20Use {installation.target} in custom commands handlerDylan Taylor
2021-05-20Merge pull request #494 from JakobDev/filtermirrorpyAnton Hvornum
Use pure Python code in filter_mirrors_by_region
2021-05-20Extract custom-commands function into general.pyDylan Taylor
2021-05-20Use pure Python code in filter_mirrors_by_regionJakobDev
2021-05-20Clean up temp files after they are runDylan Taylor
2021-05-20Add logging of execution output Dylan Taylor
2021-05-20Merge pull request #493 from SecondThundeR/SecondThundeR-patch-1Anton Hvornum
Change position of linter badge
2021-05-20Switch back to arch-chrootDylan Taylor
This reverts commit 27fa5119145ffdc50b7aff400315dc7a82a8cc29.
2021-05-20Change position of linter badgeВладислав
2021-05-20Use temporary script filesDylan M. Taylor
Path will be different inside of target env.
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-20Merge pull request #488 from SimonPe/patch-1Anton Hvornum
look for default profiles in correct location
2021-05-20Merge pull request #484 from dylanmtaylor/patch-1Anton Hvornum
Have the configuration file request identify itself as coming from ArchInstall
2021-05-20Merge pull request #475 from dylanmtaylor/patch-2Anton Hvornum
Add CI status badge to README
2021-05-20Update README.mdAnton Hvornum
2021-05-20Merge pull request #481 from dylanmtaylor/minor-formatting-cleanupAnton Hvornum
Some very minor cleanup