index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | Merge pull request #520 from dylanmtaylor/descriptions | Anton Hvornum | |
Add descriptions for top-level profiles | |||
2021-05-27 | Add descriptions for top-level profiles | Dylan M. Taylor | |
2021-05-27 | Merge pull request #519 from dylanmtaylor/patch-2 | Anton Hvornum | |
Change ordering of example profiles | |||
2021-05-27 | Change ordering of example profiles | Dylan M. Taylor | |
2021-05-27 | Merge pull request #518 from advaithm/patch-1 | Anton Hvornum | |
Make it more clear what the desktop profile does | |||
2021-05-27 | made it more clear | nullrequest | |
using Redecorating's suggestion in the discord | |||
2021-05-27 | Make it more clear what the desktop profile does | nullrequest | |
2021-05-26 | Merge pull request #516 from l4zy0n3/master | Anton Hvornum | |
Incorporated some suggestions, some keys added in help table for config | |||
2021-05-26 | grammar fixes and json update | Yash Tripathi | |
2021-05-26 | Added new keys in table | Yash Tripathi | |
2021-05-25 | Removed EFI warning from doc index | Anton Hvornum | |
https://archinstall.readthedocs.io/en/latest/ | |||
2021-05-25 | Changed FreeNode -> LiberaChat for IRC | Anton Hvornum | |
2021-05-24 | Merge pull request #513 from l4zy0n3/remove-builtins | Anton Hvornum | |
Removed builtins and added gfx_package key in config file | |||
2021-05-24 | Merge pull request #514 from dylanmtaylor/patch-1 | Anton Hvornum | |
The fixup vars commit made this optional param no longer correct | |||
2021-05-24 | The fixup vars commit made this optional param no longer correct | Dylan M. Taylor | |
2021-05-24 | removed builtins usage and added gfx_package key in config | Yash Tripathi | |
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 |