I thought I'd ask about this....

I've been thinking about Eigerstein, and its binaries.  Would it be a
good idea to update all the binaries in the base system?

I was thinking of something like this, done on an Oxygen system:

# mkdir /tmp/work
# cd /tmp/work
# mount /dev/fd0u1680 /mnt/fd0
# apkg -x /mnt/fd0/root.lrp

...then run something like this script...

for i in $(bin/* sbin/* usr/bin/* usr/sbin/* lib/*) ; do
    [ -f /$i ] && cp /$i $i
done

...then continuing on...

# ctar * | gzip -9 -c - > /tmp/root.lrp
# cp /tmp/root.lrp /mnt/fd0
# sync && umount /mnt/fd0

Thoughts?  This makes the not necessarily right assumption that
everything on Oxygen is more recent.

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to