add note about amd64 prereqs for building

This commit is contained in:
n8fr8 2026-07-01 19:01:31 -04:00
parent c2181a4784
commit fbc2bd4cea
2 changed files with 15 additions and 0 deletions

View file

@ -63,6 +63,9 @@ steps:
- mount: tag-root
# NOTE: gptmbr.bin is read from the HOST filesystem (not the target rootfs),
# so the `syslinux-common` package must be installed on the build machine:
# sudo apt install syslinux-common
- shell: |
dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/mbr/gptmbr.bin of="{{ output }}"
root-fs: tag-root