index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Fix #1096 (#1099) | Daniel Girtler | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-27 | Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0) | Anton Hvornum | |
2022-04-27 | Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0) | Anton Hvornum | |
2022-04-26 | Adding pacman-key --init to ISO runner | Anton Hvornum | |
2022-04-26 | --noconfirm to pacman upgrade | Anton Hvornum | |
2022-04-26 | pacman-key --ref.. -> pacman -S archlinux-keyring | Anton Hvornum | |
2022-04-26 | archlinux-keyring -> pacman-key | Anton Hvornum | |
2022-04-26 | Adding in a refresh of keyring before building ISO | Anton Hvornum | |
2022-04-26 | Torxed issue 1083 (#1090) | Anton Hvornum | |
* Optimized a bunch of partprobe calls. Namely fixed sleep calls, added optional path to the general archinstall.partprobe() call. And fixed some error handling in a few places which should tell us where #1083 might be going wrong. * Fixed some flake8 complaints * Fixed sleep having a min() of 0.1 or given value. * Fixed sleep having a correct range variable. * Fixed sleep logic to use max() instead of min() as it will never use the higer sleep values otheride * Added error handling to Partition().partprobe() as it would cause certain issues with USB disks. Also made Partition()._safe_uuid more safe by eliminating exceptions being raised. | |||
2022-04-26 | Optimized a bunch of partprobe calls. (#1088) | Anton Hvornum | |
* Optimized a bunch of partprobe calls. Namely fixed sleep calls, added optional path to the general archinstall.partprobe() call. And fixed some error handling in a few places which should tell us where #1083 might be going wrong. * Fixed some flake8 complaints * Fixed sleep having a min() of 0.1 or given value. * Fixed sleep having a correct range variable. * Fixed sleep logic to use max() instead of min() as it will never use the higer sleep values otheride | |||
2022-04-26 | Adding back 'timedatectl set-ntp true' but with the condition of it being ↵ | Anton Hvornum | |
activated. This is because the default NTP value is set to True. And will subsequently never be triggered through the menu system. So we'll have to activate it (again) if set to True before installer starts. | |||
2022-04-26 | Added a NTP status check before processing to installation. (#1086) | Anton Hvornum | |
2022-04-26 | Removed NTP by default. Instead, if NTP is selected or de-selected it will ↵ | Anton Hvornum | |
activate/de-activate ntp accordingly. | |||
2022-04-26 | Added a try-rerun-except block to grub-install (#1085) | Anton Hvornum | |
* Added a try-rerun-except block to grub-install first with --removable and then without if it fails. I have a sneaky suspicion that it's due to USB drives being the destination medium, but I cannot confirm yet. I've also added peak_output=True and --debug to GRUB so we can catch the issues in the future. * Fixed flake8 complaint | |||
2022-04-26 | Adding compression as an option (#1084) | Anton Hvornum | |
* Adding compression as an option * Ignore 'misaligned' ending parenthathese * Moved the 'mark compressed' logic into the sub block within manual disk operations. * Fixed flake8 complaints * Muting a complextion warning on manage_new_and_existing_partitions(). It is too complex, but not something that we'll bother with for v2.4.0. As this whole function could be replaced with a new and improved menu system split into tasks rather than one huge if/else. | |||
2022-04-25 | Bumped up default timout, as 5 seconds is not enough for some platforms. | Anton Hvornum | |
2022-04-25 | Require superuser or root password fixed. (#1082) | Anton Hvornum | |
2022-04-25 | Set a 'default' argument for audio and removed it as a requirement to ↵ | Anton Hvornum | |
continue. (#1081) | |||
2022-04-25 | Created a routine to check if a partition includes a certain mountpoint (#1069) | Werner Llácer | |
For a btrfs volume with a subvolume to be mounted on /, we will not generate a keyfile anymore | |||
2022-04-25 | When using disk_layout files but not config file, we autofill the harddrives ↵ | Werner Llácer | |
argument (#1067) | |||
2022-04-25 | We make the last action available beyond the run loop, so we can check why ↵ | Werner Llácer | |
run was exited (#1066) | |||
2022-04-22 | Flexible order of menu options (#1078) | Daniel | |
* Allow custom ordering of the menu entries * Update Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-22 | Support for multiple network interfaces (#1052) | Daniel | |
* Support for multiple network interfaces * Fix mypy * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-22 | Fix blockdevice key error (#1079) | Daniel | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-14 | fix incorrect use of an (#1071) | godalming123 | |
2022-04-12 | Downstream new simple menu feature (#1055) | Daniel | |
* Downstream new simple menu feature * Fix flake8 * Update * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-11 | This should address and resolve #587 (#1070) | Anton Hvornum | |
* This should address and resolve #587 * Forgot one line from copying from local test script Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2022-04-03 | Partition.boot works now for GPT and MBR disks (issue #1061) (#1063) | Werner Llácer | |
2022-04-03 | Rebase bspwm profile on master (#604) | j-james | |
2022-03-29 | Made build version dynamic as pointed out in ↵ | Anton Hvornum | |
https://github.com/pypa/build/issues/453 | |||
2022-03-29 | Reverted mypy runner changes | Anton Hvornum | |
2022-03-29 | Version bump to v2.4.0 RC2 | Anton Hvornum | |
2022-03-29 | Fixed flake8 | Anton Hvornum | |
2022-03-29 | Correct exit when no disk is selected and we don't wish to continue (#1049) | Werner Llácer | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | moved the ur language due to #1048 | Anton Hvornum | |
2022-03-28 | Updating language file | Anton Hvornum | |
2022-03-28 | Removed GlobalMenu from selection_menu.py as it's moved to it's own file. | Anton Hvornum | |
2022-03-28 | Updated locales | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | moved GlobalMenu into lib/menu/global_menu.py instead | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Fixed an import of not yet loaded module | Anton Hvornum | |
2022-03-28 | Added missing imports (#1046) | Anton Hvornum | |
2022-03-28 | Added error handling to fstab (#1045) | Anton Hvornum | |
* Added error handling to fstab * Checking the exit code for == 0 |