Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-21Spell "environment" correctlyj-james
2021-01-20Merge pull request #79 from grazzolini/installationAnton Hvornum
Change the documentation now that archinstall is on the official repo…
2021-01-20Change the documentation now that archinstall is on the official repositoriesGiancarlo Razzolini
Changed README.md to not use sudo pip anymore and point users to use pacman instead. We go into more detail on the docs. Changed binary.rst to point to the official repositories too. Changed python.rst to point to using the official repositories for the installation of both the archinstall script or for just installing the library (archinstall depends on python-archinstall).
2021-01-20Updated hashsums to latest version: v2.1.0Anton Hvornum
2021-01-20Version bump. All future releases will now be PGP-signed.Anton Hvornum
2021-01-19Expanded a shortening.Anton Hvornum
2021-01-19Merge pull request #77 from Torxed/fix_typosAnton Hvornum
Fix typos
2021-01-19Expanded a shortening.Anton Hvornum
2021-01-19Merging in master changes into grazzolini's typo fixesAnton Hvornum
2021-01-19Fixed #76 and created PGP keys.Anton Hvornum
2021-01-19Added a profile for alacritty as well as tweaked the awesome profile and ↵Anton Hvornum
application profile.
2021-01-19Merge pull request #75 from grazzolini/fix_typosAnton Hvornum
CONTRIBUTING: Fix typos
2021-01-11CONTRIBUTING: Fix typosGiancarlo Razzolini
Fixed some typos on the CONTRIBUTING.md document.
2020-12-09Installer.mount() had accedental hard coded mountpoint.Anton Hvornum
2020-12-07Removing debug outputAnton Hvornum
2020-12-07Fixing a strip glitch in `sys_command()` causing certain output to get ↵Anton Hvornum
truncated in unwanted places (like fstab)
2020-12-07Minor tweaksAnton Hvornum
2020-12-07More debuggingAnton Hvornum
2020-12-07Debug dataAnton Hvornum
2020-12-07Type mismatch in genfstab()Anton Hvornum
2020-12-07Updated fstab to better match the given inputAnton Hvornum
2020-12-07fstab incorrectly updated since many version agoAnton Hvornum
Updated `genfstab()` to approprately generate a correct fstab for mounted filesystems used in `installation.mountpoint`.
2020-12-07DebuggingAnton Hvornum
2020-12-07Updated debug log outputAnton Hvornum
2020-12-07Added some more log output regarding fstab.Anton Hvornum
2020-12-07Reverted genfstab changes.Anton Hvornum
But placed genfstab in the Installation() __exit__ as the last action performed.
2020-12-07DebuggingAnton Hvornum
2020-12-07Making sure installation.mount() also triggers genfstab.Anton Hvornum
Since it's a installation specific mount, we need to re-create genfstab. Also corrected genfstab flags as well as added an option to override the >> (append) operator to become a write-over operator.
2020-12-07Potential solution for #67Anton Hvornum
It's a 0.025 second sleep waiting for the partition to pop up in partprobe. Also added a grace period of 10 seconds for that to occur. Otherwise we'll throw an exception since something most likely broke down. (Note here: Older drives, say 6200 RPM spin disks, might take a few seconds to come online. Have no such hardware to test with, but worth testing)
2020-12-07Final verification of issueAnton Hvornum
2020-12-07Removed debuggingAnton Hvornum
2020-12-07Tweaked debugging a bitAnton Hvornum
2020-12-07Update disk.pyAnton Hvornum
2020-12-07Removing one debug step to debug deeper.Anton Hvornum
2020-12-07Spelling errorAnton Hvornum
2020-12-07Adding some debugging for #67Anton Hvornum
2020-12-06Check if directory exists before mountingAnton Hvornum
2020-12-06Swapped order of partition vs mountpoint in installation.mount()Anton Hvornum
2020-12-06Fix for last commitAnton Hvornum
2020-12-06Mixup with the variableAnton Hvornum
2020-12-06Merge pull request #72 from Torxed/drive-selectAnton Hvornum
selecting disk by id/size should return a BlockDevice()
2020-12-06selecting disk by id/size should return a BlockDevice()Anton Hvornum
2020-12-06Attempting to select drives by size and/or idAnton Hvornum
2020-12-06Merge pull request #71 from Torxed/drive-selectAnton Hvornum
Attempting to select drives by size and/or id
2020-12-06Updated hash in PKGBUILDAnton Hvornum
2020-12-06Updated hash of PKGBUILDAnton Hvornum
2020-12-06Updated hash for PKGBUILDAnton Hvornum
2020-12-06Version bump in docsAnton Hvornum
2020-12-06Version bump: 2.0.6Anton Hvornum
Packaging for release.
2020-12-06Variable issue in Application() from the latest change.Anton Hvornum