index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Variable issue in Application() from the latest change. | Anton Hvornum | |
2020-12-06 | Making list_examples() results cached | Anton Hvornum | |
This to lock in found modules, in case paths dissapear during runtime. | |||
2020-12-06 | More debugging | Anton Hvornum | |
2020-12-06 | Debug for testing | Anton Hvornum | |
2020-12-06 | Refined debug output | Anton Hvornum | |
2020-12-06 | PATH correction for /examples/ | Anton Hvornum | |
2020-12-06 | Debugging | Anton Hvornum | |
2020-12-06 | Removed /examples/ from list_profiles() by default | Anton Hvornum | |
Adding it back in in "module mode" so that it can find guided.py correctly. This voids showing it in the user-question section. | |||
2020-12-06 | Reduced calls to Profile.path | Anton Hvornum | |
Since it triggers multiple walks and HTTP requests. | |||
2020-12-06 | Removed debugging for walk | Anton Hvornum | |
Application profiles now seam properly integrated by setup.py, remote profiles have not yet been tested. | |||
2020-12-06 | Added application profiles to the setup.py | Anton Hvornum | |
Otherwise local lookups for application specific profiles will break/be missing. | |||
2020-12-06 | Debugging | Anton Hvornum | |
2020-12-06 | Added additional user-verification to guided.py | Anton Hvornum | |
Also spelling error in subpath | |||
2020-12-06 | Fixed issue where absolute paths to profiles got squashed | Anton Hvornum | |
2020-12-06 | Reverted last commit and added debugging in guided instead | Anton Hvornum | |
2020-12-06 | Added debugging to find application issue | Anton Hvornum | |
2020-12-06 | Modified Application() and list_profiles() | Anton Hvornum | |
list_profiles() support a subpath parameter, which just gets appended after any given path found in PROFILE_PATH as well as UPSTREAM_URL to support filtering on application level. | |||
2020-12-06 | Returning Profile() to correctly handle with statement | Anton Hvornum | |
2020-12-06 | Update profiles.py | Anton Hvornum | |
2020-12-06 | Added spec as an instance variable to Script() | Anton Hvornum | |