aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nslu2-binary-only
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-12-05 07:50:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-05 07:50:27 +0000
commite9479488a6f8b95833b389682f68cc2137b49cc6 (patch)
treecaa50c07109a2d0952d8ede8178ab2c9d6dfd364 /packages/nslu2-binary-only
parent6ba543a9d351edf97f22e628c3aa8b364b4cec95 (diff)
downloadopenembedded-e9479488a6f8b95833b389682f68cc2137b49cc6.tar.gz
unslung-rootfs: Updated unsling to match new kernel mapping of drives.
Diffstat (limited to 'packages/nslu2-binary-only')
-rwxr-xr-xpackages/nslu2-binary-only/unslung-rootfs/unsling12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/unsling b/packages/nslu2-binary-only/unslung-rootfs/unsling
index b784378812..c78bb7bbfe 100755
--- a/packages/nslu2-binary-only/unslung-rootfs/unsling
+++ b/packages/nslu2-binary-only/unslung-rootfs/unsling
@@ -12,22 +12,22 @@ fi
if [ $# -eq 1 ] ; then
if [ "$1" = "disk1" ] ; then
targ=/share/hdd/data
- flag=.sda1root
+ flag=.sdb1root
elif [ "$1" = "disk2" ] ; then
targ=/share/flash/data
- flag=.sdb1root
+ flag=.sda1root
elif [ "$1" = "hdd-data" ] ; then
targ=/share/hdd/data
- flag=.sda1root
+ flag=.sdb1root
elif [ "$1" = "hdd-conf" ] ; then
targ=/share/hdd/conf
- flag=.sda2root
+ flag=.sdb2root
elif [ "$1" = "flash-data" ] ; then
targ=/share/flash/data
- flag=.sdb1root
+ flag=.sda1root
elif [ "$1" = "flash-conf" ] ; then
targ=/share/flash/conf
- flag=.sdb2root
+ flag=.sda2root
else
echo $usage
exit 1