summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/image.py
Commit message (Expand)AuthorAgeFilesLines
* Use utf-16-le if BOM not presentRiccardo Pittau2022-10-131-2/+8
* Do not try to guess EFI partition path by its numberDmitry Tantsur2022-05-061-18/+52
* SoftwareRAID: Use efibootmgr (and drop grub2-install)Arne Wiebalck2022-03-161-17/+71
* Create fstab entry with appropriate labelJulia Kreger2022-03-111-5/+46
* Re-read the partition table with partx -aArne Wiebalck2021-11-091-1/+1
* Fix UEFI record regexJulia Kreger2021-11-081-1/+1
* Delete EFI boot entry duplicate labels firstJulia Kreger2021-11-041-15/+19
* Assert EFI part UUID is not None before editing fstabArne Wiebalck2021-10-211-1/+1
* Merge "Output verbose info from efibootmgr"Zuul2021-08-111-2/+2
|\
| * Output verbose info from efibootmgrDerek Higgins2021-08-031-2/+2
* | Increase version of hacking and pycodestyleRiccardo Pittau2021-07-301-2/+3
|/
* Catch ismount not being handledJulia Kreger2021-06-291-9/+32
* Only mount the ESP if not yet mountedArne Wiebalck2021-06-211-1/+3
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-101-10/+43
* Ignore efi grub2-install failureSteve Baker2021-06-041-28/+32
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-05-261-6/+16
* Merge "Remove the iscsi extension"Zuul2021-05-121-5/+1
|\
| * Remove the iscsi extensionDmitry Tantsur2021-05-101-5/+1
* | Merge "Software RAID: RAID the ESPs"Zuul2021-05-111-90/+87
|\ \
| * | Software RAID: RAID the ESPsArne Wiebalck2021-04-161-90/+87
| |/
* | Fix NVMe Partition image on UEFIJulia Kreger2021-05-041-1/+6
|/
* Fixes local boot for partition imageskartikeyaj02021-02-171-1/+1
* Fix error message with UEFI-incompatible imagesDmitry Tantsur2021-02-101-21/+29
* Fix UEFI boot entry creation for aarch64Xinliang Liu2021-01-271-1/+2
* Add fstab pointer to EFI partitionJulia Kreger2020-12-171-0/+25
* Prevent broken partition image UEFI deploysJulia Kreger2020-12-141-63/+283
* Option to enable bootloader config failure bypassJulia Kreger2020-12-101-9/+30
* Support using LABEL as identifier for rootfsFedor Tarasenko2020-11-031-1/+6
* Don't run os-prober from grub2-mkconfigJulia Kreger2020-10-221-3/+3
* Merge "Log a warning of target_boot_mode does not match current boot mode"Zuul2020-10-071-0/+8
|\
| * Log a warning of target_boot_mode does not match current boot modeDmitry Tantsur2020-10-071-0/+8
* | Don't try to call GRUB when root UUID is not providedDmitry Tantsur2020-10-071-0/+7
|/
* Merge "More refactoring of the image module"Zuul2020-07-271-39/+32
|\
| * More refactoring of the image moduleRiccardo Pittau2020-07-241-39/+32
* | Prevent un-needed iscsi cleanupJulia Kreger2020-07-201-1/+2
|/
* Refactor part of image module6.2.0Riccardo Pittau2020-07-071-27/+32
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-021-1/+2
* Merge "Mount all vfat partitions before calling grub2"Zuul2020-07-021-6/+24
|\
| * Mount all vfat partitions before calling grub2Arne Wiebalck2020-06-301-6/+24
* | Make the install_bootloader command asynchronousDmitry Tantsur2020-06-081-1/+1
|/
* Editing follow-up for UEFI Software RAID supportArne Wiebalck2020-04-061-5/+7
* Software RAID: Add UEFI supportRaphael Glon2020-04-021-42/+209
* Merge "Bump hacking to 3.0.0"Zuul2020-03-311-2/+2
|\
| * Bump hacking to 3.0.0Riccardo Pittau2020-03-301-2/+2
* | Rescan after restarting the md deviceJulia Kreger2020-03-291-1/+12
|/
* Improve debug logging around Raid/BootloaderJulia Kreger2020-03-281-1/+1
* Merge "[trivial] Fix comment for Software RAID restart"Zuul2020-03-251-3/+2
|\
| * [trivial] Fix comment for Software RAID restartArne Wiebalck2020-03-231-3/+2
* | Return false for MBR bootloader check on UEFI machinesJulia Kreger2020-03-231-0/+8
|/
* Rescan devices before performing uefi checksJulia Kreger2020-03-161-9/+20