From 6bfebc5af47dbd1a5bd0f0b437b758cdd15fc9de Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Feb 2021 09:00:43 +0000 Subject: Change ESP label from MGALIVE-ESP to MGAISO-ESP (mga#28409). --- NEWS | 2 ++ lib/MGA/DrakISO/BuildBoot.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e21b346..72d0cb1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- change ESP label to MGAISO-ESP (mga#28409) + 1.17 - bootloader: diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm index 861f56a..83f158c 100644 --- a/lib/MGA/DrakISO/BuildBoot.pm +++ b/lib/MGA/DrakISO/BuildBoot.pm @@ -273,7 +273,7 @@ sub prepare_iso_bootloader { # Give it a label, to try to work around mga#23939. my $esp_image = $images_dir . '/esp.img'; eval { rm_rf($esp_image) }; - run_('/sbin/mkdosfs', '-n', 'MGALIVE-ESP', '-F12', '-C', $esp_image, '4096'); + run_('/sbin/mkdosfs', '-n', 'MGAISO-ESP', '-F12', '-C', $esp_image, '4096'); run_('mcopy', '-s', '-i', $esp_image, $efi_root_dir, '::'); # Now we've built the ESP image, we can delete the grub2 image. We need -- cgit v1.2.1