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

Modified Files:
        bucu-ide.xml 
Log Message:
again reworked hd chapter - mention mbr.bin


Index: bucu-ide.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/user-bering-uclibc/bucu-ide.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** bucu-ide.xml        6 Jul 2004 18:27:35 -0000       1.19
--- bucu-ide.xml        7 Jul 2004 19:16:57 -0000       1.20
***************
*** 272,279 ****
      <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>
--- 272,277 ----
      <para>To install Bering-uClibc on an IDE device, proceed as follow:</para>
  
!     <para>You have to make sure your IDE device has a first bootable partition
!     and is DOS formatted. </para>
  
      <warning>
***************
*** 281,287 ****
      </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>
--- 279,311 ----
      </warning>
  
!     <para>Replace initrd.lrp on your Bering-uClibc floppy with <ulink
!     
url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/bin/packages/uclibc-0.9/20/initrd_ide_cd.lrp?rev=HEAD&#38;content-type=application/octet-stream";>initrd_ide_cd.lrp</ulink>
!     and boot from that floppy.</para>
! 
!     <para>Keep a second floppy with the hdsupp.lrp package around and insert
!     this floppy after boot.</para>
! 
!     <para>After login mount the new floppy with hdsupp.lrp, install
!     hdsupp.lrp, partition and format your IDE disk:</para>
! 
!     <screen>mount /dev/fd0 /mnt
! cp /mnt/hdsupp.lrp /
! cd /
! lprkg -i hdsupp
! fdisk /dev/hda</screen>
! 
!     <para>Create an empty DOS partition table (using the &#39;o&#39; command),
!     create a primary partition and make that bootable (using the &#39;a&#39;
!     command). Save your changes with &#39;w&#39;.</para>
! 
!     <para>Format the IDE device:</para>
! 
!     <screen>mkfs.msdos /dev/hda1</screen>
! 
!     <para>and create a Master Boot Record:</para>
! 
!     <para><screen>dd if=/usr/sbin/mbr.bin of=/dev/hda bs=512 count=1</screen></para>
! 
!     <para>Now you can install syslinux; issue the following command:</para>
  
      <screen>syslinux [-s] /dev/hda1</screen>
***************
*** 291,297 ****
      web site for more instructions.</para>
  
!     <para>Replace initrd.lrp on your Bering-uClibc floppy with <ulink
!     
url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/bin/packages/uclibc-0.9/20/initrd_ide_cd.lrp?rev=HEAD&#38;content-type=application/octet-stream";>initrd_ide_cd.lrp</ulink>
!     and boot from that floppy.</para>
  
      <para>Once this is done, the steps for Bering-uClibc 2.1 and previous
--- 315,322 ----
      web site for more instructions.</para>
  
!     <para>Umount the floppy with hdsupp.lrp, reinsert your boot floppy and
!     mount it:</para>
! 
!     <para><screen>mount /dev/fd0u1680 /mnt</screen></para>
  
      <para>Once this is done, the steps for Bering-uClibc 2.1 and previous
***************
*** 302,307 ****
  
        <para>For Bering-uClibc 2.1 and earlier versions 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>
--- 327,333 ----
  
        <para>For Bering-uClibc 2.1 and earlier versions edit the
!       <filename>syslinux.cfg</filename> file in /mnt and change the
!       &#34;boot&#34; and &#34;PKGPATH&#34; entries to point to your harddisk.
!       It will look like:</para>
  
        <screen>
***************
*** 321,326 ****
        <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>
  
--- 347,352 ----
        <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;ve setup the environment, it is
!       especially useful if your router has no floppy drive.</para>
      </section>
  
***************
*** 371,375 ****
        <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>
--- 397,401 ----
        <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;ve setup the environment, it is
        useful if your router has no floppy drive.</para>
      </section>
***************
*** 760,764 ****
  
  pxe: -root-
! # syslinux /dev/hda1</programlisting></para>
  
        <para>Now you can use the <command>wget</command> command to download
--- 786,796 ----
  
  pxe: -root-
! # syslinux /dev/hda1
! 
! pxe: -root - 
! # dd if=/usr/sbin/mbr.bin of=/dev/hda bs=512 count=1</programlisting></para>
! 
!       <para>The last command installs a master boot record on to your IDE
!       disk.</para>
  
        <para>Now you can use the <command>wget</command> command to download



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to