j-james
|
627deb7992
|
Spell "environment" correctly
|
2021-01-21 06:56:11 -08:00 |
Anton Hvornum
|
3686842587
|
Spelling error on file
|
2020-10-18 12:45:10 +02:00 |
Anton Hvornum
|
f6f5875892
|
Added a unattended installer. Fixed list_profiles() to not include .py ending in the profile name, it's already in the ['path'] defintion. Renamed desktop.py to awesome.py as it more accurately describes what's being installed. desktop should be reserved to a default desktop environment that's more new-user-friendly.
|
2020-08-20 19:47:39 +00:00 |
Anton Hvornum
|
0b8a3d9540
|
Removed legacy .json profiles. Not in favor of .py
|
2020-08-04 14:45:25 +02:00 |
Anton Hvornum
|
0cd088572d
|
New feature: application profiles now support .py as well. Also fixed a sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile)
|
2020-07-22 01:03:14 +00:00 |
Anton Hvornum
|
aecd333ea3
|
v2.0.3 prep release. Profile now fully support python scripting instead of JSON. They also support importing archinstall and doing whatever the examples are doing - with one tiiiny TODO/hack/magic, the 'installer' session that is contextulized gets hard-inserted into the globals() scope. Since the child script won't actually have the global instance of the parent, we need to insert it to be known due to the way we import stuff
|
2020-07-08 10:46:52 +00:00 |
Anton Hvornum
|
3ed8db5ef0
|
Added support for .py profiles. Added a simple 'desktop.py' for now that is just a mock to make sure it's working.
|
2020-07-08 10:22:25 +00:00 |