mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 21:33:13 -04:00
ova: fix packer build — correct password hash, boot command, overlay copy
- Fix user-data password hash to match ssh_password (zroc-setup-temp) - Increase boot_wait to 10s and escape semicolon in autoinstall boot command - Add mkdir provisioner before file upload to ensure /tmp/overlays exists - Build tested successfully: 1.4G OVA + 2.9G qcow2 in 15 minutes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ autoinstall:
|
||||
identity:
|
||||
hostname: zroc-appliance
|
||||
username: zroc
|
||||
password: "$6$rounds=4096$packer$xKDMK6dLB2.8PZnJnXGpYQ9o0CWbEe4s7T5JY3bVq1ZQ2RQ6y7dAjH4wqpVLBkHPHU/CuW7.8SsLQ6TYe1"
|
||||
password: "$6$packer$gwlQZBIqCQJgsuatoEA7pHxI3qdmXPR/PHH6s8Nw8LTKz.OABa.LAU9JvGKcXPKjxNOIVRoKMVNNjMJyIWKM30"
|
||||
|
||||
ssh:
|
||||
install-server: true
|
||||
|
||||
Reference in New Issue
Block a user