index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-02-07 | Added the ability to check if a harddrive has any mountpoint related to a ↵ | Anton Hvornum | |
given parameter. | |||
2021-01-24 | Trying to centralize the configuration for logging. Phasing out some ↵ | Anton Hvornum | |
parameters which also affects the current ability to create multiple log files for multiple runs. This will be re-introduced when logging is made into a class object in a later version | |||
2020-12-06 | Removed /examples/ from list_profiles() by default | Anton Hvornum | |
Adding it back in in "module mode" so that it can find guided.py correctly. This voids showing it in the user-question section. | |||
2020-11-29 | Removed find_examples() and moved example finding paths into ↵ | Anton Hvornum | |
archinstall.storage. Otherwise they won't share the variable instance across imports (mutables vs non-mutables i guess). In an attempt to fix #62 | |||
2020-11-29 | Forgot a few imports | Anton Hvornum | |
2020-11-29 | Removed unreliable find_examples() and will use list_profiles() instead, as ↵ | Anton Hvornum | |
it covers a wider range of profiles and search area. | |||
2020-11-29 | Trying to combat #62. By implementing a UPSTREAM_URL variable globally, ↵ | Anton Hvornum | |
which can be controlled, as well as a PROFILE_PATH which controls where it should look for profiles. the list_profiles() should be more robust. | |||
2020-10-18 | Added a session-storag. This is in an attempt to build away some magic ↵ | Anton Hvornum | |
functionality that might otherwise be hard to understand/maintain over a long period of time. Using this in profiles/desktop.py as a test. |