From ad0b36201b2960ba2824add6e822bcae721e89af Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 27 Jul 2017 14:40:24 -0400 Subject: [PATCH] documentation bug --- docs/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.adoc b/docs/README.adoc index d0f51a2..ab206f1 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -540,7 +540,7 @@ There are several script types availabe for `execution`. Currently, these are: * pkg * post -*pre* scripts are run (in numerical `order`) before the disks are even formatted. *pkg* scripts are run (in numerical `order`) right before the <> are installed (this allows you to configure an <> such as https://aur.archlinux.org/packages/apacman/[apacman^]) -- these are run *inside* the chroot of the new install. *pre* scripts are run inside the chroot like *pkg*, but are executed very last thing, just before the reboot. +*pre* scripts are run (in numerical `order`) before the disks are even formatted. *pkg* scripts are run (in numerical `order`) right before the <> are installed (this allows you to configure an <> such as https://aur.archlinux.org/packages/apacman/[apacman^]) -- these are run *inside* the chroot of the new install. *post* scripts are run inside the chroot like *pkg*, but are executed very last thing, just before the reboot. = Further Information Here you will find further info, other resources, and such relating to AIF-NG.