Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
installer.py
Age
Commit message (
Expand
)
Author
2021-06-03
Add some safeguards to create directories before writing files
Dylan Taylor
2021-05-31
Remove comment that no longer applies
Dylan M. Taylor
2021-05-31
Moved return logic to not abort the iteration of kernels.
Anton Hvornum
2021-05-31
Creating multiple boot configs, based on the selected kernels. Not 100% sure ...
Anton Hvornum
2021-05-31
Creating PR
Anton Hvornum
2021-05-24
Added a number of on_<event> hooks for different stages of the installation.
Anton Hvornum
2021-05-24
Syncing in latest changes from master
Anton Hvornum
2021-05-23
Fixes #489
Anton Hvornum
2021-05-23
Spelling error
Anton Hvornum
2021-05-22
fixed bootloader flag not being set
advaithm
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-18
Remove unreachable code
Dylan M. Taylor
2021-05-18
Converted from subprocess.check_output() to SysCommand() to hide cpu_vendor()...
Anton Hvornum
2021-05-17
Reverted 2afc317. Using Path().unlink() instead on ucode if they exist.
Anton Hvornum
2021-05-17
Adding a pacman --overwrite declaration for ucodes.
Anton Hvornum
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Fix mutable default arguments
Dylan Taylor
2021-05-15
Remove some redundant parenthesis
Dylan Taylor
2021-05-15
More formatting fixes to satisfy PEP 8
Dylan Taylor
2021-05-15
f-string fixes
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
Remove unnecessary parenthesis
Dylan Taylor
2021-05-15
Fix partition -> part suggestion by Torxed
Dylan Taylor
2021-05-15
fix installer.py inconsistent tabs/spaces error
Dylan Taylor
2021-05-15
Some additional formatting
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-05-14
Fix microcode not getting added to base_packages before install
Dylan M. Taylor
2021-05-14
Adding a fallback systemd-boot install if writing variables failed.
Anton Hvornum
2021-05-14
Adding in a default timeout to systemd-boot, but only if no other timeout was...
Anton Hvornum
2021-05-14
Merge branch 'master' of github.com:archlinux/archinstall into torxed-fix-350
Anton Hvornum
2021-05-14
Merge branch 'master' of github.com:archlinux/archinstall into torxed-kernel-...
Anton Hvornum
2021-05-12
Merge branch 'master' of github.com:Torxed/archinstall into torxed-fix-350
Anton Hvornum
2021-05-12
Replaced the magic __builtin__ global variable. This should fix mypy complain...
Anton Hvornum
2021-05-01
Fix syntax error
builder_247
2021-04-30
Adding support for kernel params
Anton Hvornum
2021-04-30
Moved/Created mkinitcpio func
Anton Hvornum
2021-04-30
Moved mkinitcpio variables
Anton Hvornum
2021-04-29
Change how efibootmgr is installed
Dylan M. Taylor
2021-04-29
Partially revert hasUEFI grub/efibootmgr change to fix GRUB
Dylan M. Taylor
2021-04-29
Adding on_pacstrap hook for installation. As well as a plugins listing that p...
Anton Hvornum
2021-04-29
Added a postgresql application profile. (#383)
Anton Hvornum
2021-04-29
Cleaning up packages. (#374)
Anton Hvornum
2021-04-29
Fixes #350 hopefully. This reverts an old hotfix to make systemd-boot work wi...
Anton Hvornum
2021-04-28
removed pdb
advaithm
2021-04-28
log diffrent values when in bios mode
advaithm
2021-04-28
trying to fix always failing bootloader install
advaithm
2021-04-28
fixed kernel select
advaithm
2021-04-28
pdb traceing
advaithm
2021-04-27
Revert some merge resolve changes
SecondThundeR
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
[next]