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
Age
Commit message (
Expand
)
Author
2021-05-31
Remove comment that no longer applies
Dylan M. Taylor
2021-05-31
Merge pull request #531 from Kibouo/master
Anton Hvornum
2021-05-31
Moved return logic to not abort the iteration of kernels.
Anton Hvornum
2021-05-31
Fixed a plugin issue where there are no plugins found.
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-30
Fix typo in error msg
Csonka Mihaly
2021-05-28
Pulled in latest master changes
Anton Hvornum
2021-05-27
Fix is_vm detection on real hardware
Dylan Taylor
2021-05-27
Change ordering of example profiles
Dylan M. Taylor
2021-05-27
made it more clear
nullrequest
2021-05-27
Make it more clear what the desktop profile does
nullrequest
2021-05-24
Added a number of on_<event> hooks for different stages of the installation.
Anton Hvornum
2021-05-24
Added/moved comments.
Anton Hvornum
2021-05-24
Added optional version handling. And improved error handling a bit.
Anton Hvornum
2021-05-24
Added a comment
Anton Hvornum
2021-05-24
Added better error handling.
Anton Hvornum
2021-05-24
Implemented load_plugin() which handles local or remote paths. Also added som...
Anton Hvornum
2021-05-24
Spelling error
Anton Hvornum
2021-05-24
Spelling error
Anton Hvornum
2021-05-24
Switched plugin strategty. Now uses built-in entrypoints to source and load t...
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
Forgot an important import.
Anton Hvornum
2021-05-22
Fixes docstrings.
Anton Hvornum
2021-05-22
Re-worked the select_profile() user interaction. It no longer takes options a...
Anton Hvornum
2021-05-22
Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use con...
Anton Hvornum
2021-05-22
fixed bootloader flag not being set
advaithm
2021-05-21
Merge pull request #495 from dylanmtaylor/patch-1
Anton Hvornum
2021-05-21
Merge pull request #485 from dylanmtaylor/post-installation-scripts
Anton Hvornum
2021-05-20
Add ArchInstall user-agent to mirror requests
Dylan M. Taylor
2021-05-20
Use {installation.target} in custom commands handler
Dylan Taylor
2021-05-20
Extract custom-commands function into general.py
Dylan Taylor
2021-05-20
Use pure Python code in filter_mirrors_by_region
JakobDev
2021-05-20
Merge pull request #488 from SimonPe/patch-1
Anton Hvornum
2021-05-20
look for default profiles in correct location
Simon Peeters
2021-05-19
very minor whitespace fixes
Dylan Taylor
2021-05-19
Added support for getting configuration from a config file (#364)
Yash Tripathi
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-18
Proofreading: Fix misc. spelling and grammar issues
Dylan Taylor
2021-05-18
Remove unreachable code
Dylan M. Taylor
2021-05-18
Remove PermissionError since it shadows the built-in of the same name
Dylan M. Taylor
2021-05-18
Merge pull request #468 from dylanmtaylor/patch-3
Anton Hvornum
2021-05-18
Incorrect variable names being used from copy paste.
Anton Hvornum
2021-05-17
Add missing urllib.error import
Dylan M. Taylor
2021-05-18
Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.
Anton Hvornum
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
[next]