Remove a 'set -x' that snuck in during testing.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-09-28 17:16:45 +00:00
parent c925095689
commit 8234f86da8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=272262

View File

@ -116,7 +116,6 @@ vm_create_vmdisk() {
;;
esac
set -x
mkimg -f ${mkimg_format} -s gpt \
-b /boot/pmbr -p freebsd-boot/bootfs:=/boot/gptboot \
-p freebsd-swap/swapfs::1G \