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-11-05
Fixed broken import from master
Anton Hvornum
2021-11-05
Fixed broken import from master (GRUB non-EFI might be wonky)
Anton Hvornum
2021-11-05
Stripped down the default zram configuration for zram-generator
Anton Hvornum
2021-11-05
Merged latest master
Anton Hvornum
2021-11-05
Merged in master changes
Anton Hvornum
2021-11-05
Fix import systemd.Boot
Anton Hvornum
2021-11-05
Added more information to the NTP log line.
Anton Hvornum
2021-11-05
Renamed the ntp function, as it doesn't install/enable ntp any longer. Even t...
Anton Hvornum
2021-11-05
Merge branch 'master' of github.com:archlinux/archinstall into torxed-fix-682
Anton Hvornum
2021-11-05
Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...
Anton Hvornum
2021-11-02
flake8 fix, trailing semicolon
Anton Hvornum
2021-11-02
Made sure there's a default config that's 'sane'
Anton Hvornum
2021-11-02
Removed pacstrap of ntpd as it's redundant. Also enabled the systemd-timesync...
Anton Hvornum
2021-11-02
Changed from ntpd service to systemd-timesyncd.
Anton Hvornum
2021-11-01
Improved run_as for installation.arch_chroot()
Anton Hvornum
2021-11-01
Adding in enabling of zram service
Anton Hvornum
2021-11-01
Adding support for swap on zram
Anton Hvornum
2021-10-30
Wrong lib import path
Anton Hvornum
2021-10-30
Added some error handling to mount points not getting mounted properly.
Anton Hvornum
2021-10-30
Added creating and mounting of subvolume structure for BTRFS.
Anton Hvornum
2021-09-17
Removing /tmp from fstab
Anton Hvornum
2021-09-14
Moved --noconfirm at the end of the pacstrap command to get piped properly to...
Anton Hvornum
2021-09-13
Merging latest changes
Anton Hvornum
2021-09-13
Added --noconfirm to pacstrap and increased logging verbosity when packages f...
Anton Hvornum
2021-09-12
Removed legacy need to add_bootloader
Anton Hvornum
2021-09-06
Merged in master.
Anton Hvornum
2021-07-07
Fix encryption + grub both in UEFI and BIOS systems.
Hamad Al Marri
2021-06-13
Removed old safety logics for partitions. Partitions will now always be forma...
Anton Hvornum
2021-06-13
This fixes https://github.com/archlinux/archinstall/pull/426#discussion_r6503...
Anton Hvornum
2021-06-11
Made it so that the .partitions property of Install() fetches from live data,...
Anton Hvornum
2021-06-10
Fixed format detection on commands, should be using exit codes instead?
Anton Hvornum
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
[next]