mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
generate vdmk
This commit is contained in:
parent
ca5d1b2ae6
commit
287f776d88
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[system]
|
||||
compatible=HassIO-OS OVA
|
||||
compatible=Hass.io OS OVA
|
||||
bootloader=barebox
|
||||
|
||||
[keyring]
|
||||
|
Loading…
x
Reference in New Issue
Block a user