I'm uploading a new dev package.
we've tried various way to package it so that it updates nicely while
devfs is mounted.
we'ven't succeed in updating from old rh like dev package to new
packages.
so if you want to update from your old dev packages (only for dev
package < 3.3.1), you can either:
- stop devfsd ("kill devfsd") before updating to dev-3.3.1 and
restarting it afer ("devfsd /dev")
- fake devfsd:
o before updating to dev-3.3.1-1mdk :
"mkdir /root/mirror"
"mount --bind / /root-mirror"
"mount --bind /root/root-mirror /dev"
o after dev-3.3.1-1mdk update:
"umount /dev /root/root-mirror"
all future updates of dev package will works smoothly