Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Update documentation on LibreSSL and kernel/world flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoore134 committed Oct 10, 2018
1 parent 185089e commit ebcf9bc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -21,8 +21,6 @@ on a 6 months schedule which includes OS and Ports.

* CI - Our [Jenkins build cluster](https://builds.ixsystems.com/jenkins/job/TrueOS%20-%20World%20CI/) is constantly building [new versions](https://builds.ixsystems.com/jenkins/job/TrueOS%20-%20World%20CI/job/trueos-master/) of TrueOS for testing.

* [LibreSSL](https://www.libressl.org/) - Replaces OpenSSL in the base system with one far more secure.

* [dhcpcd](https://github.com/rsmarples/dhcpcd) - dhcpcd has been integrated directly into base,
allowing more advanced IPv4 and IPv6 network configuration

Expand Down
31 changes: 31 additions & 0 deletions release/README.md
Expand Up @@ -95,6 +95,37 @@ unattended installation when used.
"install-script":"/usr/local/etc/autoinstall.cfg"
```

* world-flags - Allows setting different make options for building world directly in manifest

```
"base-packages": {
"world-flags":{
"default": [
"WITH_FOO=1",
"WITH_BAR=2"
]
},
},
```

* kernel-flags - Allows setting different make options for building kernel directly in manifest

```
"base-packages": {
"world-flags":{
"default": [
"WITH_FOO=1",
"WITH_BAR=2"
]
},
},
```




* And More! Take a look at [default manifest](trueos-manifest.json) for details.

Poudriere Configuration (building ports):
Expand Down

0 comments on commit ebcf9bc

Please sign in to comment.