summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-10-03 15:38:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:46:52 +0100
commitf0b353f9e817b2127327b662aa30bcb7065beee9 (patch)
treeaa0e5570ea1e4aa6018e2f2b05c00a070cbb538b /documentation/toaster-manual
parent0b85ab45df495d9c81a41abed650c833758b09c7 (diff)
downloadopenembedded-core-contrib-f0b353f9e817b2127327b662aa30bcb7065beee9.tar.gz
toaster-manual: Removed toaster-command-loadconf section
There is no longer a "loadconf" command (From yocto-docs rev: 25c4385833c636bf4cff889ff6325b2a14f5fc14) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index d4cb04e6b0..afe6c3d651 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -406,6 +406,7 @@
Django administration interface.
</para>
+<!--
<para>
To make it easier to initially start Toaster, you can import a
pre-defined configuration file using the
@@ -418,6 +419,7 @@
loaded directly in the database.
</note>
</para>
+-->
<para>
By convention, the supplied configuration files are named
@@ -867,30 +869,6 @@
</para>
</section>
- <section id='toaster-command-loadconf'>
- <title><filename>loadconf</filename></title>
-
- <para>
- The <filename>loadconf</filename> command loads an
- existing Toaster configuration file (JSON file).
- You must run this on a new database that does not have any
- data.
- Running this command on an existing database that has data
- results in errors.
- Access the command as follows:
- <literallayout class='monospaced'>
- $ bitbake/lib/toaster/manage.py loadconf <replaceable>filepath</replaceable>
- </literallayout>
- The <filename>loadconf</filename> command configures a database
- based on the supplied existing
- <filename>toasterconf.json</filename> file.
- For information on the <filename>toasterconf.json</filename>,
- see the
- "<link linkend='toaster-json-files'>JSON Files</link>"
- section.
- </para>
- </section>
-
<section id='toaster-command-runbuilds'>
<title><filename>runbuilds</filename></title>