diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-25 05:34:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-25 05:34:56 +0000 |
commit | 91a686ccf1d8c457b592f924d81e4ac502283199 (patch) | |
tree | 780b4bae9c8254d0c9453d0265d37661c83ebab8 /packages/nslu2-binary-only | |
parent | c94d05d33f4d266cb9c3996ed4d14c04868d24a8 (diff) |
unslung-rootfs: Removed cpio and findutils stuff from unsling
Diffstat (limited to 'packages/nslu2-binary-only')
-rwxr-xr-x | packages/nslu2-binary-only/unslung-rootfs/unsling | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/unsling b/packages/nslu2-binary-only/unslung-rootfs/unsling index 6c4dc4ca52..539a1d2b58 100755 --- a/packages/nslu2-binary-only/unslung-rootfs/unsling +++ b/packages/nslu2-binary-only/unslung-rootfs/unsling @@ -182,9 +182,7 @@ if ! [ -d $targ/public ] || ! [ -f $targconf/.dongle ] || ! [ -f $targconf/passw echo "the device, or the formatting of the device." exit 1 fi -# /usr/bin/find / -xdev -print | /usr/bin/cpio -p -d -m -u $targ -# rm -rf $targ/dev ; mv $targ/dev.state $targ/dev -# rm -rf $targ/var ; mv $targ/var.state $targ/var + echo "./var/tmp" > /tmp/xfile echo "./dev.state" >> /tmp/xfile echo "./var.state" >> /tmp/xfile |