Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-10-22Restructured disk.py into lib/disk/<splits>.py instead. Shouldn't be any brok...Anton Hvornum
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
2021-09-12Removed legacy need to add_bootloaderAnton Hvornum
2021-09-06Merge pull request #623 from conqp/clean_hardware_importsAnton Hvornum
2021-09-06Merge pull request #626 from conqp/refactor_meminfoAnton Hvornum
2021-09-06Merge pull request #625 from conqp/fix_tab_indentationAnton Hvornum
2021-09-06Fix indentation with tabs instead of spacesRichard Neumann
2021-09-06Refactor meminfo() to allow direct key accessRichard Neumann
2021-09-06Remove unused import of jsonRichard Neumann
2021-09-06Merged in masterAnton Hvornum
2021-09-06Merged in master.Anton Hvornum
2021-09-06Refactor cpu_model() to use cpuinfo()Richard Neumann
2021-09-06Refactor cpu_vendor() to use cpuinfo()Richard Neumann
2021-09-06Merge branch 'master' into native_cpu_detectionAnton Hvornum
2021-09-06Merge pull request #610 from luckspt/patch-2Anton Hvornum
2021-09-06Merge pull request #605 from CYPT71/patch-1Anton Hvornum
2021-09-06Added exception handling to check_outputAnton Hvornum
2021-09-06No need for try/catch any longer.Anton Hvornum
2021-09-06Merge branch 'master' into masterAnton Hvornum
2021-09-06Merge pull request #600 from monosans/comprehensionAnton Hvornum
2021-09-06Corrected some minor modifications mentioned in #595 as well as merged in lat...Anton Hvornum
2021-09-04Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...Anton Hvornum
2021-09-04Fixed edge case where size of disks could be exactly 40GB and a /home would n...Anton Hvornum
2021-09-04Added a PARTUUID -> parted index, this in order to properly set the boot flag...Anton Hvornum
2021-09-04Simplified lambda and made it filter out non relevant disks for the selection...Anton Hvornum
2021-09-04Fixed filtering if largest disk selectionAnton Hvornum
2021-08-20Remove excess newlineRichard Neumann
2021-08-20Rewrite CPU vendor detection functionsRichard Neumann
2021-08-20Add cpuinfo()Richard Neumann
2021-08-18Reworking logic that selects / and /home for multi-disk configurations. Also ...Anton Hvornum
2021-08-17Fixed a prompt error in one of the parted calls. Also started on a more relia...Anton Hvornum
2021-07-28TypoLucas Pinto
2021-07-22Update hardware.pyCYPT71
2021-07-19Mention GNOME and KDE's soft dependency on NetworkManager in the installj-james
2021-07-18changed dry_run to dry-runYash Tripathi
2021-07-18fix for #602, running mklabel before formattingYash Tripathi
2021-07-18created load_config() to load configurationYash Tripathi
2021-07-16Replace for loops with comprehensionsmonosans
2021-07-07Fix encryption + grub both in UEFI and BIOS systems.Hamad Al Marri
2021-07-04Removed debuggingAnton Hvornum
2021-07-04Added a filesystem check when marking for formatting, this should ensure that...Anton Hvornum