Current Version:NetBSD/1.5 base.tgz/etc.tgz/kern.tgz from original distribution.make these command. tar --delete -T rmfiles.txt -f base.tar tar --delete -T rmfiles.txt -f etc.tar tar --delete -T rmfiles.txt -f kern.tar // kernel should be "strip -x"-ed. to verify hardlinks: tar xzf base.tgz > /dev/null if you have rmfiles.txt add/delete request,send request to jun@netbsd.org. ### bin-sbin-dynamic.tgz is dynamic-linked /bin,/sbin binary. you can use bin-sbin-dynamic.tgz for Compact Flash Disk space saving. Attention: use only / partition. Don't divide / & /usr partition with bin-sbin-dynamic.tgz. binary can not find under /usr library. -- jun@netbsd.org