From 10996ccceb24118fd3edbfeb459663d5d37f92df Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Jun 2014 09:09:08 +0300 Subject: yocto-project-qs: Fixed inconsistency with storage spec. I was mixing the "50GB" and "50 Gbytes" strings. Throughout the set I have tried to use "xx Gbytes" form. Fixed a "xxGb" form that I found. (From yocto-docs rev: 40dfc6ab1c5c928bedc301ce323af08aa0b7be59) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 5ffe674230..f4c6dbb7a8 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -408,9 +408,11 @@ - The build process using Sato currently consumes about 50GB of disk space. - To allow for variations in the build process and for future package expansion, we - recommend having at least 50 Gbytes of free disk space. + The build process using Sato currently consumes about 50 Gbytes + of disk space. + To allow for variations in the build process and for future + package expansion, we recommend having at least 50 Gbytes + of free disk space. -- cgit v1.2.3-54-g00ecf