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
Age
Commit message (
Collapse
)
Author
2021-04-13
Fixing a logic issue with ask_to_configure_network(). It no longer returns ↵
Anton Hvornum
None if skipped, it returns a dict so that we can do sub-level logic checks in guided.
2021-04-13
Added option to not touch mirror-list. Example if archlinux.org times out, ↵
Anton Hvornum
use the existing mirror-list without trying to overwrite it.
2021-04-13
Merge pull request #295 from dylanmtaylor/patch-3
Anton Hvornum
Default timezone to UTC (very useful for servers)
2021-04-13
Merge pull request #289 from dylanmtaylor/chroot-prompt
Anton Hvornum
Implement chroot prompt after successful installation
2021-04-13
Merge pull request #293 from JakobDev/osystemfix
Anton Hvornum
Replace os.system with subprocess.call
2021-04-12
Implement function to set the shell for a user (#291)
Dylan M. Taylor
2021-04-12
Default timezone to UTC (very useful for servers)
Dylan M. Taylor
Update user_interaction.py
2021-04-12
Move logic to guided
Dylan Taylor
2021-04-12
Adding some error handling to list_mirrors()
Anton Hvornum
2021-04-12
Implement chroot prompt after successful installation
Dylan Taylor
Try os.subprocess Revert to subprocess.check_call
2021-04-12
Replace os.system with subprocess.call
JakobDev
2021-04-12
Moving warning about UEFI to guided for now.
Anton Hvornum
2021-04-12
Moving warning about UEFI to guided for now.
Anton Hvornum
2021-04-12
Merge pull request #281 from dylanmtaylor/patch-2
Anton Hvornum
If user does not change keyboard language, log it.
2021-04-11
Fix MBR & GRUB warning change
Dylan M. Taylor
2021-04-12
Fixed a keyword argument
Anton Hvornum
2021-04-12
Update __init__.py
Anton Hvornum
2021-04-12
Added some bold colors
Anton Hvornum
2021-04-12
Adds a warning for UEFI not on
Anton Hvornum
2021-04-11
Make it yellow
Dylan M. Taylor
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-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
[next]