#!/bin/sh
-# $Id: firstboot 5544 2006-11-17 03:07:10Z nbd $
. /etc/functions.sh
partname="rootfs_data"
case "$file" in
./rom/note) ;; #nothing
./etc/config*|\
- ./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
+ ./usr/lib/opkg/info/*) cp -af $2/$file $file;;
*) ln -sf /rom/${file#./*} $file;;
esac
done