Skip to content

Commit

Permalink
Bump efi size
Browse files Browse the repository at this point in the history
  • Loading branch information
djklimes committed Feb 29, 2024
1 parent e23c519 commit 35ccb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isoutils/isoutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func mkEfiBoot() error {
log.Info(msg)

cmds := [][]string{
{"fallocate", "-l", "150M", tmpPaths[clrCdroot] + "/EFI/efiboot.img"},
{"fallocate", "-l", "192M", tmpPaths[clrCdroot] + "/EFI/efiboot.img"},
{"mkfs.fat", "-n", "CLEAR_EFI", tmpPaths[clrCdroot] + "/EFI/efiboot.img"},
{"mount", "-t", "vfat", "-o", "loop", tmpPaths[clrCdroot] + "/EFI/efiboot.img", tmpPaths[clrEfi]},
{"cp", "-pr", tmpPaths[clrImgEfi] + "/.", tmpPaths[clrEfi]},
Expand Down

0 comments on commit 35ccb7c

Please sign in to comment.