index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | More debugging | Anton Hvornum | |
2020-03-16 | Trying to weed out dual logging. | Anton Hvornum | |
2020-03-16 | Enhanced debug message. | Anton Hvornum | |
2020-03-16 | Added argument passing for set_locale() | Anton Hvornum | |
2020-03-16 | Fixing a more transparent argument passing all the way down to the actual ↵ | Anton Hvornum | |
command begin executed. Hoping this will enable better error output in the future | |||
2020-03-16 | Fix for previous commit, indent issue and a missing else | Anton Hvornum | |
2020-03-16 | New feature: input_redirect in cleanup_args(). Since this function might be ↵ | Anton Hvornum | |
run from outside a tty, there's no way to get input. So an external input handler is required. This enables that functionality. Also some cleanup to get_instructions so that we can load them from some where else in the future. | |||
2020-03-16 | Moved set_locale() from configure_base_system as it is its own step in a way. | Anton Hvornum | |
2020-03-16 | Adding more debug output. | Anton Hvornum | |
2020-03-16 | New function: add_custom_mirror(). Adds a custom mirror to /etc/pacman.conf ↵ | Anton Hvornum | |
with SigLevel set to Optional and TrustAll by default. | |||
2020-03-16 | New function: prerequisit_check(). Moved the exit-if-not-uefi logic into a ↵ | Anton Hvornum | |
function instead of hard-crashing whoever imports the library. This way tho, it's up to the user to run the check. TODO: Add a warning message if the function isn't run beforehand. | |||
2020-03-16 | New function: create_user(). Simple user creations, not many options for now. | Anton Hvornum | |
2020-03-16 | New function: set_locale(). Takes a format string of either a full ↵ | Anton Hvornum | |
locale-gen valid format such as 'en_US.UTF-8 UTF-8' or a shortened version 'US'. Currently only 'SE' is implemented tho.' | |||
2020-03-15 | Changed client to worker, more correct. | Anton Hvornum | |
2020-03-15 | Added a client field in kwargs, used when pushing on_output. | Anton Hvornum | |
2020-03-15 | Added a new feature: on_output in sys_command. Passing a on_output function ↵ | Anton Hvornum | |
to sys_command forces it to send each output block to the callback. Useful to create progressbars etc. | |||
2020-03-15 | Added new function: set_password(). Sets a password for a given username. | Anton Hvornum | |
2020-03-15 | Added somre more error handling and removed potentially unessecary code. | Anton Hvornum | |
2020-03-15 | New function: reboot(). Does what you think it does. Also does a sync tho ↵ | Anton Hvornum | |
just to be safe. | |||
2020-03-15 | Added more log entries to commandlog. | Anton Hvornum | |
2020-03-15 | Added a new function: flush_all_mirrors(). Can be used to wipe default ↵ | Anton Hvornum | |
mirrors prior to adding specific ones. | |||
2020-03-15 | Added a SAFETY_LOCK on a bunch of functions. | Anton Hvornum | |
2020-03-15 | New function: add_specific_mirrors(). Adds specific mirrors by converting ↵ | Anton Hvornum | |
{url: country} into '# country\nServer = url' in /etc/pacman.d/mirrorlist. This can be done after filter_mirrors_by_country_list(). | |||
2019-12-26 | Error check on get_instructions to ignore .json at the end. | Anton Hvornum | |
2019-12-26 | Added more logging | Anton Hvornum | |
2019-12-26 | Added more logging | Anton Hvornum | |
2019-11-29 | Debug output | Anton Hvornum | |
2019-11-29 | Debugging | Anton Hvornum | |
2019-11-29 | Fixing password order for commnaads | Anton Hvornum | |
2019-11-29 | Fixed password prompt for nspawn | Anton Hvornum | |
2019-11-29 | Fixing rerun | Anton Hvornum | |
2019-11-29 | Fixing issues with the spawning of containers. | Anton Hvornum | |
2019-11-29 | Fixing issues with the spawning of containers. | Anton Hvornum | |
2019-11-29 | Fixing issues with the spawning of containers. | Anton Hvornum | |
2019-11-29 | Debugging | Anton Hvornum | |
2019-11-29 | Enhancing trigger values | Anton Hvornum | |
2019-11-29 | Tweaking event input | Anton Hvornum | |
2019-11-29 | Adding more debug output | Anton Hvornum | |
2019-11-29 | debugging | Anton Hvornum | |
2019-11-29 | debugging | Anton Hvornum | |
2019-11-29 | Debugging | Anton Hvornum | |
2019-11-29 | Fixing bytes conversion on JSON triggers on command lines | Anton Hvornum | |
2019-11-29 | Fixing argument for boot command | Anton Hvornum | |
2019-11-29 | Fixing args | Anton Hvornum | |
2019-11-29 | Don't update git until we have some args | Anton Hvornum | |
2019-11-29 | Forgot to setup args | Anton Hvornum | |
2019-11-29 | One step in fixing #20. User-given parameters override template. And next is ↵ | Anton Hvornum | |
reworking the inheritance structure of the templates | |||
2019-11-29 | Updated README to reflect parameter changes. | Anton Hvornum | |
2019-11-29 | Added debug | Anton Hvornum | |
2019-11-29 | Added --minimal to skip profile lookups completely. #29 | Anton Hvornum | |