Update of /cvsroot/leaf/doc/guide/install-bering-uclibc-v3
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17103
Modified Files:
buci-ide3.xml
Log Message:
fix an outdated link
Index: buci-ide3.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/install-bering-uclibc-v3/buci-ide3.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buci-ide3.xml 27 Nov 2006 09:58:41 -0000 1.4
--- buci-ide3.xml 19 Jul 2007 09:32:44 -0000 1.5
***************
*** 137,141 ****
the Bering-uClibc team provides an already enhanced
<filename>initrd.lrp</filename> with all modules needed to boot from an
! IDE harddisk or IDE CD-ROM drive for Bering-uClibc.</para>
<para>You can download the file <ulink
--- 137,142 ----
the Bering-uClibc team provides an already enhanced
<filename>initrd.lrp</filename> with all modules needed to boot from an
! IDE harddisk or IDE CD-ROM drive for Bering-uClibc version 2.0 and
! above.</para>
<para>You can download the file <ulink
***************
*** 188,192 ****
<section>
! <title>syslinuxcfg</title>
<para>Edit <filename>syslinux.cfg</filename> and change the LEAFCFG
--- 189,206 ----
<section>
! <title>syslinux.cfg for Bering-uClibc 2.1 and earlier versions</title>
!
! <para>Edit <filename>syslinux.cfg</filename> and make shure the
! PKGPATH points to the CD-ROM device and floppy as well (that's the
! place where you store your configuration
settings).<programlisting>display syslinux.dpy
! timeout 0
! default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
boot=/dev/fd0:msdos PKG
! PATH=/dev/cdrom:iso9660,/dev/fd0:msdos
LRP=root,etc,loca.....</programlisting></para>
!
! <para>Now you have a bootable floppy for your CD.</para>
! </section>
!
! <section>
! <title>syslinuxcfg for Bering-uClibc 2.2 and later versions</title>
<para>Edit <filename>syslinux.cfg</filename> and change the LEAFCFG
***************
*** 224,229 ****
<para>Packages can be added or removed in a flexibel way by
! declaring/undeclaring them in <filename>leaf.cfg</filename> on a new
! formatted floppy.</para>
<para>Additionally your configuration settings for all packages can be
--- 238,244 ----
<para>Packages can be added or removed in a flexibel way by
! declaring/undeclaring them in <filename>lrpkg.cfg</filename>
! (Bering-uClibc <= 2.1) or <filename>leaf.cfg</filename>
! (Bering-uClibc >= 2.2) on a new formatted floppy.</para>
<para>Additionally your configuration settings for all packages can be
***************
*** 231,235 ****
<section>
! <title>Declaring packages</title>
<para>Edit <filename>leaf.cfg</filename> on a blank formatted floppy
--- 246,262 ----
<section>
! <title>Declaring packages for Bering-uClibc 2.1 and earlier
! versions</title>
!
! <para>To add or remove packages just edit
! <filename>lrpkg.cfg</filename> on a blank formatted floppy disk - all
! entries on one line. It looks like:</para>
!
!
<screen>root,etc,local,modules,pump,keyboard,shorwall,dnscache,webconf</screen>
! </section>
!
! <section>
! <title>Declaring packages for Bering-uClibc 2.2 and later
! versions</title>
<para>Edit <filename>leaf.cfg</filename> on a blank formatted floppy
***************
*** 252,259 ****
<section>
! <title>Save your configuration</title>
! <para>You can save your configuration changes onto the floppy, you
! have declared <filename>leaf.cfg</filename></para>
</section>
</section>
--- 279,287 ----
<section>
! <title>Backing up your configuration</title>
! <para>You can backup your configuration changes onto the floppy, you
! have declared
! <filename>leaf.cfg</filename>/<filename>lrpkg.cfg</filename>.</para>
</section>
</section>
***************
*** 315,362 ****
<para><screen>mount /dev/fd0u1680 /mnt</screen></para>
! <para>Edit <filename>syslinux.cfg</filename> and change the LEAFCFG
! variable to point to your harddisk:</para>
! <para><screen>display syslinux.dpy
timeout 0
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/hda1:msdos</screen></para>
! <para>Edit <filename>leaf.cfg</filename> and add your packages to LRP and
! change PKGPATH to point to your harddisk.</para>
! <para><screen>LRP="root config etc local modules iptables dnsmasq
keyboard shorwall ulogd libz mawk libssl libm ezipupd dropbear webconf ppp
pppoe libpcap"
PKGPATH=/dev/hda1:msdos
syst_size=8M
log_size=2M</screen></para>
! <para>If you have declared two partitions on your harddisk, and intend to
! use the second partition for backups, you have to add the second partition
! in the PKGPATH variable:</para>
! <screen>LRP="root config etc local modules iptables dnsmasq keyboard
shorwall ulogd libz mawk libssl libm ezipupd dropbear webconf ppp pppoe libpcap"
PKGPATH=/dev/hda2:msdos,/dev/hda1:msdos
syst_size=8M
log_size=2M</screen>
! <note>
! <para>The order in PKGPATH is important!</para>
! <para>Your second partition has to be the first entry to load the stored
! configuration, or partial backup, after the original (unconfigured)
! package.</para>
! </note>
! <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'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's
! pretty fast, once you've setup the environment, it is useful if your
! router has no floppy drive.</para>
</section>
--- 343,425 ----
<para><screen>mount /dev/fd0u1680 /mnt</screen></para>
! <para>Once this is done, the steps for Bering-uClibc 2.1 and previous
! versions and Bering-uClibc 2.2 and later versions are different.</para>
! <section>
! <title>Bering-uClibc 2.1 and earlier versions</title>
!
! <para>For Bering-uClibc 2.1 and earlier versions edit the
! <filename>syslinux.cfg</filename> file in /mnt and change the "boot" and
! "PKGPATH" 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,loc</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'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's pretty fast, once you've setup the environment, it is especially
! useful if your router has no floppy drive.</para>
! </section>
!
! <section>
! <title>Bering-uClibc 2.2 and later versions</title>
!
! <para>For Bering-uClibc 2.2 and later versions edit
! <filename>syslinux.cfg</filename> and change the LEAFCFG variable to
! point to your harddisk:</para>
!
! <para><screen>display syslinux.dpy
timeout 0
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/hda1:msdos</screen></para>
! <para>Edit <filename>leaf.cfg</filename> and add your packages to LRP
! and change PKGPATH to point to your harddisk.</para>
! <para><screen>LRP="root config etc local modules iptables dnsmasq
keyboard shorwall ulogd libz mawk libssl libm ezipupd dropbear webconf ppp
pppoe libpcap"
PKGPATH=/dev/hda1:msdos
syst_size=8M
log_size=2M</screen></para>
! <para>If you have declared two partitions on your harddisk, and intend
! to use the second partition for backups, you have to add the second
! partition in the PKGPATH variable:</para>
! <screen>LRP="root config etc local modules iptables dnsmasq keyboard
shorwall ulogd libz mawk libssl libm ezipupd dropbear webconf ppp pppoe libpcap"
PKGPATH=/dev/hda2:msdos,/dev/hda1:msdos
syst_size=8M
log_size=2M</screen>
! <note>
! <para>The order in PKGPATH is important!</para>
! <para>Your second partition has to be the first entry to load the
! stored configuration, or partial backup, after the original
! (unconfigured) package.</para>
! </note>
! <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'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's pretty fast, once you've setup the environment, it is useful if
! your router has no floppy drive.</para>
! </section>
</section>
***************
*** 840,847 ****
auto-configure the CF you might have big problems!!</para>
! <para>2.) Create a dos bootdisk floppy from bootdisk.com. I have used
! <ulink
!
url="http://csislabs.palomar.edu/Student/Utilities/boot622.exe">http://csislabs.palomar.edu/Student/Utilities/boot622.exe</ulink>
! succesfully.</para>
<para>3.) Install syslinux.com onto the floppy. The file is available
--- 903,908 ----
auto-configure the CF you might have big problems!!</para>
! <para>2.) Create a dos bootdisk floppy from <ulink
! url="http://www.bootdisk.com/bootdisk.htm">bootdisk.com</ulink>. </para>
<para>3.) Install syslinux.com onto the floppy. The file is available
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits