index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'master' into post-installation-scripts | Dylan Taylor | |
2021-05-20 | fixed desktop install from config | Yash Tripathi | |
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 | 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 | Minor whitespace changes to guided.py | Dylan Taylor | |
2021-05-15 | More formatting fixes | Dylan Taylor | |
2021-05-15 | Many more manual changes | Dylan Taylor | |
2021-05-15 | Fix unused imports in guided | Dylan Taylor | |
2021-05-15 | More manual fixes | Dylan Taylor | |
2021-05-14 | Removed dupe formatter | Anton Hvornum | |
There should be no reason to call `.format()` here, since the steps above take care of all formatting. | |||
2021-05-14 | Removed targeted /boot formatting. This should be handled and marked earlier ↵ | Anton Hvornum | |
in the locig, the partitioning logic should only honor the marked partitions and their status. No need to explicitly format /boot since - if it's meant to be formatted - it should already be marked. | |||
2021-05-01 | Merge branch 'master' of https://github.com/archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-partitioning | |||
2021-04-29 | Added a postgresql application profile. (#383) | Anton Hvornum | |
* Added a postgres application profile. Also introducing runas to the arch_chroot of the installation, to run commands as emulated users. This is highly WIP at the moment. * Fixing top-level-listing of profiles. As well as testing some postgres installation steps. * Removed dupe functions. * Added safety check in case a comment mentions the top level profile thing. * Patching namespace corruption. * Avoiding runtime collision due to installation not being initiated yet. * Allow for parameterization of filesystem in guided. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-28 | Update kernel select | SecondThundeR | |
Move select to separate function Remove 'continue' option Add hardened kernel as option | |||
2021-04-27 | Merge branch 'master' into misc-cleanup | Владислав | |
2021-04-27 | Moving away from custom log levels, to something that's well defined. (#360) | Anton Hvornum | |
* Moving away from custom log levels, to something that's well defined. * Added backward compability to log() as well. * Added an option to force log messages out on screen even if the level is below the log level threashold. * Added force log messages when wrong notation is used. * Added some more length to the deprecated message * Swapped all log levels to use logging.<level> instead. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-27 | Merge branch 'master' into misc-cleanup | Владислав | |
2021-04-27 | Revert "Update logging for some functions" | SecondThundeR | |
This reverts commit f5b6e7bafead1f604c27bfb31b84f3f560a682c8. Reverting commit due to currently redundant change and merge conflict | |||
2021-04-27 | Pulled in latest changes from torxed-v2.2.0 | Anton Hvornum | |