README.md: corrected ordered list syntax

This commit is contained in:
levasseur
2021-10-06 17:56:09 +02:00
parent ee3a8d91ba
commit 1b53c78a75

View File

@@ -150,13 +150,13 @@ of OS detection:
| **codename**| SYS_CODE | If your distribution profide a version codename, it will be set with it. |
The configuration files are loaded if exists in the following order:
1) arch.conf.sh
2) distro.conf.sh
3) distro-arch.conf.sh
4) distro-version.conf.sh
5) distro-codename.conf.sh (if *$SYS_CODE* defined)
6) distro-version-arch.conf.sh
7) distro-codename-arch.conf.sh (if *$SYS_CODE* defined)
1. arch.conf.sh
2. distro.conf.sh
3. distro-arch.conf.sh
4. distro-version.conf.sh
5. distro-codename.conf.sh (if *$SYS_CODE* defined)
6. distro-version-arch.conf.sh
7. distro-codename-arch.conf.sh (if *$SYS_CODE* defined)
The loading of those files, if one exists, cannot be avoided. They all must be
located in the *conf/auto* directory of the init.sh tree.