b/c DOS and Windows don't like lowercase labels

This commit is contained in:
cvoges12 2023-09-26 15:17:59 -05:00 committed by mergify[bot]
parent 34dcdbbd64
commit 0b178c0554

View File

@ -7,7 +7,7 @@
content = {
type = "gpt";
partitions = {
Boot = {
BOOT = {
size = "1M";
type = "EF02"; # for grub MBR
};