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>
This commit is contained in:
Scott Rifenbark 2014-06-05 09:09:08 +03:00 committed by Richard Purdie
parent d9ce6c748c
commit 10996ccceb
1 changed files with 5 additions and 3 deletions

View File

@ -408,9 +408,11 @@
</para>
<note><para>
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.
</para></note>
<note>