index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-12 | Adding some error handling to list_mirrors() | Anton Hvornum | |
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 | |||
2021-01-22 | Change Arch Linux site URL's | Giancarlo Razzolini | |
Recently Arch Linux shed the www portion of its site. The links still work, but it's a 301 redirection to archlinux.org. Changed all the URL's still pointing to www.archlinux.org to avoid the unnecessary redirection, since on browsers the 301 is usually saved and respected, but command line tools line wget or python might not save this and always go through the redirect. | |||
2020-11-04 | Forgot an import of storage. | Anton Hvornum | |
2020-11-04 | Added multiple log features. | Anton Hvornum | |
* [Reintroduced](https://github.com/Torxed/archinstall/blob/f64a605449f59c677dff39962f1cb46616d893b7/archinstall.py#L57-L71) log levels * Created a global log file definition * Optional support for `python-systemd`'s journald handler. * Optional file output that has a globally configurable definition, that archinstall will honor in `archinstall.storage['logfile']`. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-09-01 | Added archinstall.Installer().set_mirrors, which allows to modify the ↵ | Anton Hvornum | |
mirrors in the finished installed medium. | |||
2020-09-01 | Spelling error | Anton Hvornum | |
2020-09-01 | Added more logging | Anton Hvornum | |
2020-09-01 | Added list_mirrors() and prepared for selecting mirrors in guided.py | Anton Hvornum | |
2020-07-30 | Added add_custom_mirrors(). The function appends custom mirrors to ↵ | Anton Hvornum | |
/etc/pacman.conf | |||
2020-07-21 | Added a set_timezone() and fixed set_locale() in the Installer() class. Also ↵ | Anton Hvornum | |
added a mirrors.py helper to rudimentary set mirror data on the installer host |