Fix rst rendering

The file extention claims rst format, but it's plain text
as such, the online documentation doesn't render properly

Change-Id: I24accb45ab8c7803a25f2642ce1b2d479d5a6e9c
This commit is contained in:
Abel Lopez 2014-12-03 12:21:42 -08:00
parent f1c90ae72a
commit 563d334105

View File

@ -3,14 +3,16 @@ uninstalling packages for an image build. This is done by creating a
package-installs.yaml or package-installs.json file in the element directory.
example package-installs.yaml:
example package-installs.yaml::
libxml2:
grub2:
phase: pre-install.d
networkmanager:
uninstall: True
example package-installs.json:
example package-installs.json::
{
"libxml2": null,
"grub2": {"phase": "pre-install.d"},
@ -19,7 +21,7 @@ example package-installs.json:
Setting phase or uninstall properties for a package overrides the following
default values:
default values::
phase: install.d
uninstall: False