index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Implemented load_plugin() which handles local or remote paths. Also added ↵ | Anton Hvornum | |
some error handling surrounding the loading of plugins. | |||
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Added a comment | Anton Hvornum | |
2021-05-24 | Pleasing the linter gods | Anton Hvornum | |
2021-05-24 | Removed empty whitespace | Anton Hvornum | |
2021-05-24 | Added redundant argument creation. | Anton Hvornum | |
2021-05-24 | Switched plugin strategty. Now uses built-in entrypoints to source and load ↵ | Anton Hvornum | |
the plugins. This is the default method provided by Python, and is the cleanest so far I think. | |||
2021-05-24 | Syncing in latest changes from master | Anton Hvornum | |
2021-05-23 | Fixes #489 | Anton Hvornum | |
2021-05-23 | Merge pull request #508 from dylanmtaylor/patch-1 | Anton Hvornum | |
Proposal: use iso-build for releases | |||
2021-05-23 | Made sure NTP matches the default value when 'skipped'. | Anton Hvornum | |
2021-05-23 | Spelling error | Anton Hvornum | |
2021-05-23 | Merge pull request #501 from l4zy0n3/add-config-readme | Anton Hvornum | |
Add config readme | |||
2021-05-23 | Merge branch 'master' of github.com:archlinux/archinstall | Anton Hvornum | |
2021-05-23 | Version bump for tagging. | Anton Hvornum | |
2021-05-23 | Merge pull request #509 from l4zy0n3/fixup-vars | Anton Hvornum | |
Fixup vars | |||
2021-05-23 | added pulling sys-language and sys-encoding from config | Yash Tripathi | |
2021-05-23 | fixed pulling mirror-region from config | Yash Tripathi | |
2021-05-23 | removed debug code | Yash Tripathi | |
2021-05-23 | updated mirror-region config key to use value directly | Yash Tripathi | |
2021-05-23 | bringing back the old method for parsing extra args as config values | Yash Tripathi | |
2021-05-23 | Merge branch 'archlinux:master' into master | Yash Tripathi | |
2021-05-22 | Proposal: use iso-build for releases | Dylan M. Taylor | |
2021-05-22 | Merge pull request #507 from archlinux/torxed-fix-382 | Anton Hvornum | |
Re-worked the select_profile() user interaction. | |||
2021-05-22 | Fix issue from language selection. | Anton Hvornum | |
2021-05-22 | Fix issue from language selection. | Anton Hvornum | |
2021-05-22 | Forgot an important import. | Anton Hvornum | |
2021-05-22 | Fixes docstrings. | Anton Hvornum | |
2021-05-22 | Re-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-22 | Merge pull request #506 from archlinux/torxed-fix-227 | Anton Hvornum | |
Added in the option to select system locale if --advance is given | |||
2021-05-22 | Added 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-23 | Merge branch 'archlinux:master' into master | Yash Tripathi | |
2021-05-22 | Merge pull request #505 from archlinux/torxed-fix-297 | Anton Hvornum | |
Introduces a NTP option in guided | |||
2021-05-22 | Rephrased according to @dylan's suggestions. | Anton Hvornum | |
2021-05-22 | Made NTP question only on timezone for now. | Anton Hvornum | |
2021-05-22 | Added a information that ntp might require some additional tinkering to work ↵ | Anton Hvornum | |
perfectly. | |||
2021-05-22 | Adding a NTP option to syncronize time. | Anton Hvornum | |
2021-05-22 | Merge pull request #504 from archlinux/torxed-fix-497 | Anton Hvornum | |
Fixing newlines not being placed correctly on SysCommand() | |||
2021-05-22 | Since 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-22 | Merge pull request #503 from archlinux/torxed-fix-116 | Anton Hvornum | |
Added in a are-we-root check at the top of guided. | |||
2021-05-22 | Added in a are-we-root check at the top of guided. | Anton Hvornum | |
2021-05-22 | Merge pull request #502 from advaithm/bootload-fix | Anton Hvornum | |
fixed bootloader flag not being set | |||
2021-05-22 | fixed bootloader flag not being set | advaithm | |
2021-05-22 | Merge pull request #500 from dylanmtaylor/patch-1 | Anton Hvornum | |
Simplify the commands in the readme | |||
2021-05-22 | added description for installing from config | Yash Tripathi | |
2021-05-21 | Simplify the commands in the readme | Dylan M. Taylor | |
Typing 'python -m' is largely unnecessary on the ISO with the package installed. | |||
2021-05-22 | Merge branch 'archlinux:master' into add-config-readme | Yash Tripathi | |
2021-05-22 | Merge branch 'archlinux:master' into master | Yash Tripathi | |
2021-05-21 | Merge pull request #498 from dylanmtaylor/services | Anton Hvornum | |
Add ability to provide an array of services to enable in config file |