image @IMAGE@-boot.vfat { vfat { file BOOT.BIN { image = @FSBL@ } file barebox.bin { image = @SSBL@ } } size = 3M } image @IMAGE@ { hdimage { align = 1M disk-signature = 0x67823abf } partition boot { image = @IMAGE@-boot.vfat size = 3M partition-type = 0xc bootable = true } partition root-A { image = root.ext2 partition-type = 0x83 size = 512M } partition data { partition-type = 0x83 size = 512M } } /* vim: set tabstop=8 noexpandtab : */