xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # short-description: Create a 'pcbios' direct disk image with custom bootloader config |
2 | # long-description: Creates a partitioned legacy BIOS disk image that the user | ||||
3 | # can directly dd to boot media. The bootloader configuration source is a user file. | ||||
4 | |||||
5 | include common.wks.inc | ||||
6 | |||||
7 | bootloader --configfile="directdisk-bootloader-config.cfg" | ||||
8 |