summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-24 07:36:25 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-24 07:36:25 -0500
commit1f67d2793e2abb7c833172a0a1966d76b1b9a06a (patch)
tree2a61a6a2a8bb5d5370cae8e8192ab48a12a4d4a4 /README.rst
parentedad6721912ddedea21150f74cbb52a98f3910ee (diff)
downloadhorizon-1f67d2793e2abb7c833172a0a1966d76b1b9a06a.tar.gz
horizon-1f67d2793e2abb7c833172a0a1966d76b1b9a06a.tar.bz2
horizon-1f67d2793e2abb7c833172a0a1966d76b1b9a06a.tar.xz
horizon-1f67d2793e2abb7c833172a0a1966d76b1b9a06a.zip
Add the beginnings of the Image Creation utility
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 846b237..f5d2838 100644
--- a/README.rst
+++ b/README.rst
@@ -242,6 +242,15 @@ library. This is the primary library for parsing, validating, and executing
HorizonScript files, and contains the principal code for Project Horizon.
+``image``: Image creation tools
+```````````````````````````````
+The ``image`` directory includes the source code for generating images and
+tarballs using HorizonScripts. This is used for creating live media, pre-
+generated installations for extraction to target computers, and more. Note
+that some tools may require a tool such as ``qemu-user`` to be installed on
+the host, depending on installation options and desired target configuration.
+
+
``owner``: File ownership utility
`````````````````````````````````
The ``owner`` directory includes the source code for the ``hscript-printowner``