Subject: misc/35915: wrong paths in guide
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <netbsd@eq.cz>
List: netbsd-bugs
Date: 03/04/2007 14:10:01
>Number: 35915
>Category: misc
>Synopsis: wrong paths in guide
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 04 14:10:00 +0000 2007
>Originator: rudolf
>Release:
>Organization:
>Environment:
>Description:
There seems to be wrong paths in the guide in "19.1. Creating a custom install/boot floppies for i386", see the "fix" part of this pr.
>How-To-Repeat:
>Fix:
--- chap-misc.xml.orig 2007-03-04 14:58:14.000000000 +0100
+++ chap-misc.xml 2007-03-04 14:59:47.000000000 +0100
@@ -42,7 +42,7 @@
whatever tools are needed, usually &man.init.8; and some
tools like sysinst, &man.ls.1;, etc. To create the standard
ramdisk, go to
- <filename>/usr/src/distrib/i386/floppies/ramdisk-big</filename>
+ <filename>/usr/src/distrib/i386/ramdisks/ramdisk-big</filename>
and run <command>make</command>.</para>
<para>This will create the
@@ -55,7 +55,7 @@
<para>Now, the ramdisk gets inserted into the kernel, producing a
new kernel which includes the ramdisk, all in one file. To
do so, change into the
- <filename>/usr/src/distrib/i386/floppies/instkernel</filename>
+ <filename>/usr/src/distrib/i386/instkernel</filename>
directory and run <command>make</command>.</para>
</step>