diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-05 09:09:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:44 +0100 |
commit | 10996ccceb24118fd3edbfeb459663d5d37f92df (patch) | |
tree | 3fc4d22544fefed56ff31f363899cc063d6b7fdd | |
parent | d9ce6c748c3a1dcfca658c01c7c335716b243a83 (diff) | |
download | poky-10996ccceb24118fd3edbfeb459663d5d37f92df.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files 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 @@ | |||
408 | </para> | 408 | </para> |
409 | 409 | ||
410 | <note><para> | 410 | <note><para> |
411 | The build process using Sato currently consumes about 50GB of disk space. | 411 | The build process using Sato currently consumes about 50 Gbytes |
412 | To allow for variations in the build process and for future package expansion, we | 412 | of disk space. |
413 | recommend having at least 50 Gbytes of free disk space. | 413 | To allow for variations in the build process and for future |
414 | package expansion, we recommend having at least 50 Gbytes | ||
415 | of free disk space. | ||
414 | </para></note> | 416 | </para></note> |
415 | 417 | ||
416 | <note> | 418 | <note> |