--- flashdist-20040312/flashdist.sh	Fri Mar 12 13:20:14 2004
+++ flashdist/flashdist.sh	Wed Jun  9 11:17:15 2004
@@ -338,7 +338,7 @@
 
 # Peanut Butter Wolf, give the people some technology!
 for i in `cat $2`; do
- if [ ! -f $4/$i ]; then
+ if [ ! -f $4/$i -a ! -h $4/$i -a ! -d $4/$i ]; then
   echo $i NOT FOUND
   notfound=1
  fi
@@ -439,7 +439,7 @@
 fi
 
 echo -n Copying OpenBSD distribution to media...
-tar cf - -C $4 `cat $T` | tar xpf - -C $TT
+tar cf - -C $4 -I $T | tar xpf - -C $TT
 echo done
 
 # Here we assume that your new install will want to use the same name
