index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Enabled skipping partitioning in minimal. It now can take /mnt just as ↵ | Anton Hvornum | |
guided as it's destination, and skips partitioning all together. Which makes it go straight to installation. | |||
2021-04-09 | Removed some debugging auto-unmount | Anton Hvornum | |
2021-04-09 | Attempting to fix auto-detection of encrypted drives. So that #124 can ↵ | Anton Hvornum | |
perform reverse detection on partitions and detect encryption. | |||
2021-04-09 | Moved the 'use /mnt' logic to during disk selection. | Anton Hvornum | |
2021-04-09 | Removed some debugging | Anton Hvornum | |
2021-04-09 | Added some debugging | Anton Hvornum | |
2021-04-09 | Added a 'use /mnt' option to the formatted #124. This has not yet been ↵ | Anton Hvornum | |
tested, but the logic should work according to the new API layout for Installation(). | |||
2021-04-09 | Removed 'getpass' from imports. | Anton Hvornum | |
2021-04-09 | Bringing in changes from master | Anton Hvornum | |
2021-04-09 | Forgot to give a password during encryption. | Anton Hvornum | |
2021-04-09 | Merge pull request #252 from dylanmtaylor/patch-4 | Anton Hvornum | |
As pointed out to me, sway doesn't officially support display managers | |||
2021-04-09 | Merge pull request #253 from dylanmtaylor/patch-6 | Anton Hvornum | |
Add the sway packages from advaithm's 2.2.0 sway work | |||
2021-04-09 | Setting .encrypted flag in minimal. | Anton Hvornum | |
2021-04-09 | Change of variables to support new partition lookup. | Anton Hvornum | |
2021-04-09 | Fixed some log output logic for the boot partition. | Anton Hvornum | |
2021-04-09 | Fixed some log output logic for the boot partition. | Anton Hvornum | |
2021-04-09 | Syntax error | Anton Hvornum | |
2021-04-09 | Started patching HOOKS and MODULES based on partition iteration. Also fixed ↵ | Anton Hvornum | |
some pseudo code. | |||
2021-04-09 | As pointed out to me, sway doesn't officially support display managers | Dylan M. Taylor | |
2021-04-09 | Add the sway packages from advaithm's 2.2.0 sway work | Dylan M. Taylor | |
Remove sddm | |||
2021-04-09 | Wrong use of hostname in the set_hostname() function. | Anton Hvornum | |
2021-04-09 | Fixed set_hostname() default. | Anton Hvornum | |
2021-04-09 | Reworked Installation() to have self.target instead of self.mountpoint, to ↵ | Anton Hvornum | |
be more consistent and remove the hits that it has anything to do with partitions/hardware. | |||
2021-04-09 | Reworked Installation() to have self.target instead of self.mountpoint, to ↵ | Anton Hvornum | |
be more consistent and remove the hits that it has anything to do with partitions/hardware. | |||
2021-04-09 | Attempting default value None for block device to partition. | Anton Hvornum | |
2021-04-09 | Wrong variable name | Anton Hvornum | |
2021-04-09 | Added disk helper function get_partitions_in_use(). Which returns which ↵ | Anton Hvornum | |
partions are being used at a given mount location, including children. | |||
2021-04-09 | Wrong variable. | Anton Hvornum | |
2021-04-09 | Made sure the mount target path exists before mounting. | Anton Hvornum | |
2021-04-09 | Merge pull request #250 from insanemal/insanemal-patch-2 | Anton Hvornum | |
OOB in generic_selection | |||
2021-04-09 | Merge pull request #247 from dylanmtaylor/patch-3 | Anton Hvornum | |
draft: Cherry-Pick i3 Profiles and Make Common i3 Package | |||
2021-04-09 | Merge pull request #246 from dylanmtaylor/patch-2 | Anton Hvornum | |
Add vim to desktop packages as having different editors to choose from is good | |||
2021-04-09 | Merge pull request #249 from goggle/patch-248 | Anton Hvornum | |
Fix typo that causes crash when creating encrypted LUKS partition (closes #248) | |||
2021-04-09 | Off by one in generic_selection out of bounds check | Insanemal | |
Out of bounds check in generic_selection is using >= on list. Lists are zero based. If you put in a value that equals the number of items in the list you get an out of bounds error. Removed the equals part of the test as last item in list/dictionary items is len(list)-1 not len(list) | |||
2021-04-09 | Fix typo that causes crash when creating encrypted LUKS partition (closes #248) | Alexander Seiler | |
2021-04-08 | This might work to make the i3 profiles as small as possible | Dylan Taylor | |
2021-04-08 | Remove post-install hooks from i3 profiles | Dylan Taylor | |
2021-04-08 | Move more logic into common profile | Dylan Taylor | |
2021-04-08 | Move common packages to common i3 profile | Dylan Taylor | |
2021-04-08 | Add is_top_level_profile = False to i3 profiles | Dylan Taylor | |
2021-04-08 | Swapped print for log and added return values | Anton Hvornum | |
2021-04-08 | Noticed that some KDE instances weren't changed to i3 when copying | Dylan M. Taylor | |
Another one | |||
2021-04-08 | 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-08 | added _post_install hook. | advaithm | |
2021-04-08 | add i3-wm and i3-gaps support | advaithm | |
2021-04-08 | Add i3 profile to desktop.py | Dylan M. Taylor | |