From owner-svn-doc-all@freebsd.org Sun Jun 10 18:55:46 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C86D01013903; Sun, 10 Jun 2018 18:55:45 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72D60715A2; Sun, 10 Jun 2018 18:55:45 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FBFA10C9D; Sun, 10 Jun 2018 18:55:45 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AItj3f091628; Sun, 10 Jun 2018 18:55:45 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AItj0m091627; Sun, 10 Jun 2018 18:55:45 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201806101855.w5AItj0m091627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sun, 10 Jun 2018 18:55:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51814 - head/en_US.ISO8859-1/articles/releng X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/releng X-SVN-Commit-Revision: 51814 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 18:55:46 -0000 Author: bcr Date: Sun Jun 10 18:55:44 2018 New Revision: 51814 URL: https://svnweb.freebsd.org/changeset/doc/51814 Log: Replace mentions of obsolete sysinstall with bsdinstall in the whole releng article. PR: 189388 Submitted by: cm0graff@gmail.com Modified: head/en_US.ISO8859-1/articles/releng/article.xml Modified: head/en_US.ISO8859-1/articles/releng/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/releng/article.xml Sun Jun 10 18:31:35 2018 (r51813) +++ head/en_US.ISO8859-1/articles/releng/article.xml Sun Jun 10 18:55:44 2018 (r51814) @@ -529,7 +529,7 @@ This information is currently kept in - src/usr.sbin/sysinstall/dist.c. + src/usr.sbin/bsdinstall/dist.c. After the release has been built, a number of files should be updated to announce the release to the world. These files @@ -740,7 +740,7 @@ discs must contain a README.TXT file that explains the contents of the disc, a CDROM.INF file that provides meta-data for - the disc so that &man.sysinstall.8; can validate and use the + the disc so that &man.bsdinstall.8; can validate and use the contents, and a filename.txt file that provides a manifest for the disc. This manifest can be created with a simple @@ -765,15 +765,15 @@ need to create installation floppy disks. If a custom kernel of &os; is to be included, then - &man.sysinstall.8; and &man.release.7; must be updated to + &man.bsdinstall.8; and &man.release.7; must be updated to include installation instructions. The relevant code is contained - in src/release and src/usr.sbin/sysinstall. + in src/release and src/usr.sbin/bsdinstall. Specifically, the file src/release/Makefile, and dist.c, dist.h, menus.c, install.c, and Makefile will need to be updated under - src/usr.sbin/sysinstall. Optionally, you may choose - to update sysinstall.8. + src/usr.sbin/bsdinstall. Optionally, you may choose + to update bsdinstall.8. @@ -782,7 +782,7 @@ The second disc is also largely created by make release. This disc contains a live - filesystem that can be used from &man.sysinstall.8; to + filesystem that can be used from &man.bsdinstall.8; to troubleshoot a &os; installation. This disc should be bootable and should also contain a compressed copy of the CVS repository in the CVSROOT directory and @@ -800,9 +800,9 @@ that indicates which volume that particular package is on. Each volume in the set must also have the CD_VOLUME variable set in the - cdrom.inf file so that sysinstall can + cdrom.inf file so that bsdinstall can tell which volume is which. When a user attempts to install a - package that is not on the current disc, sysinstall will + package that is not on the current disc, bsdinstall will prompt the user to insert the appropriate one. @@ -910,10 +910,10 @@ be expected to answer questions about it. - Scripting <command>sysinstall</command> + Scripting <command>bsdinstall</command> The &os; system installation and configuration tool, - &man.sysinstall.8;, can be scripted to provide automated installs + &man.bsdinstall.8;, can be scripted to provide automated installs for large sites. This functionality can be used in conjunction with &intel; PXE