Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gadget-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ volumes:
type: EF,C12A7328-F81F-11D2-BA4B-00A0C93EC93B
filesystem: vfat
filesystem-label: system-boot
size: 256M
min-size: 256M
size: 260M
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To allow upgrades of gadget in older images, you could do:

min-size: 256M
size: 260M

This will specify a valid range of sizes for upgrades, but new images will use the size field.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Alfonso! I've updated the commit.

content:
- source: shimx64.efi
target: EFI/BOOT/BOOTX64.EFI
Expand Down
3 changes: 2 additions & 1 deletion gadget-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ volumes:
type: EF,C12A7328-F81F-11D2-BA4B-00A0C93EC93B
filesystem: vfat
filesystem-label: system-boot
size: 256M
min-size: 256M
size: 260M
content:
- source: shimaa64.efi
target: EFI/BOOT/BOOTAA64.efi
Expand Down