On Fri, 21 Jun 2002, Michael McClure wrote:
> I've got all kinds of customized settings in my modules and filter list
> on my Eigerstein LRP.
>
> I want to migrate to Dachstein LEAF, but it will be such a hassle if I
> have figure out all the stuff I changed....Can I use Eigerstein modules,
> and in particular, my Eigerstein ipfilter.conf file on my Dachstein
> machine so I don't have to have to re-figure all my changes?
I don't think you can use Eigerstein modules with the Dachstein
kernel. You could keep the old kernel, but I would think you would prefer
to use the most updated 2.2 kernel available.
If you extract each of your packages on a full distro, you can use diff to
generate a "patch" file to see all the differences between a standard
Eigerstein package and your changed version. Then you can read the patch
file as a guide to remind you what changes to make to Dachstein to bring
it in line. The actual textual changes that have to be made to DS will
probably vary from those used in ES, so I don't think can use "patch" to
automate the changes, but the patchfile will thoroughly summarize your
existing modifications.
For example:
cd /tmp
mkdir original changed
cd original
tar xzvf /wherever/your/original/is/etc.lrp
cd ../changed
tar xzvf /wherever/your/changed/is/etc.lrp
cd ..
diff -ur original changed >changes.patch
less changes.patch
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<[EMAIL PROTECTED]> Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#. rocks...2k
---------------------------------------------------------------------------
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html