remove template vhd hidden flag

This commit is contained in:
anthony 2011-03-16 16:12:35 -07:00
parent d8d416dbbd
commit d03e401278
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ then
then
vhd-util check -n ${tmpltimg2} > /dev/null
rollback_if_needed $tmpltfs $? "vhd tool check $tmpltimg2 failed\n"
vhd-util set -n ${tmpltimg2} -f "hidden" -v "0" > /dev/null
rollback_if_needed $tmpltfs $? "vhd remove $tmpltimg2 hidden failed\n"
fi
fi