Skip to content

Commit 65e87c2

Browse files
author
damitha
committed
git-svn-id: https://svn.wso2.org/repos/wso2/carbon/platform/trunk@148964 a5903396-d722-0410-b921-86c7d4935375
1 parent b82fcd5 commit 65e87c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/tropos/image_create/image_action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ image_root=""
99
software=""
1010
image_type=""
1111
loopdevice="/dev/loop3"
12-
nbddevice="/dev/nbd3"
13-
nbdmount="/dev/nbd3p1"
12+
nbddevice="/dev/nbd4"
13+
nbdmount="/dev/nbd4p1"
1414

1515
function image_validate {
1616
if [ -z $action ]; then

0 commit comments

Comments
 (0)