Skip to content

Commit

Permalink
package: bump images.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Mar 22, 2024
1 parent 83e66bb commit 380e976
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions packer/images.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"builders": [
{
{
"builders": [
{
"boot_wait": "{{user `sleep`}}",
"disk_size": "{{user `disk_size`}}",
"guest_additions_mode": "disable",
"guest_os_type": "MocaccinoOS",
"headless": true,
"disk_size": "{{user `disk_size`}}",
"guest_additions_mode": "disable",
"guest_os_type": "MocaccinoOS",
"headless": true,
"iso_url": "{{user `iso`}}",
"memory": 1024,
"iso_checksum": "none",
"shutdown_command": "shutdown -hP now",
"ssh_password": "{{user `root_password`}}",
"shutdown_command": "shutdown -hP now",
"ssh_password": "{{user `root_password`}}",
"ssh_username": "{{user `root_username`}}",
"format": "ova",
"ssh_timeout": "1m",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
{
"inline": [
"AUTOMATED_INSTALL=true mocaccino-unattended-installer",
"AUTOMATED_INSTALL=true /usr/sbin/mocaccino-unattended-installer",
"if [ ! -d /mnt/mocaccino/etc/yip.d/ ] ; then mkdir -p /mnt/mocaccino/etc/yip.d/; fi",
"if [ {{user `vagrant`}} == true ]; then cp -rf /vagrant.yaml /mnt/mocaccino/etc/yip.d/vagrant.yaml; fi",
"cp -rf /config.yaml /mnt/mocaccino/etc/yip.d/config.yaml"
Expand All @@ -96,4 +96,3 @@
"vagrant": "false"
}
}

0 comments on commit 380e976

Please sign in to comment.