generate vdmk

This commit is contained in:
Pascal Vizeli 2018-03-20 15:55:27 +01:00
parent ca5d1b2ae6
commit 287f776d88
3 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ file perl bash binutils locales
git make g++ file perl bash binutils locales qemu-utils
# Get buildroot
WORKDIR /build

View File

@ -22,3 +22,6 @@ genimage \
--inputpath "$BINARIES_DIR" \
--outputpath "$BINARIES_DIR" \
--config "$GENIMAGE_CFG"
qemu-img convert -O vmdk "$BINARIES_DIR/sdcard.img" "$BINARIES_DIR/hassio-os.vmdk"

View File

@ -1,5 +1,5 @@
[system]
compatible=HassIO-OS OVA
compatible=Hass.io OS OVA
bootloader=barebox
[keyring]