index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-21 | Merge pull request #498 from dylanmtaylor/services | Anton Hvornum | |
Add ability to provide an array of services to enable in config file | |||
2021-05-21 | Add ability to provide an array of services to enable in config file | Dylan Taylor | |
2021-05-21 | Merge pull request #495 from dylanmtaylor/patch-1 | Anton Hvornum | |
Add ArchInstall user-agent to mirror requests | |||
2021-05-21 | Merge pull request #485 from dylanmtaylor/post-installation-scripts | Anton Hvornum | |
Implement post-installation commands | |||
2021-05-20 | fallback added for when profile is null/empty | Yash Tripathi | |
2021-05-20 | Re-add profile import | Dylan Taylor | |
2021-05-20 | fixed creating profile object if profile is passed in vars | Yash Tripathi | |
2021-05-20 | Add ArchInstall user-agent to mirror requests | Dylan M. Taylor | |
2021-05-20 | Use {installation.target} in custom commands handler | Dylan Taylor | |
2021-05-20 | Merge pull request #494 from JakobDev/filtermirrorpy | Anton Hvornum | |
Use pure Python code in filter_mirrors_by_region | |||
2021-05-20 | Extract custom-commands function into general.py | Dylan Taylor | |
2021-05-20 | Use pure Python code in filter_mirrors_by_region | JakobDev | |
2021-05-20 | Clean up temp files after they are run | Dylan Taylor | |
2021-05-20 | Add logging of execution output | Dylan Taylor | |
2021-05-20 | Merge pull request #493 from SecondThundeR/SecondThundeR-patch-1 | Anton Hvornum | |
Change position of linter badge | |||
2021-05-20 | Switch back to arch-chroot | Dylan Taylor | |
This reverts commit 27fa5119145ffdc50b7aff400315dc7a82a8cc29. | |||
2021-05-20 | Change position of linter badge | Владислав | |
2021-05-20 | Use temporary script files | Dylan M. Taylor | |
Path will be different inside of target env. | |||
2021-05-20 | Swapped the instance sent to Boot() | Anton Hvornum | |
2021-05-20 | changed "desktop" to "profile" while loading config | Yash Tripathi | |
2021-05-20 | Update configuration script to work with changes | Dylan Taylor | |
2021-05-20 | Merge branch 'master' into post-installation-scripts | Dylan Taylor | |
2021-05-20 | fixed desktop install from config | Yash Tripathi | |
2021-05-20 | Merge pull request #488 from SimonPe/patch-1 | Anton Hvornum | |
look for default profiles in correct location | |||
2021-05-20 | Merge pull request #484 from dylanmtaylor/patch-1 | Anton Hvornum | |
Have the configuration file request identify itself as coming from ArchInstall | |||
2021-05-20 | Merge pull request #475 from dylanmtaylor/patch-2 | Anton Hvornum | |
Add CI status badge to README | |||
2021-05-20 | Update README.md | Anton Hvornum | |
2021-05-20 | Merge pull request #481 from dylanmtaylor/minor-formatting-cleanup | Anton Hvornum | |
Some very minor cleanup | |||
2021-05-19 | Modify custom profile example to try to get it working | Dylan M. Taylor | |
2021-05-19 | Update guided.py | Yash Tripathi | |
2021-05-19 | Try to use the new systemd-nspawn code paths | Dylan Taylor | |
2021-05-19 | Run custom commands within bash session | Dylan M. Taylor | |
2021-05-19 | Iterate over custom-command array | Dylan M. Taylor | |
2021-05-19 | Provide sample configuration file showing how one would use commands | Dylan M. Taylor | |
2021-05-20 | look for default profiles in correct location | Simon Peeters | |
The default `profiles` directory is a sibling of the `lib` directory, not of `storage.py` itself. | |||
2021-05-19 | Have the configuration file request identify itself as coming from ArchInstall | Dylan M. Taylor | |
This is necessary to allow proper filtering of these requests server-side, and some services block urllib requests (known issue with Cloudflare). | |||
2021-05-19 | Point out that a URL can be used as well in README | Dylan Taylor | |
2021-05-19 | Fix configuration sample link | Dylan Taylor | |
2021-05-19 | very minor whitespace fixes | Dylan Taylor | |
2021-05-19 | Merge pull request #482 from dylanmtaylor/feature-config-url | Anton Hvornum | |
Added support for getting configuration from a URL |