Skip to content

Commit 7250281

Browse files
fix: avoid grub label clash between iso and target (#351)
Co-authored-by: Mark Frost <it.consulting.bluefish@gmail.com>
1 parent a2ab278 commit 7250281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
KairosDefaultArtifactName = "kairos"
4444
IsoEFIPath = "/boot/uefi.img"
4545
EfiBootPath = "/EFI/BOOT"
46-
EfiLabel = "COS_GRUB"
46+
EfiLabel = "EFI_LIVE"
4747
EfiFs = "vfat"
4848
IsoRootFile = "rootfs.squashfs"
4949
ISOLabel = "COS_LIVE"

0 commit comments

Comments
 (0)