Update by author, point readers to downloadable Perl script.
Submitted by: Bob Van Valzah <Bob@BGPBook.Com>
This commit is contained in:
parent
04efc65934
commit
77d92f2d84
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11072
1 changed files with 8 additions and 7 deletions
|
@ -20,8 +20,8 @@
|
|||
<year>2001</year>
|
||||
<holder>Robert A. Van Valzah</holder>
|
||||
</copyright>
|
||||
<pubdate>$Date: 2001-10-16 20:54:26 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.1 2001-10-16 20:54:26 chern Exp $</releaseinfo>
|
||||
<pubdate>$Date: 2001-10-29 23:20:40 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.2 2001-10-29 23:20:40 chern Exp $</releaseinfo>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
|
@ -1026,10 +1026,11 @@ Not to scale</literallayout>
|
|||
&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput>
|
||||
&prompt.root; <userinput>cp /usr/share/examples/vinum/bootvinum /mnt</userinput></screen>
|
||||
|
||||
<para>XXX need to find a way to distribute this script. FTP?
|
||||
Could DN host it?
|
||||
Maybe Greg can commit it?
|
||||
<filename>/usr/share/examples/vinum</filename>?</para>
|
||||
<para>XXX Someday, I would like this script to live in
|
||||
<filename>/usr/share/examples/vinum</filename>.
|
||||
Till then, please use this
|
||||
<ulink url="http://www.BGPBook.Com/vinum/bootvinum">link</ulink>
|
||||
to get a copy.</para>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
@ -2086,7 +2087,7 @@ ok <userinput>boot -s</userinput</screen>
|
|||
use strict;
|
||||
use FileHandle;
|
||||
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.1 2001-10-16 20:54:26 chern Exp $';
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.2 2001-10-29 23:20:40 chern Exp $';
|
||||
# Copyright (C) 2001 Robert A. Van Valzah
|
||||
#
|
||||
# Bootstrap Vinum
|
||||
|
|
Loading…
Reference in a new issue