summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/image.py
Commit message (Expand)AuthorAgeFilesLines
* Only mount the ESP if not yet mountedArne Wiebalck2021-06-251-1/+3
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-111-10/+43
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-06-111-6/+16
* Merge "Software RAID: RAID the ESPs" into stable/wallabyZuul2021-06-011-90/+87
|\
| * Software RAID: RAID the ESPsArne Wiebalck2021-05-111-90/+87
* | Fix NVMe Partition image on UEFIJulia Kreger2021-05-261-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
* Fixes error handling if efibootmgr is not present in ramdiskmvpnitesh2020-03-031-1/+1
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-161-0/+164
* Software RAID: Use UUID to find root fsArne Wiebalck2019-12-041-17/+19
* Do not try to read raw disk data as unicodeDmitry Tantsur2019-11-111-1/+1
* Don't try to put a bootloader in place when bootableJulia Kreger2019-11-011-4/+60
* Merge "[Trivial]: Typo in comment for _get_partition"Zuul2019-10-291-1/+1
|\
| * [Trivial]: Typo in comment for _get_partitionArne Wiebalck2019-10-251-1/+1
* | Merge "Set rd.md.uuid kernel parameter when deploying on software raid"Zuul2019-10-281-0/+27
|\ \ | |/ |/|
| * Set rd.md.uuid kernel parameter when deploying on software raidAndrei Nistor2019-10-171-0/+27
* | Last resort fallback to find a partitionJulia Kreger2019-10-151-0/+25
|/
* Software RAID: Check if install partition existsArne Wiebalck2019-06-071-2/+9
* Merge "Software RAID: Add IPA deploy support"Zuul2019-06-051-5/+31
|\
| * Software RAID: Add IPA deploy supportArne Wiebalck2019-06-041-5/+31
* | Bind mount /run into chroot when installing grubDerek Higgins2019-04-251-1/+1
|/
* Merge "fall back to PARTUUID if UUID not found."3.3.0Zuul2018-08-031-1/+6
|\