Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-11-01Fixed flake8 issues in networking, plugins and profiles.Anton Hvornum
2021-11-01Fixed general.py flake8 issues.Anton Hvornum
2021-10-30Adding support for passing arguments to .format()Anton Hvornum
2021-10-30Merge branch 'master' of https://github.com/archlinux/archinstall into torxed...Anton Hvornum
2021-10-30Merging in parts of Master related to disk.pyAnton Hvornum
2021-10-30Adding error handling for paths and btrfs subvolume creation.Anton Hvornum
2021-10-30Failed to create directory structure on subvolume create. Only on subvolume m...Anton Hvornum
2021-10-30Raising DiskError if subvolumes cannot be created.Anton Hvornum
2021-10-30Fixes tuple issueAnton Hvornum
2021-10-30Tweaked get_mount_info() and mount_subvolume(). mount info now returns the pa...Anton Hvornum
2021-10-30Forgot to include {installation.target} in subvolume mountingAnton Hvornum
2021-10-30Added more logging (will change INFO to DEBUG later)Anton Hvornum
2021-10-30Wrong lib import pathAnton Hvornum
2021-10-30Added some error handling to mount points not getting mounted properly.Anton Hvornum
2021-10-30Enhanced get_mount_info() to recursively get the informationAnton Hvornum
2021-10-30Forgot an importAnton Hvornum
2021-10-30Added debugging to the btrfs functions.Anton Hvornum
2021-10-30Added creating and mounting of subvolume structure for BTRFS.Anton Hvornum
2021-10-27Finalized the create_subvolume and mount_subvolume functions. Remaining is to...Anton Hvornum
2021-10-27Merge pull request #666 from olekthunder/re_rank_mirrors_fixAnton Hvornum
2021-10-27Merge pull request #672 from conqp/hardware_refactoringAnton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-10-22Removed the old disk.pyAnton Hvornum
2021-10-22Restructured disk.py into lib/disk/<splits>.py instead. Shouldn't be any brok...Anton Hvornum
2021-10-22use_mirrors: return None instead of TrueOleksandr Zinkevych
2021-10-21Improve type hintRichard Neumann
2021-10-21Generalize CPU vendor detectionRichard Neumann
2021-10-21Remove useless initialization of mem_info = {}Richard Neumann
2021-10-21Update type hintsRichard Neumann
2021-10-15Fix use_mirrorsOleksandr Zinkevych
2021-10-15Fix re_rank_mirrorsOleksandr Zinkevych
2021-09-21Fix Bug: 'Suggest partition layout' crashesHugo Ankarloo
2021-09-20Merge branch 'master' into svintooo-fixHugo Ankarloo
2021-09-20Fix Bug: Cannot get partuuid from loop deviceHugo Ankarloo
2021-09-20Fix Bug: Set filesystem crashes if no partitionsHugo Ankarloo
2021-09-20Fix Bug: config b0rked by Suggest partition layoutHugo Ankarloo
2021-09-20Fix Bug: Timezone is ignored, always same as hostHugo Ankarloo
2021-09-19general: remove all found white-spacesSecondThundeR
2021-09-18Refactoring and cleaning up a bitAnton Hvornum
2021-09-18Preparing to split up ./lib/disk.pyAnton Hvornum
2021-09-18Adding in options for BTRFS subvolumesAnton Hvornum
2021-09-18Removing hardcoded btrfs for suggested partition layouts.Anton Hvornum
2021-09-17Removing /tmp from fstabAnton Hvornum
2021-09-15Making sure the drive paths are in the JSON structure, and not the class obje...Anton Hvornum
2021-09-14Added a 'hidden' variable called --disk-sleep for delaying disk partition up ...Anton Hvornum
2021-09-14Moved --noconfirm at the end of the pacstrap command to get piped properly to...Anton Hvornum
2021-09-13Merging latest changesAnton Hvornum
2021-09-13Added --noconfirm to pacstrap and increased logging verbosity when packages f...Anton Hvornum