Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2018 18:17:50 +0000 (UTC)
From:      Bjoern Heidotting <bhd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338110 - head/usr.sbin/jail
Message-ID:  <201808201817.w7KIHoC5038986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhd (doc committer)
Date: Mon Aug 20 18:17:50 2018
New Revision: 338110
URL: https://svnweb.freebsd.org/changeset/base/338110

Log:
  In r324732 sysinstall was replaced by bsdinstall.
  However, for post-install configuration, bsdinstall
  is not of much use. Point the user to bsdconfig instead.
  
  Reviewed by:	0mp, bcr
  Approved by:	0mp, bcr
  Differential Revision:	https://reviews.freebsd.org/D16751

Modified:
  head/usr.sbin/jail/jail.8

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8	Mon Aug 20 17:27:30 2018	(r338109)
+++ head/usr.sbin/jail/jail.8	Mon Aug 20 18:17:50 2018	(r338110)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 30, 2018
+.Dd August 20, 2018
 .Dt JAIL 8
 .Os
 .Sh NAME
@@ -1033,7 +1033,7 @@ jail -c path=/data/jail/testjail mount.devfs \\
 .Pp
 Assuming no errors, you will end up with a shell prompt within the jail.
 You can now run
-.Pa /usr/sbin/bsdinstall
+.Xr bsdconfig 8
 and do the post-install configuration to set various configuration options,
 or perform these actions manually by editing
 .Pa /etc/rc.conf ,
@@ -1312,6 +1312,7 @@ environment of the first jail.
 .Xr procfs 5 ,
 .Xr rc.conf 5 ,
 .Xr sysctl.conf 5 ,
+.Xr bsdconfig 8 ,
 .Xr chroot 8 ,
 .Xr devfs 8 ,
 .Xr halt 8 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808201817.w7KIHoC5038986>