index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-06 | Swapped print for log and added return values | Anton Hvornum | |
2021-04-06 | Some language correction and function handling | Anton Hvornum | |
I more or less copied the language from i3-wm as it was more correct. Also converted `print()` into `installation.log()` so that we can get some color control and end up in the debug log. Finally, I added a try/except to handle potential crashes and return return values, since otherwise this would happen every run: * https://github.com/archlinux/archinstall/pull/190/files#diff-98d75a109b5337cd7d7c948d2cfc2379bcc51be22dfa3ca6491765f0e0bcaaabR349-R355 | |||
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-05 | fixed subprocess call | advaithm | |
2021-04-05 | Update guided.py | advaithm | |
2021-04-05 | use subprocess to launch the shell | advaithm | |
2021-04-05 | add shell drop for i3 and i3-gaps | advaithm | |
2021-04-05 | Revert "Fixed issue with no network configueration" | advaithm | |
This reverts commit dbe7f3fcb8fa71d14bb27a9963d841cc12007117. | |||
2021-04-05 | add i3-wm and i3-gaps support | advaithm | |
2021-04-04 | Fixed issue with no network configueration | advaithm | |
2021-04-04 | fixed network manager check | Advaith Madhukar | |
2021-04-04 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-04 | moved around the if block | advaithm | |
2021-04-04 | fixed typo | advaithm | |
2021-04-04 | install networkmanager, if required | advaithm | |
2021-04-04 | updated guided.py to allow network manager as nic | advaithm | |
2021-04-04 | Revert "Revert "added hardwareincompatibilty erros and updated readme"" | advaithm | |
This reverts commit 15925170423134025fa8aa34e5397185e4093e13. | |||
2021-04-04 | Revert "added hardwareincompatibilty erros and updated readme" | advaithm | |
This reverts commit b5e32f980a27f272c1e3c42969323dff82617a84. | |||
2021-04-04 | networkmanager support | advaithm | |
2021-04-02 | added hardwareincompatibilty erros and updated readme | advaithm | |
2021-04-02 | changed __enter__ | advaithm | |
2021-04-02 | accidentlly called dict as function | advaithm | |
2021-04-02 | fixed some issues with the changes | advaithm | |
2021-04-02 | updated to latest commits | advaithm | |
2021-03-30 | Merge pull request #132 from kpcyrd/range-check | Anton Hvornum | |
Add range check to generic_select | |||
2021-03-30 | Add range check to disk selection | kpcyrd | |
2021-03-30 | Add range check to generic_select | kpcyrd | |
2021-03-29 | Merge pull request #125 from Torxed/torxed-v2.2.3 | Anton Hvornum | |
Fixes encrypted -> non-encrypted setups | |||
2021-03-29 | Removed debugging and finalized fix. | Anton Hvornum | |
2021-03-29 | Added some debugging. | Anton Hvornum | |
2021-03-29 | Adding .encrypted logic after .format calls to correctly identify partitions ↵ | Anton Hvornum | |
as encrypted/not-encrypted. This after a .flush_cache has been called. | |||
2021-03-29 | Added some debugging. | Anton Hvornum | |
2021-03-29 | Reworking cache logic to not loose .encrypted flag on partitions after ↵ | Anton Hvornum | |
flushing cache. | |||
2021-03-29 | Rolling back change to check parent blockdevice for safe formatting, it ↵ | Anton Hvornum | |
would wipe the boot partition if the boot partition for multiple drives was shared on the specific drive. | |||
2021-03-29 | Removing a flush of the cache that was excessive. | Anton Hvornum | |
2021-03-29 | Experimenting with cache, carrying over .allow_formatting | Anton Hvornum | |
2021-03-29 | Experimenting with carrying over flags across cache flush. This to solve ↵ | Anton Hvornum | |
issues when flush is cleared and target mountpoints gets lost, making it impossible to do .find_mountpoint('/') later on for instance. | |||
2021-03-29 | Allowing individual partitions safety checks to rely on the parent ↵ | Anton Hvornum | |
blockdevice keep_partitions status. | |||
2021-03-29 | Added support for flushing a BlockDevice() cache after a partition has been ↵ | Anton Hvornum | |
formatted. This is to avoid internal confusion of which partitions are encrypted or not when going from Encrypted -> Un-encrypted setups. | |||
2021-03-29 | Toned down the debugging a bit. | Anton Hvornum | |
2021-03-29 | Moved some debugging to catch more variable settings. | Anton Hvornum | |
2021-03-29 | Adding callstack to debug output for easier debugging. Removed hardcoded ↵ | Anton Hvornum | |
debug crash | |||
2021-03-29 | Debugging | Anton Hvornum | |
2021-03-29 | Merge pull request #123 from Torxed/torxed-v2.2.3 | Anton Hvornum | |
Reverting .strip() logic and moving the check into the get_password()… | |||
2021-03-29 | Merge pull request #122 from Didr/patch-1 | Anton Hvornum | |
Fix spelling error in filesystem choice | |||
2021-03-29 | Reverting .strip() logic and moving the check into the get_password() function. | Anton Hvornum | |
2021-03-29 | Fix spelling error in filesystem choice | Didr | |
Fixes a simple spelling error when the user is asked to select a filesystem. "Select which filesystem your main partition should use (by number **of** name)" should be **or**. | |||
2021-03-29 | Merge pull request #121 from Torxed/torxed-v2.2.3 | Anton Hvornum | |
Torxed v2.2.3 | |||
2021-03-29 | Adding some overclarification to encryption checks. | Anton Hvornum | |
2021-03-29 | Fixing rare occation where partitions dissapear just before .format(). | Anton Hvornum | |