Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-11Implemented systemd-networkd for installed mediumsAnton Hvornum
2020-11-11Fixed default-variable setup bug.Anton Hvornum
2020-11-11Added minor error handling in installer.set_keyboard_language()Anton Hvornum
2020-11-11Fixed a bug where no locale generated a hang because loadkeys needs at least ...Anton Hvornum
2020-11-11Forgot to enable systemd-networkd service.Anton Hvornum
2020-11-11Added key error correction again by creating default value. Should do this fo...Anton Hvornum
2020-11-11Created a default package entry in the _guided storage.Anton Hvornum
2020-11-11Logical issue with how I stripped the response. It overrode the None but neve...Anton Hvornum
2020-11-11Revert gateway to None if the string is zero-len.Anton Hvornum
2020-11-11configure_nic() is on the installation, not a generic function.Anton Hvornum
2020-11-11Fixed DNS logic, since DNS might become [""].Anton Hvornum
2020-11-11Fixed generic_select() to accept (and break on) empty selects.Anton Hvornum
2020-11-11Asking user for interface-names rather than MAC address. Should probably prin...Anton Hvornum
2020-11-11Fix for generic_select() call.Anton Hvornum
2020-11-11Adding network support (questions) to guided.py according to #65. Previous co...Anton Hvornum
2020-11-11Added a simple INI handler, and a helper function under Installer().configure...Anton Hvornum
2020-11-09Merge pull request #66 from Torxed/63-package-groupsAnton Hvornum
2020-11-09Fixed #63Anton Hvornum
2020-11-08Fix for #61. Variable mix-matches should be fixed and tested now. There's als...Anton Hvornum
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that i...Anton Hvornum
2020-11-08Added some more debuggingAnton Hvornum
2020-11-08Tweaked #58 slightly. Execution is done with an attempt to retain file line n...Anton Hvornum
2020-11-08Fixing issues with lists being passed instead of stringsLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Added additional debug on error in selected profilesLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Fixed variable issues and version bumpLord Anton Hvornum
2020-11-08Variable type-o issue.Anton Hvornum
2020-11-08Fixed an issue where python's setuptools didn't like running bdist_wheel. Cau...Lord Anton Hvornum
2020-11-08Attempting to fix pypi build issues.Lord Anton Hvornum
2020-11-08Updated sha256 hashes.Lord Anton Hvornum
2020-11-08Introducing log data and support filesAnton Hvornum
2020-11-08Updated documentationAnton Hvornum
2020-11-07Updated sha256 hashes.Lord Anton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update VERSIONAnton Hvornum
2020-11-06Forgot an import of storage.Anton Hvornum
2020-11-05Fallback automatically to a log file if we can detect one, even tho file was ...Anton Hvornum
2020-11-05Added the overall guided config into the installer log. This applies to the g...Anton Hvornum
2020-11-04Tweaked some log messages in archinstall.Installer()Anton Hvornum
2020-11-04Logic issue minor fix.Anton Hvornum
2020-11-04Fixed level issues on log output. Also tweaked it so that all log rows come t...Anton Hvornum
2020-11-04Cleaned up some logic. How the LOG_LEVEL is fetched from the storage.Anton Hvornum
2020-11-04Updated contributors with the latest contributors.Anton Hvornum
2020-11-04Forgot an import of storage.Anton Hvornum
2020-11-04installer.log() should not be a property.Anton Hvornum
2020-11-04Forgot an import of storage.Anton Hvornum
2020-11-04Forgot to remove self. reference when copying some code.Anton Hvornum