Skip to content

Commit

Permalink
fixup! Use DVD image to bootstrap pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Feb 13, 2024
1 parent c69b64d commit eab5197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion freebsd.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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<wait30s>",
Expand Down
1 change: 0 additions & 1 deletion resources/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit eab5197

Please sign in to comment.