Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [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 |