index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | If user does not change keyboard language, log it. | Dylan M. Taylor | |
2021-04-11 | Merge pull request #181 from zosman1/enhancement-systemd-service-wrapper | Anton Hvornum | |
Allow multiple services to be enabled at once | |||
2021-04-11 | Fixed PR #273. Moved the graphic drivers into hardware since they are ↵ | Anton Hvornum | |
hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports. | |||
2021-04-10 | Fix issue #263 | Dylan Taylor | |
2021-04-10 | Multiple restructuring changes | Dylan Taylor | |
2021-04-10 | Show size in partition string representation | Dylan Taylor | |
2021-04-10 | PR #271: (breaking changes) This fixes #124 and some more | Anton Hvornum | |
(breaking changes) This fixes #124 and some more | |||
2021-04-10 | Pulled in master to avoid merge conflicts. | Anton Hvornum | |
2021-04-10 | fix typo | NicoHood | |
2021-04-10 | Added a #TODO | Anton Hvornum | |
2021-04-10 | Modified encrypted partitions to use partuuid for now. | Anton Hvornum | |
2021-04-09 | Merge branch 'master' into enhancement-systemd-service-wrapper | Zach Osman | |
2021-04-10 | Fixing UUID on encrypted partitions. | Anton Hvornum | |
2021-04-09 | Removed some debugging. | Anton Hvornum | |
2021-04-09 | List function call error. | 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 | Attempting to correct some inconsitencies in disk-parent reporting. | 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 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-09 | moved around the if block | advaithm | |
2021-04-09 | fixed typo | advaithm | |
2021-04-09 | networkmanager support | advaithm | |
2021-04-09 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-09 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-09 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-09 | Moved the 'use /mnt' logic to during disk selection. | 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 | Bringing in changes from master | 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 | 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 #251 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
Split drivers from xorg and create a seprate profile for wayland. Remove the use of sddm from sway and raise issues with the nvidia drivers | |||
2021-04-09 | Merge pull request #250 from insanemal/insanemal-patch-2 | Anton Hvornum | |
OOB in generic_selection | |||
2021-04-09 | renamed driver.py to gfx_driver.py. also explictly check if we are using the ↵ | advaithm | |
propritery nvidia drivers | |||
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 | Reworked the mkinitcpio configuration to be more robust according to the ↵ | Anton Hvornum | |
logic behind #91 and in prep for #145. Also in prep for #124 the lookup of partitions have been prepared here. We now need a reverse-lookup function. |