Update of /cvsroot/leaf/doc/guide/user-bering-uclibc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19458

Modified Files:
        bucu-ide.xml 
Log Message:
added new chpt 3 from Bering Guide about installation on HD


Index: bucu-ide.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/user-bering-uclibc/bucu-ide.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** bucu-ide.xml        4 Dec 2003 11:21:19 -0000       1.13
--- bucu-ide.xml        27 May 2004 12:32:24 -0000      1.14
***************
*** 32,35 ****
--- 32,55 ----
          </affiliation>
        </author>
+ 
+       <author>
+         <firstname>Jacques</firstname>
+ 
+         <surname>Nilo</surname>
+ 
+         <affiliation>
+           <address><email>jnilo at users.sourceforge.net</email></address>
+         </affiliation>
+       </author>
+ 
+       <author>
+         <firstname>Eric</firstname>
+ 
+         <surname>Wolzak</surname>
+ 
+         <affiliation>
+           <address><email>ericw at users.sourceforge.net</email></address>
+         </affiliation>
+       </author>
      </authorgroup>
  
***************
*** 64,67 ****
--- 84,97 ----
          <revremark>PXEBoot chapter</revremark>
        </revision>
+ 
+       <revision>
+         <revnumber>0.4</revnumber>
+ 
+         <date>2004-05-27</date>
+ 
+         <authorinitials>kp</authorinitials>
+ 
+         <revremark>added IDE chapter (from Bering Guide)</revremark>
+       </revision>
      </revhistory>
    </chapterinfo>
***************
*** 149,155 ****
      <title>Create a bootable HD</title>
  
!     <para>Please read <ulink
!     url="http://leaf.sourceforge.net/doc/guide/bubooting.html#id292211";>Bering
!     User&#39;s Guide Chapter 11.</ulink></para>
    </section>
  
--- 179,231 ----
      <title>Create a bootable HD</title>
  
!     <para>To install Bering-uClibc on an IDE device, proceed as follow:</para>
! 
!     <para>Make sure your IDE device has a first bootable partition and is DOS
!     formatted. With the Windows rescue disk you will have the fdisk and the
!     format utilities to help you doing that. With a linux rescue floppy disk,
!     fdisk and mkfsdos will be your friends.</para>
! 
!     <warning>
!       <para>Be careful: you will be destroying any pre-existing data !</para>
!     </warning>
! 
!     <para>Once you hard disk is formatted install syslinux. You can install
!     syslinux either from a windows or a linux rescue floppy. Boot your floppy
!     then issue the following command:</para>
! 
!     <screen>
! syslinux [-s] /dev/hda1
! </screen>
! 
!     <para>The -s flag might be required for syslinux to work with old buggy
!     BIOSes. See the <ulink url="http://syslinux.zytor.com/faq.php";>syslinux</ulink>
!     web site for more instructions.</para>
! 
!     <para>Boot a Bering-uClibc floppy. Install on the /boot/lib/modules the
!     ide-mod.o, ide-disk.o and the ide-probe-mod.o modules. Then declare those
!     modules in /boot/etc/modules through the initrd package configuration menu
!     in this order. Then backup the initrd.lrp package. Once this is done, edit
!     the <filename>syslinux.cfg</filename> file and change the &#34;boot&#34;
!     and &#34;PKGPATH&#34; entries to point to your harddisk. It will look
!     like:</para>
! 
!     <screen>
! display syslinux.dpy
! timeout 0
! default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 boot=/dev/hda1:msdos 
PKGPATH=/dev/hda1
!    
LRP=root,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscache,sshd,ipsec,weblet</screen>
! 
!     <para>Once you have finished with your floppy preparation, copy all the
!     files from it EXCEPT <filename>ldlinux.sys</filename> (which is created by
!     syslinux) to the IDE device that you prepared earlier. You should now be
!     able to boot from the IDE device. Once again be careful not to copy
!     <filename>ldlinux.sys</filename> from the floppy otherwise your disk
!     won&#39;t be bootable and you will have to go over the installation of
!     syslinux on your hard disk again.</para>
! 
!     <para>An alternative methode is to prepare and load the packages onto your
!     disk with pxeinstall.tgz described in the next chapter. Besides it&#39;s
!     pretty fast, once you&#39;cve setup the environment, it is useful if your
!     router has no floppy drive.</para>
    </section>
  
***************
*** 160,165 ****
        <title>Introduction</title>
  
!       <para>This page describes how to setup an environment in which you can
!       use PXE to boot systems like a <ulink 
url="http://www.soekris.com";>Soekris</ulink>
        net4501 or a <ulink url="http://www.lex.com.tw/index1.htm";>LexSystem</ulink>
        (tested with a CV860A version). A lot of information on this issue is
--- 236,241 ----
        <title>Introduction</title>
  
!       <para>This section describes how to setup an environment in which you
!       can use PXE to boot systems like a <ulink 
url="http://www.soekris.com";>Soekris</ulink>
        net4501 or a <ulink url="http://www.lex.com.tw/index1.htm";>LexSystem</ulink>
        (tested with a CV860A version). A lot of information on this issue is



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to