Date: Thu, 2 May 2002 19:50:07 -0700 (PDT) From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-doc@FreeBSD.org Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i386/loader fail Message-ID: <200205030250.g432o7q70224@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/37127; it has been noted by GNATS. From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-gnats-submit@FreeBSD.org, peterm@telstra.net Cc: Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i386/loader fail Date: Fri, 3 May 2002 04:42:58 +0200 What do you think about this change to the handbook? Instead of step 4 #cd /sys/boot/i386/boot2 #make #make install step 5 #cd /sys/boot/i386/loader #make #make install is should say step 4 #cd /sys/boot/ #make #cd /sys/boot/i386/boot2 #make install #cd /sys/boot/i386/boot2 #make install This patch is to doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml --- chapter.sgml?rev=1.59 Mon Apr 29 14:22:30 2002 +++ chapter.sgml Fri May 3 04:30:22 2002 @@ -2437,18 +2437,13 @@ </step> <step> - <para>Recompile and install the boot blocks:</para> + <para>Recompile and install the boot blocks and the boot loader:</para> - <screen>&prompt.root; <userinput>cd /sys/boot/i386/boot2</userinput> -&prompt.root; <userinput>make</userinput> -&prompt.root; <userinput>make install</userinput></screen> - </step> - - <step> - <para>Recompile and install the boot loader:</para> - - <screen>&prompt.root; <userinput>cd /sys/boot/i386/loader</userinput> + <screen>&prompt.root; <userinput>cd /sys/boot</userinput> &prompt.root; <userinput>make</userinput> +&prompt.root; <userinput>cd /sys/boot/i386/boot2</userinput> +&prompt.root; <userinput>make install</userinput> +&prompt.root; <userinput>cd /sys/boot/i386/loader</userinput> &prompt.root; <userinput>make install</userinput></screen> </step> /Johan K -- Johan Karlsson mailto:k@numeri.campus.luth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205030250.g432o7q70224>