Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2020-10-28 21:57:15 +0100
committerDavid Runge <dvzrv@archlinux.org>2020-10-29 11:36:40 +0100
commitbff36764d3bce3e27a62702fbf5f12a94228cd93 (patch)
tree729d7408600c06c2b8b0f6249c7d28638e98c806 /README.rst
parent551edcd56dd02533505a6a671045a5a00bbdc42c (diff)
Add documentation about how to create profiles
README.profile.rst: Add information on all necessary components of a profile: * profiledef.sh * packages.arch * airootfs/ * efiboot/ * isolinux/ * syslinux/ Fix wording for pacman.conf documentation README.rst: Add a link to README.profile.rst. Fixes #38
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1553d77..03420b4 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,8 @@ custom live media, **releng** is used to create the monthly installation medium.
They can be found below `configs/baseline/ <configs/baseline/>`_ and `configs/releng/ <configs/releng/>`_
(respectively). Both profiles are defined by files to be placed into overlays (e.g. *airootfs* -> *the image's /*).
+Read `README.profile.rst <README.profile.rst>`_ to learn more about how to create profiles.
+
Create images
=============