Minor change to firstboot, closes #591

SVN-Revision: 4307
This commit is contained in:
Gerry Rozema 2006-07-27 19:22:40 +00:00
parent 215fee8e32
commit 6f0b787692

View file

@ -22,7 +22,7 @@ dupe() { # <new_root> <old_root>
./rom/note) ;; #nothing
./etc/config*|\
./etc/resolv.conf|\
./usr/lib/ipkg/info) cp -af $2/$file $file;;
./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
*) ln -sf /rom/${file#./*} $file;;
esac
done