@ -12,6 +12,8 @@ This software will install on any operating system that implements POSIX.1-2008,
`./configure && make && sudo make install` will work for most users.
Note: the man and html documentation pages will always be generated if *lowdown* is installed on your system. However, if you don't ask to build the documentation the final `DESTDIR` directory will do not contains any documentation at all.
## Customization
You can customize paths via flags given to configure. See `./configure --help` for a list of all available configure options.
@ -21,15 +23,15 @@ You can customize paths via flags given to configure. See `./configure --help` f
- execline version 2.6.0.2 or later: http://skarnet.org/software/execline/
- s6 version 2.9.1.0 or later: http://skarnet.org/software/s6/
- s6-rc version 0.5.1.2 or later: http://skarnet.org/software/s6-rc/
- 66 version 0.4.0.1 or later: https://framagit.org/Obarun/66/
- 66-tools version 0.0.6.0 or later: https://framagit.org/Obarun/66-tools/
- 66 version 0.5.0.0 or later: https://framagit.org/Obarun/66/
- 66-tools version 0.0.6.1 or later: https://framagit.org/Obarun/66-tools/
- s6-linux-utils version 2.5.1.2 or later: http://skarnet.org/software/s6-linux-utils/
- s6-portable-utils version 2.2.2.2 or later: http://skarnet.org/software/s6-portable-utils/
The name of the tree need to match the name set at your `TREE=`*key=value* pair define into the `/etc/66/init.conf` file.
The name of the tree need to match the name set at your `TREE=`*key=value* pair define into the `%%skel_directory%%/init.conf` file.
Do not marks this tree enabled with the `66-tree -E` option. The [66-init](https://web.obarun.org/software/66/66-tree.html) will take care for you about this special tree and starts it automatically.
@ -130,7 +130,7 @@ Two differents kind of variable is used:
- **LOCAL**:
- type: boolean.
- description: use the `/etc/66/rc.local` script. This script is launched at the end of the boot procedure. The file ***must*** exist on your system and executable with a correct definition of the shebang at the start of the script.
- description: use the `%%skel_directory%%/rc.local` script. This script is launched at the end of the boot procedure. The file ***must*** exist on your system and executable with a correct definition of the shebang at the start of the script.
- **CONTAINER**:
- type: boolean.
@ -199,7 +199,7 @@ Two differents kind of variable is used:
- **POPULATE_SYS**:
- type: boolean
- decription: mount the `/sys/firmware/efi/efivars`, `/sys/fs/fuse/connections`,`/sys/kernel/config`, `/sys/kernel/debug` and `/sys/kernel/security` directory.
- decription: mount the `/sys/firmware/efi/efivars`, `/sys/fs/fuse/connections`,`/sys/kernel/config`, `/sys/kernel/debug` and `/sys/kernel/security` directory.