diff options
Diffstat (limited to 'src/arch/x86/Makefile.pcbios')
-rw-r--r-- | src/arch/x86/Makefile.pcbios | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.pcbios b/src/arch/x86/Makefile.pcbios index f8c225352..df08e0182 100644 --- a/src/arch/x86/Makefile.pcbios +++ b/src/arch/x86/Makefile.pcbios @@ -120,6 +120,11 @@ NON_AUTO_MEDIA += usb $(QM)$(ECHO) " [FINISH] $@" $(Q)cat $^ > $@ +NON_AUTO_MEDIA += vhd +%vhd: %usb + $(QM)$(ECHO) " [FINISH] $@" + $(Q)$(QEMUIMG) convert -f raw -O vpc $< $@ + # Padded floppy image (e.g. for iLO) NON_AUTO_MEDIA += pdsk %pdsk : %dsk |