diff --git a/freebsd.pkr.hcl b/freebsd.pkr.hcl index cdd2bff..c8702fd 100644 --- a/freebsd.pkr.hcl +++ b/freebsd.pkr.hcl @@ -129,7 +129,7 @@ source "qemu" "qemu" { qemu_binary = "qemu-system-${var.qemu_architecture}" firmware = var.firmware - boot_wait = "5s" + boot_wait = "6s" boot_command = [ "2", diff --git a/resources/cleanup.sh b/resources/cleanup.sh index 77c516f..d16ff04 100755 --- a/resources/cleanup.sh +++ b/resources/cleanup.sh @@ -3,7 +3,6 @@ set -exu cleanup() { - umount /mnt pkg clean -a -y sed -i '' 's/signature_type: "none"/signature_type: "fingerprints"/' /etc/pkg/FreeBSD.conf }