index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-30 | Raising DiskError if subvolumes cannot be created. | Anton Hvornum | |
2021-10-30 | Fixes tuple issue | Anton Hvornum | |
2021-10-30 | Tweaked get_mount_info() and mount_subvolume(). mount info now returns the ↵ | Anton Hvornum | |
path it found after traversal. mount_subvolume will no longer assume installation.target is of pathlib.Path and converts it if it isn't. | |||
2021-10-30 | Forgot to include {installation.target} in subvolume mounting | Anton Hvornum | |
2021-10-30 | Added more logging (will change INFO to DEBUG later) | 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 | Enhanced get_mount_info() to recursively get the information | Anton Hvornum | |
2021-10-30 | Forgot an import | Anton Hvornum | |
2021-10-30 | Added debugging to the btrfs functions. | Anton Hvornum | |
2021-10-30 | Wrong exposed variable corrected. | Anton Hvornum | |
2021-10-30 | Added creating and mounting of subvolume structure for BTRFS. | Anton Hvornum | |
2021-10-27 | Finalized the create_subvolume and mount_subvolume functions. Remaining is ↵ | Anton Hvornum | |
to call these functions during the disk setup process to create the subvolumes and mount them in place, rather than doing the normal steps. | |||
2021-10-22 | Forgot some imports that didn't show up on a static run without going ↵ | Anton Hvornum | |
through a few of the menu's | |||
2021-10-22 | Forgot some imports that didn't show up on a static run without going ↵ | Anton Hvornum | |
through a few of the menu's | |||
2021-10-22 | Forgot some imports that didn't show up on a static run without going ↵ | Anton Hvornum | |
through a few of the menu's | |||
2021-10-22 | Removed the old disk.py | Anton Hvornum | |
2021-10-22 | Restructured disk.py into lib/disk/<splits>.py instead. Shouldn't be any ↵ | Anton Hvornum | |
broken links as we expose all the functions through __init__.py - but you never know so I'll keep an eye for issues with this. | |||
2021-09-18 | Refactoring and cleaning up a bit | Anton Hvornum | |
I'm making sure that the JSON structure of the user config can get a say in how the subvolumes should be used later on. As well as splitting up where the logic should be to make it easier to maintain. | |||
2021-09-18 | Preparing to split up ./lib/disk.py | Anton Hvornum | |
And added some sane(?) defaults, which I'll massage into code some how. | |||
2021-09-18 | Adding in options for BTRFS subvolumes | Anton Hvornum | |
2021-09-18 | Removing hardcoded btrfs for suggested partition layouts. | Anton Hvornum | |
2021-09-17 | Merge pull request #636 from archlinux/torxed-fix-616 | Anton Hvornum | |
Removing /tmp from fstab | |||
2021-09-17 | Removing /tmp from fstab | Anton Hvornum | |
Since systemd takes care of mounting /tmp as a tmpt, there's no point in having a manual entry in fstab. | |||
2021-09-17 | Merge pull request #635 from archlinux/torxed-fix-593 | Anton Hvornum | |
Added gvfs to fix "trash" in xfce4 | |||
2021-09-17 | Added gvfs to fix "trash" in xfce4 | Anton Hvornum | |
https://wiki.archlinux.org/title/Xfce#Trash_icon_not_visible_and_trash_applet_does_not_work | |||
2021-09-15 | Adding linux -headers for nvidia-dkms | Anton Hvornum | |
This should address #585, as I don't see any nvidia-dkms other than when linux-zen and linux-lts is chosen, I chose to put the -headers logic in the same section. If this is needed for vanilla `linux` kernel as well, then move the logic one line up. | |||
2021-09-15 | Making sure the drive paths are in the JSON structure, and not the class ↵ | Anton Hvornum | |
object, as it won't work seamlessly to access for instance storage['disk_layouts'][ClassInstance()] if it's not the identical mem copy of the object we're accessing, so strings are better for storage/comparisons. | |||
2021-09-15 | Tweaked the logic for parsing the --harddrives parameter. | Anton Hvornum | |
2021-09-15 | Fixing type issue with conversion to multiple disk logic. | Anton Hvornum | |
2021-09-15 | More error handling and fixed a spelling error. | Anton Hvornum | |
2021-09-15 | Might be redundant, but if the JSON file given to --config contains a list ↵ | Anton Hvornum | |
it will break the .split(), but if --harddrives is given as an argument, then we need to split. So adding a type-check | |||
2021-09-15 | Updating support for --disk_layouts. It now supports file paths as well as ↵ | Anton Hvornum | |
JSON in string format via --disk_layouts=<json> | |||
2021-09-15 | Reverted last change, and improved it. By passing it through load_config and ↵ | Anton Hvornum | |
tweaking the read structure a bit, it worked out better if the accessed values are in archinstall.storage instead. | |||
2021-09-15 | Changed from internal storage to parameter-friendly arguments for ↵ | Anton Hvornum | |
disk_layouts, so we can support JSON for disk layouts on the new logic. | |||
2021-09-14 | Added a 'hidden' variable called --disk-sleep for delaying disk partition up ↵ | Anton Hvornum | |
time before continuing after a format. This is an ugly hack to get around some disk issues, for now. | |||
2021-09-14 | Moved --noconfirm at the end of the pacstrap command to get piped properly ↵ | Anton Hvornum | |
to pacman inside pacstrap. | |||
2021-09-13 | Merging latest changes | Anton Hvornum | |
2021-09-13 | Added --noconfirm to pacstrap and increased logging verbosity when packages ↵ | Anton Hvornum | |
fail, and adding a exception so that the installation doesn't continue silently. This causes too much confusion (even tho I liked the idea that people could recover the missing parts without having to re-run the installer for subsequent steps. | |||
2021-09-12 | Removed legacy need to add_bootloader | Anton Hvornum | |
`add_bootloader` no longer needs to have a harddrive given as a argument. It will (and should) auto-detect what's mounted in the `self.target` (aka mountpoint) of the installation. | |||
2021-09-07 | Merge pull request #628 from kusakata/patch-1 | Anton Hvornum | |
Update ReadMe document link | |||
2021-09-08 | Update ReadMe document link | Shohei Kusakata | |
fix readthedocs link | |||
2021-09-06 | Update README.md | Anton Hvornum | |
2021-09-06 | Merge pull request #623 from conqp/clean_hardware_imports | Anton Hvornum | |
Remove unused import of json | |||
2021-09-06 | Merge pull request #626 from conqp/refactor_meminfo | Anton Hvornum | |
Refactor meminfo() to allow direct key access | |||
2021-09-06 | Merge pull request #625 from conqp/fix_tab_indentation | Anton Hvornum | |
Fix indentation with tabs instead of spaces | |||
2021-09-06 | Fix indentation with tabs instead of spaces | Richard Neumann | |
2021-09-06 | Refactor meminfo() to allow direct key access | Richard Neumann | |
2021-09-06 | Remove unused import of json | Richard Neumann | |
2021-09-06 | Merge pull request #426 from archlinux/torxed-rework-partitioning | Anton Hvornum | |
Re-work partitioning logic, introducing more granularity (and stability) |