rjw | 1f88458 | 2022-01-06 17:20:42 +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 |