Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-04-09Bringing in changes from masterAnton Hvornum
2021-04-09Change of variables to support new partition lookup.Anton Hvornum
2021-04-09Fixed some log output logic for the boot partition.Anton Hvornum
2021-04-09Fixed some log output logic for the boot partition.Anton Hvornum
2021-04-09Syntax errorAnton Hvornum
2021-04-09Started patching HOOKS and MODULES based on partition iteration. Also fixed s...Anton Hvornum
2021-04-09Wrong use of hostname in the set_hostname() function.Anton Hvornum
2021-04-09Fixed set_hostname() default.Anton Hvornum
2021-04-09Reworked Installation() to have self.target instead of self.mountpoint, to be...Anton Hvornum
2021-04-09Reworked Installation() to have self.target instead of self.mountpoint, to be...Anton Hvornum
2021-04-09Attempting default value None for block device to partition.Anton Hvornum
2021-04-09Wrong variable nameAnton Hvornum
2021-04-09Added disk helper function get_partitions_in_use(). Which returns which parti...Anton Hvornum
2021-04-09Wrong variable.Anton Hvornum
2021-04-09Made sure the mount target path exists before mounting.Anton Hvornum
2021-04-09Merge pull request #251 from advaithm/torxed-v2.2.0Anton Hvornum
2021-04-09Merge pull request #250 from insanemal/insanemal-patch-2Anton Hvornum
2021-04-09renamed driver.py to gfx_driver.py. also explictly check if we are using the ...advaithm
2021-04-09Off by one in generic_selection out of bounds checkInsanemal
2021-04-09Fix typo that causes crash when creating encrypted LUKS partition (closes #248)Alexander Seiler
2021-04-08Reworked the mkinitcpio configuration to be more robust according to the logi...Anton Hvornum
2021-04-08Starting implementing #124. The installer will be detatched from block device...Anton Hvornum
2021-04-08Merge pull request #243 from archlinux/torxed-patch-masterAnton Hvornum
2021-04-08I simplified the countdown, by moving it into it's own function instead of wr...Anton Hvornum
2021-04-08Remove nano from base packagesDylan M. Taylor
2021-04-08Added a safety check to verify that the encrypted partition exists at least b...Anton Hvornum
2021-04-08Wrong indentation on comment.Anton Hvornum
2021-04-08Merge branch 'master' into quality-of-lifeDylan M. Taylor
2021-04-08Disable post-install hooks for nowDylan Taylor
2021-04-08Add filtration on top level profileDylan Taylor
2021-04-08added _post_install hook.advaithm
2021-04-08Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08Fix incorrect behavior for empty sudo usernameSecondThundeR
2021-04-08Corrected for keymap before encrypt hookAnton Hvornum
2021-04-08Add console_scripts archinstall entry pointPyfisch
2021-04-08Switch to setup.cfgPyfisch
2021-04-08Update regex rule and move check to a functionSecondThundeR
2021-04-08Replace lowercase conversion with correct checkingSecondThundeR
2021-04-08Add lowercase conversion for usernamesSecondThundeR
2021-04-08Update installer.pyAnton Hvornum
2021-04-08Fix undefined variables in installerRuslan Kiyanchuk
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08sway, wayland specific files. drivers has also been split from xorgadvaithm
2021-04-07Assume yes is the user's intention if empty response for pipewire promptDylan Taylor
2021-04-07Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into torx...Dylan Taylor
2021-04-07Merge pull request #221 from advaithm/torxed-v2.2.0Anton Hvornum
2021-04-07Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into mini...Dylan Taylor
2021-04-07Remove ,newline='\n' so this branch works for testingDylan Taylor
2021-04-07Remove TODO line - it's functional and tested to work.Dylan M. Taylor