remove the hidden flag in template vhd-file

This commit is contained in:
anthony 2011-03-15 16:53:58 -07:00
parent ebba4d9420
commit 6a0530823b
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ then
then
vhd-util check -n ${tmpltimg2} > /dev/null
rollback_if_needed $tmpltfs $? "vhd check of $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