Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06Reworked final preparations for working with profiles and installing them.Anton Hvornum
2020-07-06Pointed the images to the new docs locationAnton Hvornum
2020-07-06Merge branch 'annotations' of github.com:Torxed/archinstall into annotationsAnton Hvornum
2020-07-06Converted the lib to a pip supported structure to make packaging easier. ↵Anton Hvornum
Also tweaked some minor issues and added the AUR function
2020-07-06Merge pull request #38 from Torxed/add-license-1Anton Hvornum
Create LICENSE
2020-07-06Create LICENSEAnton Hvornum
2020-07-06Changing license model.Anton Hvornum
This is done since the project is getting closer to a production ready release. Although not fully there yet :)
2020-07-06Changed mount function, since libc can't handle loop devices automatically ↵Anton Hvornum
without some how probing partitions?
2020-07-06Fixed so that partition listing doesn't overwrite on each request, ruining ↵Anton Hvornum
some checks down the line if the filesystem has been formatted or not
2020-07-06Added a PArtition() class that supports mounting and formatting. Also ↵Anton Hvornum
reworked the installation flow a bit to be a bit more clear while sacrificing some automation. Maybe I'll revert some changes and 'automatically' do certain things, but for now this shouldn't impact anyone to much
2020-07-01Update README.mdAnton Hvornum
2020-06-30Update README.mdAnton Hvornum
2020-06-30Update README.mdAnton Hvornum
2020-06-30Update README.mdAnton Hvornum
2020-06-30Working partition and encryption+mount phase. Now to the installer and ↵Anton Hvornum
re-work that.
2020-06-29Starting to rework the entire codebase to be context friendly. Annotations ↵Anton Hvornum
is next after one successful install.
2020-06-28Update README.mdAnton Hvornum
2020-06-28Added a new logoAnton 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 ↵Anton Hvornum
command begin executed. Hoping this will enable better error output in the future
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 ↵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-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 ↵Anton Hvornum
with SigLevel set to Optional and TrustAll by default.
2020-03-16New 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-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 ↵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-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 ↵Anton Hvornum
to sys_command forces it to send each output block to the callback. Useful to create progressbars etc.
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 ↵Anton Hvornum
just to be safe.
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 ↵Anton Hvornum
mirrors prior to adding specific ones.
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 ↵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-26Error check on get_instructions to ignore .json at the end.Anton Hvornum
2019-12-26Added more loggingAnton Hvornum
2019-12-26Merge pull request #37 from Torxed/labAnton Hvornum
Lab
2019-12-26Added more loggingAnton Hvornum
2019-12-26Merge branch 'master' of github.com:Torxed/archinstallAnton Hvornum
2019-12-26Added more debugging to systemd journaldAnton Hvornum
2019-12-25Merge pull request #36 from Torxed/cleanupAnton Hvornum
Cleanup