From ec0258cd5f70a1e97bdca741866a500f72c44f98 Mon Sep 17 00:00:00 2001 From: damitha Date: Thu, 22 Nov 2012 09:15:43 +0000 Subject: [PATCH] git-svn-id: https://svn.wso2.org/repos/wso2/carbon/platform/trunk@148965 a5903396-d722-0410-b921-86c7d4935375 --- build/tropos/image_create/image_action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tropos/image_create/image_action.sh b/build/tropos/image_create/image_action.sh index b0d1c53022..1834e8aa80 100644 --- a/build/tropos/image_create/image_action.sh +++ b/build/tropos/image_create/image_action.sh @@ -9,8 +9,8 @@ image_root="" software="" image_type="" loopdevice="/dev/loop3" -nbddevice="/dev/nbd4" -nbdmount="/dev/nbd4p1" +nbddevice="/dev/nbd2" +nbdmount="/dev/nbd2p1" function image_validate { if [ -z $action ]; then