Replace mentions of obsolete sysinstall with bsdinstall in the whole releng
article. PR: 189388 Submitted by: cm0graff@gmail.com
This commit is contained in:
parent
1282c75d06
commit
4ec38467f9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51814
1 changed files with 11 additions and 11 deletions
|
@ -529,7 +529,7 @@
|
|||
</simpara>
|
||||
</footnote>
|
||||
This information is currently kept in
|
||||
<filename>src/usr.sbin/sysinstall/dist.c</filename>.</para>
|
||||
<filename>src/usr.sbin/bsdinstall/dist.c</filename>.</para>
|
||||
|
||||
<para>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 <filename>README.TXT</filename> file that
|
||||
explains the contents of the disc, a
|
||||
<filename>CDROM.INF</filename> 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>filename.txt</filename> file that
|
||||
provides a manifest for the disc. This
|
||||
<emphasis>manifest</emphasis> can be created with a simple
|
||||
|
@ -765,15 +765,15 @@
|
|||
need to create installation floppy disks.</para>
|
||||
|
||||
<para>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 <filename>src/release</filename> and <filename>src/usr.sbin/sysinstall</filename>.
|
||||
in <filename>src/release</filename> and <filename>src/usr.sbin/bsdinstall</filename>.
|
||||
Specifically, the file <filename>src/release/Makefile</filename>, and
|
||||
<filename>dist.c</filename>, <filename>dist.h</filename>,
|
||||
<filename>menus.c</filename>, <filename>install.c</filename>, and
|
||||
<filename>Makefile</filename> will need to be updated under
|
||||
<filename>src/usr.sbin/sysinstall</filename>. Optionally, you may choose
|
||||
to update <filename>sysinstall.8</filename>.</para>
|
||||
<filename>src/usr.sbin/bsdinstall</filename>. Optionally, you may choose
|
||||
to update <filename>bsdinstall.8</filename>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -782,7 +782,7 @@
|
|||
|
||||
<para>The second disc is also largely created by <command>make
|
||||
release</command>. This disc contains a <quote>live
|
||||
filesystem</quote> that can be used from &man.sysinstall.8; to
|
||||
filesystem</quote> 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 <filename>CVSROOT</filename> directory and
|
||||
|
@ -800,9 +800,9 @@
|
|||
that indicates which volume that particular package is on.
|
||||
Each volume in the set must also have the
|
||||
<literal>CD_VOLUME</literal> variable set in the
|
||||
<filename>cdrom.inf</filename> file so that sysinstall can
|
||||
<filename>cdrom.inf</filename> 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.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
@ -910,10 +910,10 @@
|
|||
be expected to answer questions about it.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Scripting <command>sysinstall</command></title>
|
||||
<title>Scripting <command>bsdinstall</command></title>
|
||||
|
||||
<para>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
|
||||
<footnote>
|
||||
|
|
Loading…
Reference in a new issue