From fda41ada6d7f019780c3fafe69c04c5d60249a0f Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Thu, 31 Aug 2023 15:12:16 +0200 Subject: [PATCH] Change brackets --- documentation/building.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/building.md b/documentation/building.md index bcb732aa..efbdd427 100644 --- a/documentation/building.md +++ b/documentation/building.md @@ -65,22 +65,22 @@ $ make rpi4_64 Building an image on the above stated devlopment machne takes around 3-4 hours. If you have a higher specification build machine, the building time can be as fast (or slow, depending on your point of view) as ~2 hours. When everything goes fine the following images/files will be available within the ./release directory; -#### OpenVoiceOS__.img +#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.img This is the raw flashable disk image that can be flashed to your to be used disk (SD-Card, USB-Stick, SSD, SATA, etc). *At current time this file is about ~1.4GB. -#### OpenVoiceOS__.img.xz +#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.img.xz This is the same raw flashable disk image that can be flashed to your to be used disk (SD-Card, USB-Stick, SSD, SATA, etc), however xz compressed. This save bandwith if it needs to be downloaded and certain disk image utilities such as the Raspberry Pi Disk imager have native support to flash these type of files without uncompressing them first. *At current time this file is about ~450MB. -#### OpenVoiceOS__.swu +#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.swu This is a firmware update file that can be used to update an already flashed device by utilizing its update system. This file basically contains a new rootfs as update. *At current time this file is about ~340MB. -#### OpenVoiceOS__.swu.xz +#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.swu.xz This is the same firmware update file as above, however again xz compressed to save possible bandwith sharing it online. Be aware the on-device update system does not support compressed files, so it has to be uncompressed first to be used. *At current time this file is about ~230MB. -#### OpenVoiceOS__.vdi & OpenVoiceOS__.vdi.xz +#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.vdi & OpenVoiceOS_{CONFIG}_{TIMESTAMP}.vdi.xz These files are Virtual Disk Images, where the .xz is again compressed for the same reasons as above. This VDI can be imported as virtual disk within Virtual Machine's. Bare in mind that these virtual disk images do not yet contain unused space, so for proper use of them make sure you extend them within the VM software to the disk size of choose (8 GB is more then enough). *At current time these files are about ~700MB and ~450MB. \ No newline at end of file