convert rst to asciidoc
for i in *.rst ; do pandoc -f rst -t asciidoc -o `basename $i .rst`.adoc $i ;done
This commit is contained in:
10
doc/outputs.adoc
Normal file
10
doc/outputs.adoc
Normal file
@@ -0,0 +1,10 @@
|
||||
== Outputs
|
||||
|
||||
Liminix _outputs_ are artefacts that can be installed somehow on a
|
||||
target device, or "installers" which run on the target device to perform
|
||||
the installation.
|
||||
|
||||
There are different outputs because different target devices need
|
||||
different artefacts, or have different ways to get that artefact
|
||||
installed. The options available for a particular device are described
|
||||
in the section for that device.
|
Reference in New Issue
Block a user