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-03-21
Moved some info logs into debug instead to minimize user splash.
Anton Hvornum
2021-03-21
Added some debugging to help identify why archinstall cannot find unencrypted...
Anton Hvornum
2021-03-21
Spelling error on variable.
Anton Hvornum
2021-03-21
Moved the globalization of 'installation' variable. Since Profile() might be ...
Anton Hvornum
2021-03-20
Fixed #64. installation.set_timezone() already excisted since earlier version...
Anton Hvornum
2021-03-14
Made add_bootloader() a little bit more robust, it shouldn't overwrite the ex...
Anton Hvornum
2021-03-14
Added error handling for install_profile() if string vs Profile() is given as...
Anton Hvornum
2021-03-14
Removing hardcoded boot-loader config name. #51.
Anton Hvornum
2021-03-09
Fixed mirror-region parameter selection. Converting to actual mirrors.
Anton Hvornum
2021-01-30
don't pass encoding in locale argument, it is appended separately in set_locale
Philipp Schaffrath
2021-01-26
installer: Make sure networkd and resolved are enabled
Giancarlo Razzolini
2021-01-26
Merge pull request #90 from Reiddragon/master
Anton Hvornum
2021-01-26
Synced over the install log to the install medium upon Installer() __exit__. ...
Anton Hvornum
2021-01-26
Merge branch 'master' of github.com:Torxed/archinstall into improved-logging
Anton Hvornum
2021-01-26
Error in copy paste of function name.
Anton Hvornum
2021-01-26
Added enabling of systemd-networkd and systemd-resolvd in the copying of the ...
Anton Hvornum
2021-01-26
Corrected a error in the installation of iwd. The package was added to base_p...
Anton Hvornum
2021-01-25
Adding copy mode for #95 (#82). I wouldn't say this is a hacky way of doing i...
Anton Hvornum
2021-01-25
Adding copy mode for #95 (#82). I wouldn't say this is a hacky way of doing i...
Anton Hvornum
2021-01-25
Added a little print out to inform the user about where to find the log file ...
Anton Hvornum
2021-01-25
Added some more fields to the configuration output, as well as added a better...
Anton Hvornum
2021-01-24
Simpligied installer.log() to wrap output.log() with it's changes.
Anton Hvornum
2021-01-24
Trying to centralize the configuration for logging. Phasing out some paramete...
Anton Hvornum
2021-01-22
Added basic F2FS support
Reid
2021-01-22
replced slef.part with self.partition
advaithm
2021-01-22
fixex spaces in installer.py
advaithm
2021-01-22
xfs as partition option
advaithm
2020-12-09
Installer.mount() had accedental hard coded mountpoint.
Anton Hvornum
2020-12-07
Removing debug output
Anton Hvornum
2020-12-07
Fixing a strip glitch in `sys_command()` causing certain output to get trunca...
Anton Hvornum
2020-12-07
Minor tweaks
Anton Hvornum
2020-12-07
More debugging
Anton Hvornum
2020-12-07
Debug data
Anton Hvornum
2020-12-07
Type mismatch in genfstab()
Anton Hvornum
2020-12-07
Updated fstab to better match the given input
Anton Hvornum
2020-12-07
fstab incorrectly updated since many version ago
Anton Hvornum
2020-12-07
Debugging
Anton Hvornum
2020-12-07
Updated debug log output
Anton Hvornum
2020-12-07
Added some more log output regarding fstab.
Anton Hvornum
2020-12-07
Reverted genfstab changes.
Anton Hvornum
2020-12-07
Debugging
Anton Hvornum
2020-12-07
Making sure installation.mount() also triggers genfstab.
Anton Hvornum
2020-12-06
Check if directory exists before mounting
Anton Hvornum
2020-12-06
Swapped order of partition vs mountpoint in installation.mount()
Anton Hvornum
2020-12-06
Attempting to select drives by size and/or id
Anton Hvornum
2020-11-11
Added minor error handling in installer.set_keyboard_language()
Anton Hvornum
2020-11-11
Added a simple INI handler, and a helper function under Installer().configure...
Anton Hvornum
2020-11-08
Updated documentation
Anton Hvornum
2020-11-04
Tweaked some log messages in archinstall.Installer()
Anton Hvornum
2020-11-04
installer.log() should not be a property.
Anton Hvornum
[next]