summaryrefslogtreecommitdiffstats
path: root/release/picobsd/mfs_tree/stand/update
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/mfs_tree/stand/update')
-rwxr-xr-xrelease/picobsd/mfs_tree/stand/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/mfs_tree/stand/update b/release/picobsd/mfs_tree/stand/update
index 16cdfda..1b2193e 100755
--- a/release/picobsd/mfs_tree/stand/update
+++ b/release/picobsd/mfs_tree/stand/update
@@ -3,7 +3,7 @@
# script to edit and save some config file(s)
thefiles=$*
pwd=`pwd`
-set `df /` ; dev="/dev/$8"
+dev="/dev/fd0c"
echo "Updating content on ${dev}: "
mount ${dev} /mnt
if [ "X$?" != "X0" ] ; then
OpenPOWER on IntegriCloud