mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
We publish now the vmdk and not OVA/OVF (#46)
* Update upload-rel.sh * Create ova.md
This commit is contained in:
parent
93ea56d0ea
commit
a310232e2c
14
Documentation/boards/ova.md
Normal file
14
Documentation/boards/ova.md
Normal file
@ -0,0 +1,14 @@
|
||||
# OVA
|
||||
|
||||
The OVA stay for open virtual appliance. Currently we had remove the ova files and publish a vmdk virtual disk,
|
||||
until we have better OVF template to generate our OVA. This vmdk work with (maybe you need convert the disk):
|
||||
- HyperV
|
||||
- VirtualBox
|
||||
- VMware
|
||||
|
||||
## Virtual Machine
|
||||
|
||||
You can use this vmdk in a virtual machine with follow requirements:
|
||||
- UEFI boot
|
||||
- min. 1GB RAM
|
||||
- 2 vcpu
|
@ -30,7 +30,7 @@ fi
|
||||
# Upload asset
|
||||
echo "[Info] Start Uploading asset... "
|
||||
|
||||
for filename in release/*.{gz,raucb}; do
|
||||
for filename in release/*; do
|
||||
echo "[Info] Start upload ${filename}"
|
||||
|
||||
# Construct url
|
||||
|
Loading…
x
Reference in New Issue
Block a user