diff options
author | brent s <r00t@square-r00t.net> | 2017-07-27 14:40:24 -0400 |
---|---|---|
committer | brent s <r00t@square-r00t.net> | 2017-07-27 14:40:24 -0400 |
commit | ad0b36201b2960ba2824add6e822bcae721e89af (patch) | |
tree | 43cf36fd613f240008de5aa49fc3631d98a4b771 | |
parent | 56cddb593a7a9316f5daaf004b40a36819ccce47 (diff) | |
download | AIF-NG-ad0b36201b2960ba2824add6e822bcae721e89af.tar.xz |
documentation bug
-rw-r--r-- | docs/README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<code_package_code, packages>> are installed (this allows you to configure an <<command, alternate packager>> 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 <<code_package_code, packages>> are installed (this allows you to configure an <<command, alternate packager>> 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. |