changeset 5:435b53af6b96

FreeBSD: fix incorrect jail naming in poudriere.md
author David Demelier <markand@malikania.fr>
date Mon, 28 Aug 2017 09:04:46 +0200
parents 49956537f483
children 0c4833b61520
files FreeBSD/poudriere.md
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/FreeBSD/poudriere.md	Mon Aug 28 09:02:10 2017 +0200
+++ b/FreeBSD/poudriere.md	Mon Aug 28 09:04:46 2017 +0200
@@ -38,6 +38,7 @@
     RESOLV_CONF=/etc/resolv.conf
 
 Options:
+
   - **ZPOOL**: your zfs pool name,
   - **ZROOTFS**: zfs dataset to use,
   - **BASEFS**: base directory for jails and ports,
@@ -98,7 +99,7 @@
   - /usr/local/etc/poudriere.d/<jailname>-<tree>-<setname>-make.conf
 
 For example, in our case we can basically customize our options by creating the
-file **/usr/local/etc/poudriere.d/freebsd-11-1-make.conf**.
+file **/usr/local/etc/poudriere.d/FreeBSD-11-1-make.conf**.
 
 ### Disabling desktop options
 
@@ -107,7 +108,7 @@
 
 Note: we use the `+=` assignment to avoid resetting it.
 
-    # /usr/local/etc/poudriere.d/freebsd-11-1-make.conf
+    # /usr/local/etc/poudriere.d/FreeBSD-11-1-make.conf
     OPTIONS_UNSET+= DBUS NLS X11
 
 Configuring per-port options