Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
AgeCommit message (Expand)Author
2020-06-29Starting to rework the entire codebase to be context friendly. Annotations is...Anton Hvornum
2020-04-03Fixed typo breaking local profilesJay Bent
2020-03-16DebuggingAnton Hvornum
2020-03-16More debuggingAnton Hvornum
2020-03-16Trying to weed out dual logging.Anton Hvornum
2020-03-16Enhanced debug message.Anton Hvornum
2020-03-16Added argument passing for set_locale()Anton Hvornum
2020-03-16Fixing a more transparent argument passing all the way down to the actual com...Anton Hvornum
2020-03-16Fix for previous commit, indent issue and a missing elseAnton Hvornum
2020-03-16New feature: input_redirect in cleanup_args(). Since this function might be r...Anton Hvornum
2020-03-16Moved set_locale() from configure_base_system as it is its own step in a way.Anton Hvornum
2020-03-16Adding more debug output.Anton Hvornum
2020-03-16New function: add_custom_mirror(). Adds a custom mirror to /etc/pacman.conf w...Anton Hvornum
2020-03-16New function: prerequisit_check(). Moved the exit-if-not-uefi logic into a fu...Anton Hvornum
2020-03-16New function: create_user(). Simple user creations, not many options for now.Anton Hvornum
2020-03-16New function: set_locale(). Takes a format string of either a full locale-gen...Anton Hvornum
2020-03-15Changed client to worker, more correct.Anton Hvornum
2020-03-15Added a client field in kwargs, used when pushing on_output.Anton Hvornum
2020-03-15Added a new feature: on_output in sys_command. Passing a on_output function t...Anton Hvornum
2020-03-15Added new function: set_password(). Sets a password for a given username.Anton Hvornum
2020-03-15Added somre more error handling and removed potentially unessecary code.Anton Hvornum
2020-03-15New function: reboot(). Does what you think it does. Also does a sync tho jus...Anton Hvornum
2020-03-15Added more log entries to commandlog.Anton Hvornum
2020-03-15Added a new function: flush_all_mirrors(). Can be used to wipe default mirror...Anton Hvornum
2020-03-15Added a SAFETY_LOCK on a bunch of functions.Anton Hvornum
2020-03-15New function: add_specific_mirrors(). Adds specific mirrors by converting {ur...Anton Hvornum
2019-12-26Error check on get_instructions to ignore .json at the end.Anton Hvornum
2019-12-26Added more loggingAnton Hvornum
2019-12-26Added more loggingAnton Hvornum
2019-11-29Debug outputAnton Hvornum
2019-11-29DebuggingAnton Hvornum
2019-11-29Fixing password order for commnaadsAnton Hvornum
2019-11-29Fixed password prompt for nspawnAnton Hvornum
2019-11-29Fixing rerunAnton Hvornum
2019-11-29Fixing issues with the spawning of containers.Anton Hvornum
2019-11-29Fixing issues with the spawning of containers.Anton Hvornum
2019-11-29Fixing issues with the spawning of containers.Anton Hvornum
2019-11-29DebuggingAnton Hvornum
2019-11-29Enhancing trigger valuesAnton Hvornum
2019-11-29Tweaking event inputAnton Hvornum
2019-11-29Adding more debug outputAnton Hvornum
2019-11-29debuggingAnton Hvornum
2019-11-29debuggingAnton Hvornum
2019-11-29DebuggingAnton Hvornum
2019-11-29Fixing bytes conversion on JSON triggers on command linesAnton Hvornum
2019-11-29Fixing argument for boot commandAnton Hvornum
2019-11-29Fixing argsAnton Hvornum
2019-11-29Don't update git until we have some argsAnton Hvornum
2019-11-29Forgot to setup argsAnton Hvornum
2019-11-29One step in fixing #20. User-given parameters override template. And next is ...Anton Hvornum