commit 32720a701c15ead6ab273f9a1550cacf9fb96e7e from: Sergey Bronnikov date: Wed Nov 25 09:16:59 2015 UTC Update Virtuozzo 6.0 Packer template: - default disk size were increased - added option to skip product activation step in installation commit - f92e29567b70930c61280806dbb6d36e2b74ef04 commit + 32720a701c15ead6ab273f9a1550cacf9fb96e7e blob - f8f3bee7e61aae88301ace73b8e77803828e85fa blob + e48489315030944ab16e01f6b5697f6c4435fe54 --- http/virtuozzo-6.0/ks.cfg +++ http/virtuozzo-6.0/ks.cfg @@ -12,6 +12,7 @@ bootloader --location=mbr --driveorder=sda --append="c text skipx +key --skip zerombr clearpart --all --initlabel @@ -23,8 +24,14 @@ reboot user --name=vagrant --plaintext --password vagrant %packages --ignoremissing -@core +@base @templates +@ps +@vz +bridge-utils +gcc +gcc-c++ +kernel-devel -iwl*firmware bzip2 %end blob - db57cba1c1808322d2b9cf3304cc736aa92ee8a1 blob + 520328ed8ec39742813d3315ea10ccea111a802a --- scripts/vmtools.sh +++ scripts/vmtools.sh @@ -18,6 +18,7 @@ virtualbox-iso|virtualbox-ovf) ;; vmware-iso|vmware-vmx) + yum install -y kernel-headers kernel-devel gcc make net-tools mkdir -p /tmp/vmfusion; mkdir -p /tmp/vmfusion-archive; mount -o loop $HOME_DIR/linux.iso /tmp/vmfusion; blob - a4c301da4397c6addadfdabb81c7a96e7bce5708 blob + 8246b5a38ccd8578c89c563471e111e1ef071774 --- virtuozzo-6.0.json +++ virtuozzo-6.0.json @@ -29,7 +29,7 @@ " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `ks_path`}}" ], "boot_wait": "10s", - "disk_size": 40520, + "disk_size": 409600, "guest_os_type": "RedHat_64", "http_directory": "http", "iso_checksum": "{{user `iso_checksum`}}", @@ -55,7 +55,7 @@ " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `ks_path`}}" ], "boot_wait": "10s", - "disk_size": 40520, + "disk_size": 409600, "guest_os_type": "centos-64", "http_directory": "http", "iso_checksum": "{{user `iso_checksum`}}", @@ -81,7 +81,7 @@ " text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `ks_path`}}" ], "boot_wait": "10s", - "disk_size": 40520, + "disk_size": 409600, "guest_os_type": "psbm", "http_directory": "http", "iso_checksum": "{{user `iso_checksum`}}",