summaryrefslogtreecommitdiff
path: root/packages/nslu2-binary-only
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-03-25 05:34:56 +0000
committerRod Whitby <rod@whitby.id.au>2007-03-25 05:34:56 +0000
commit91a686ccf1d8c457b592f924d81e4ac502283199 (patch)
tree780b4bae9c8254d0c9453d0265d37661c83ebab8 /packages/nslu2-binary-only
parentc94d05d33f4d266cb9c3996ed4d14c04868d24a8 (diff)
unslung-rootfs: Removed cpio and findutils stuff from unsling
Diffstat (limited to 'packages/nslu2-binary-only')
-rwxr-xr-xpackages/nslu2-binary-only/unslung-rootfs/unsling4
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