index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Merge pull request #87 from grazzolini/fix_networking | Anton Hvornum | |
examples/guided: Enable systemd-resolved | |||
2021-01-21 | examples/guided: Enable systemd-resolved | Giancarlo Razzolini | |
If we enable systemd-networkd and do not enable systemd-resolved, the installed system is left on a state where it has networking, but can resolve any hostnames. It is required to have systemd-resolved enabled if any .network file has a DNS entry or is using DHCP=yes. https://wiki.archlinux.org/index.php/Systemd-networkd#Required_services_and_setup | |||
2021-01-21 | Added nullrequest to the contributors list. | Anton Hvornum | |
2021-01-21 | Merge pull request #84 from advaithm/master | Anton Hvornum | |
reworked kde.py to use sddm instead of hacking xinitrc | |||
2021-01-21 | Spell "environment" correctly | j-james | |
2021-01-21 | reworked kde.py to use sddm instead of hacking xinitrc | advaithm | |
2021-01-20 | Merge pull request #79 from grazzolini/installation | Anton Hvornum | |
Change the documentation now that archinstall is on the official repo… | |||
2021-01-20 | Change the documentation now that archinstall is on the official repositories | Giancarlo 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-20 | Updated hashsums to latest version: v2.1.0 | Anton Hvornum | |
2021-01-20 | Version bump. All future releases will now be PGP-signed. | Anton Hvornum | |
2021-01-19 | Expanded a shortening. | Anton Hvornum | |
2021-01-19 | Merge pull request #77 from Torxed/fix_typos | Anton Hvornum | |
Fix typos | |||
2021-01-19 | Expanded a shortening. | Anton Hvornum | |
2021-01-19 | Merging in master changes into grazzolini's typo fixes | Anton Hvornum | |
2021-01-19 | Fixed #76 and created PGP keys. | Anton Hvornum | |
2021-01-19 | Added a profile for alacritty as well as tweaked the awesome profile and ↵ | Anton Hvornum | |
application profile. | |||
2021-01-19 | Merge pull request #75 from grazzolini/fix_typos | Anton Hvornum | |
CONTRIBUTING: Fix typos | |||
2021-01-11 | CONTRIBUTING: Fix typos | Giancarlo Razzolini | |
Fixed some typos on the CONTRIBUTING.md document. | |||
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 ↵ | Anton Hvornum | |
truncated in unwanted places (like fstab) | |||
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 | |
Updated `genfstab()` to approprately generate a correct fstab for mounted filesystems used in `installation.mountpoint`. | |||
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 | |
But placed genfstab in the Installation() __exit__ as the last action performed. | |||
2020-12-07 | Debugging | Anton Hvornum | |
2020-12-07 | Making 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-07 | Potential solution for #67 | Anton 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-07 | Final verification of issue | Anton Hvornum | |
2020-12-07 | Removed debugging | Anton Hvornum | |
2020-12-07 | Tweaked debugging a bit | Anton Hvornum | |
2020-12-07 | Update disk.py | Anton Hvornum | |
2020-12-07 | Removing one debug step to debug deeper. | Anton Hvornum | |
2020-12-07 | Spelling error | Anton Hvornum | |
2020-12-07 | Adding some debugging for #67 | 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 | Fix for last commit | Anton Hvornum | |
2020-12-06 | Mixup with the variable | Anton Hvornum | |
2020-12-06 | Merge pull request #72 from Torxed/drive-select | Anton Hvornum | |
selecting disk by id/size should return a BlockDevice() | |||
2020-12-06 | selecting disk by id/size should return a BlockDevice() | Anton Hvornum | |
2020-12-06 | Attempting to select drives by size and/or id | Anton Hvornum | |
2020-12-06 | Merge pull request #71 from Torxed/drive-select | Anton Hvornum | |
Attempting to select drives by size and/or id | |||
2020-12-06 | Updated hash in PKGBUILD | Anton Hvornum | |