From owner-freebsd-current@freebsd.org Sun Oct 29 14:13:18 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D3EAE3A683 for ; Sun, 29 Oct 2017 14:13:18 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED3EE7F3B2 for ; Sun, 29 Oct 2017 14:13:17 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x22d.google.com with SMTP id e89so21709474ioi.11 for ; Sun, 29 Oct 2017 07:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jSpATAG9QLPhv42sP89Hg0hGbLUXZToz1nfUxH1xQHA=; b=OTK6SU/RZPMwhlenXqb8fb7tNkHSGCjSGjUwMSTBTCuT/dHGsESA0cVeOSLL40t8Am /eGCLrrXJal7r2xWARcXWqPq7yYmPOXVKrOt4tCQf0z7MCj7aVMZNSUG2qMEYzmgLfyl my1E4S5lJ2TcSddhd7HamD3OnvYukwy3sa+pdsk4pUla7SLzI2f9cDpjnCDF0yb76J2a 6et1nZPhAjxWABgmY55QWaEroK2+WOcW3zYAvKQUZFywfW9QGuB1sf61Q9+T+M9v5jhA dJPCErh90SBTLKOezUtnYrNoMwZW38ggpm6i2Cc82Q0eyfL8A4E1SHqPvCFNG0rVipKH uuag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jSpATAG9QLPhv42sP89Hg0hGbLUXZToz1nfUxH1xQHA=; b=agY/3t9zDH4a1Te4D6y6w9TTeB8BM/utwYI7+sYFL+PZ+Jn2qKzOramqhj2OhPlYrZ fsEEnihqrLY+Y44Dtz865mCXjfw1eTsWCtrBn0u0ewFGGNYe2a8MRZTztC7C0E9OY6Pp zDr0FUKk2GOQyqlTlPLgvJHKoVX+R0DeFAYLvaTDFe5QGdPUYaOy8RCKJ9BrraACHb1E +G5MSsaFZEUBw07gdouz9Tdx6xbAY5iCwyyh9ezo+JSEXL4OZI1iJlbB5i/U1HbL1GkJ t0sYODA00xE/0H/5o4nV5ZKQZ7MdaE3hPg4Tw3/AkU2r+dak18G5t/Xzu5NcHojj0uni Hhfw== X-Gm-Message-State: AMCzsaVKB6M7tB9UaaZ1pGaZZeZQn3gvwKTEbU9hxoUCplHqiaQI4Bvc IsTCJlAYxqVRg0pg3wOfA4X9CfjsUqd+YJbV9+frhw== X-Google-Smtp-Source: ABhQp+Qo+qPYzFcT+NRQn2mDm2vKd5GW+eK8hw2oYX2YNTxa9+CPrwrQC8LapXIQBpTeoGLVA++2YUigI1L95jT4iAQ= X-Received: by 10.107.135.25 with SMTP id j25mr7413346iod.213.1509286396815; Sun, 29 Oct 2017 07:13:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Sun, 29 Oct 2017 07:13:16 -0700 (PDT) From: blubee blubeeme Date: Sun, 29 Oct 2017 22:13:16 +0800 Message-ID: Subject: FreeBSD Documentation To: FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 14:13:18 -0000 How can we suggest edits for the docs? The docs still reference using sysinstall to setup a jail when it hasn't been that since at least 2011 https://www.freebsd.org/cgi/man.cgi?query=jail&sektion=8&manpath=freebsd-release-ports Start a shell in the jail: jail -c path=/data/jail/testjail mount.devfs \ host.hostname=testhostname ip4.addr=192.0.2.100 \ command=/bin/sh Assuming no errors, you will end up with a shell prompt within the jail. You can now run */usr/sbin/sysinstall* and do the post-install configura- tion to set various configuration options, or perform these actions manu- ally by editing */etc/rc.conf*, etc.