index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | removed builtins usage and added gfx_package key in config | Yash Tripathi | |
2021-05-23 | Made sure NTP matches the default value when 'skipped'. | Anton Hvornum | |
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 | updated mirror-region config key to use value directly | Yash Tripathi | |
2021-05-22 | Fix issue from language selection. | Anton Hvornum | |
2021-05-22 | Fix issue from language selection. | 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 | 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-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 | Added in a are-we-root check at the top of guided. | Anton Hvornum | |
2021-05-21 | Add ability to provide an array of services to enable in config file | Dylan Taylor | |
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 | Use {installation.target} in custom commands handler | Dylan Taylor | |
2021-05-20 | Extract custom-commands function into general.py | Dylan Taylor | |
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 | Switch back to arch-chroot | Dylan Taylor | |
This reverts commit 27fa5119145ffdc50b7aff400315dc7a82a8cc29. | |||
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-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-19 | Added support for getting configuration from a config file (#364) | Yash Tripathi | |
* added support for ingesting config * fixed condition to check key in dictionary * Removed redundant code, profile and desktop keys are now optional * Added base-config.json and support for pulling credentials from .env * added base config file and env file for users credentials * added silent install switch * added python-dotenv as a dependency * Updated Readme to include argparse changes as well as config ingestion * Updated Readme to include argparse changes as well as config ingestion * fixed typo in pyproject.toml * Replaced the magic __builtin__ global variable. This should fix mypy complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. * Fixes string index error. * Quotation error. * fixed initializing --script argument * added python-dotenv as a dependency * Installation can't be silent if config is not passed * fixed silent install help * fixed condition for ask_user_questions * reverted to creating profile object properly * Cleaned up and incorporated suggestions * added Profile import * added condition if Profile is null * fixed condition * updated parsing vars from argparse * removed loading users from .env * Reworking SysCommand & Moving to localectl for locale related activities (#4) * Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> * fixed indent * removed redundant import * removed duplicate import * removed duplicate import Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Dylan M. Taylor <dylan@dylanmtaylor.com> | |||
2021-05-19 | Reworking SysCommand & Moving to localectl for locale related activities | Anton Hvornum | |
* Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> | |||
2021-05-15 | Add mirror reachability check | Dylan M. Taylor | |
Needed error handling Fix internet connection text not showing up and make it red | |||
2021-05-15 | Perform refactoring to PEP 8 naming conventions | Dylan Taylor | |
2021-05-15 | Remove some redundant parenthesis | Dylan Taylor | |
2021-05-15 | Fix E712 | Dylan Taylor | |
2021-05-15 | More formatting fixes to satisfy PEP 8 | Dylan Taylor | |
2021-05-15 | f-string fixes | Dylan Taylor | |
2021-05-15 | Split filesystem message into multiple lines | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Change mirror get check as suggested | Dylan Taylor | |
2021-05-15 | Switch to using level=logging.DEBUG | Dylan Taylor | |
2021-05-15 | Final whitespace changes I think | Dylan Taylor | |
2021-05-15 | Minor whitespace changes to guided.py | Dylan Taylor | |
2021-05-15 | More formatting fixes | Dylan Taylor | |