imgimport does not support kit related in 2.8.x,warning replace error for defect 4093

This commit is contained in:
baiyuan 2014-06-05 02:06:22 -04:00
parent 5302abb4a9
commit 74fea7a308

View File

@ -1496,7 +1496,7 @@ sub create_symlink {
}
}
} else {
$callback->({error => ["osimage table or kitcomponent do not exist"],errorcode=>[1]});
$callback->({warning => ["osimage table or kitcomponent do not exist"],errorcode=>[1]});
return 1;
}
}