Commit Graph

565 Commits

Author SHA1 Message Date
Anton Hvornum 377868cfcd
Merge pull request #40 from Torxed/annotations
Changed logo URL.
2020-07-06 21:15:49 +00:00
Anton Hvornum 7c5349fe98 Changed logo URL. 2020-07-06 23:15:07 +02:00
Anton Hvornum 0c57871f3b
Merge pull request #39 from Torxed/annotations
v2.0.1
2020-07-06 21:02:03 +00:00
Anton Hvornum f840f9e714
Merge branch 'master' into annotations 2020-07-06 21:01:51 +00:00
Anton Hvornum e54e870f51 Hotfix for pypi 2020-07-06 22:56:46 +02:00
Anton Hvornum d32301e827 Prepped readme for pypi. Also updated setup.py to reflect a better project name when uploading to pypi. 2020-07-06 22:53:31 +02:00
Anton Hvornum 7545b128d8 Prepped readme for pypi. Also updated setup.py to reflect a better project name when uploading to pypi. 2020-07-06 22:52:54 +02:00
Anton Hvornum 37b50ca119
Absolute paths for pictures 2020-07-06 22:51:18 +02:00
Anton Hvornum f8c337c3ae Adding some more gitignores 2020-07-06 22:29:46 +02:00
Anton Hvornum 9866672b5e Moved the example installation to examples 2020-07-06 22:26:29 +02:00
Anton Hvornum 8764de14c9 Renaming deployments to profiles 2020-07-06 22:23:52 +02:00
Anton Hvornum d723dcf0d7 Renaming deployments to profiles 2020-07-06 22:23:29 +02:00
Anton Hvornum 4167946d81 Merge branch 'annotations' of github.com:Torxed/archinstall into annotations 2020-07-06 22:20:41 +02:00
Anton Hvornum f7d3022cc8 Reworked final preparations for working with profiles and installing them. 2020-07-06 22:20:34 +02:00
Anton Hvornum e30208c01c
Update awesome.json 2020-07-06 21:43:32 +02:00
Anton Hvornum 5070575a7f
Update awesome.json 2020-07-06 21:35:49 +02:00
Anton Hvornum db528d8676 Pointed the images to the new docs location 2020-07-06 18:46:12 +02:00
Anton Hvornum 2d4500c76c Merge branch 'annotations' of github.com:Torxed/archinstall into annotations 2020-07-06 18:44:50 +02:00
Anton Hvornum b4a6f03b96 Converted the lib to a pip supported structure to make packaging easier. Also tweaked some minor issues and added the AUR function 2020-07-06 18:44:42 +02:00
Anton Hvornum 4885a5b35e
Merge pull request #38 from Torxed/add-license-1
Create LICENSE
2020-07-06 16:09:51 +00:00
Anton Hvornum e659d9a452
Create LICENSE 2020-07-06 18:09:35 +02:00
Anton Hvornum 7f90d7186d
Changing license model.
This is done since the project is getting closer to a production ready release. Although not fully there yet :)
2020-07-06 18:08:44 +02:00
Anton Hvornum ff9475ffe4 Changed mount function, since libc can't handle loop devices automatically without some how probing partitions? 2020-07-06 16:43:29 +02:00
Anton Hvornum 0dfc0d6195 Fixed so that partition listing doesn't overwrite on each request, ruining some checks down the line if the filesystem has been formatted or not 2020-07-06 16:23:23 +02:00
Anton Hvornum 94f8d90121 Added a PArtition() class that supports mounting and formatting. Also 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-06 15:46:19 +02:00
Anton Hvornum f0bc987e1b
Update README.md 2020-07-01 08:54:14 +02:00
Anton Hvornum c986ffd409
Update README.md 2020-06-30 22:10:32 +02:00
Anton Hvornum 568acc4a87
Update README.md 2020-06-30 22:02:46 +02:00
Anton Hvornum 9ea9589042
Update README.md 2020-06-30 21:51:41 +02:00
Anton Hvornum 0399df8c25 Working partition and encryption+mount phase. Now to the installer and re-work that. 2020-06-30 21:22:28 +00:00
Anton Hvornum 067b31b1aa
Update README.md 2020-06-29 12:28:35 +02:00
Anton Hvornum 5ae18b80fd Starting to rework the entire codebase to be context friendly. Annotations is next after one successful install. 2020-06-29 08:55:25 +00:00
Anton Hvornum 89ecdee763
Update README.md 2020-06-28 18:35:03 +02:00
Anton Hvornum 0bff213f75
Added a new logo 2020-06-28 16:34:05 +00:00
Jay Bent 6c484a6b3f Fixed typo breaking local profiles 2020-04-03 13:57:13 +02:00
Anton Hvornum de3c865a04 Debugging 2020-03-16 23:48:07 +01:00
Anton Hvornum e39e8014a9 More debugging 2020-03-16 21:15:50 +01:00
Anton Hvornum e0f1e1b5fd Trying to weed out dual logging. 2020-03-16 20:49:15 +01:00
Anton Hvornum 0e8bbb946d Enhanced debug message. 2020-03-16 20:42:13 +01:00
Anton Hvornum 5d39c4b5c5 Added argument passing for set_locale() 2020-03-16 18:09:19 +01:00
Anton Hvornum 20d64e445a Fixing a more transparent argument passing all the way down to the actual command begin executed. Hoping this will enable better error output in the future 2020-03-16 17:51:13 +01:00
Anton Hvornum 940869da6c Fix for previous commit, indent issue and a missing else 2020-03-16 17:22:42 +01:00
Anton Hvornum cab78fee0a New feature: input_redirect in cleanup_args(). Since this function might be 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 17:20:26 +01:00
Anton Hvornum 113c7c23b0 Moved set_locale() from configure_base_system as it is its own step in a way. 2020-03-16 16:28:10 +01:00
Anton Hvornum 9aebd49fdb Adding more debug output. 2020-03-16 15:20:18 +01:00
Anton Hvornum 3393c94f08 New function: add_custom_mirror(). Adds a custom mirror to /etc/pacman.conf with SigLevel set to Optional and TrustAll by default. 2020-03-16 15:06:36 +01:00
Anton Hvornum b5a9702230 New function: prerequisit_check(). Moved the exit-if-not-uefi logic into a 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 11:46:57 +01:00
Anton Hvornum f800d44b2d New function: create_user(). Simple user creations, not many options for now. 2020-03-16 11:14:33 +01:00
Anton Hvornum ef088bc624 New function: set_locale(). Takes a format string of either a full 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-16 10:31:42 +01:00
Anton Hvornum 2f283a4338 Changed client to worker, more correct. 2020-03-15 20:45:56 +00:00