Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Aligned armhfp ks on the x86_64 one * Add architecture to basesearch for i386 image * Set the default IO scheduler to noop (#124) The best IO scheduler for a VM is noop, not the default cfq. We have to send the disk sectors to be written or read as fast as possible to the host OS, which is the only one able to optimize and reorder the disk operations considering the needs of all hosted VMs and other applications that might be running. The RedHat documentation also recommends noop for guest VMs, unless they use dedicated raw partitions (not the case for Vagrant images). * Add open-vm-tools to the images Fixes issue #134 * Do not add open-vm-tools to centos/6 The package appears not to exist in CentOS Linux 6. * Use the proper syntax for the services line
- Loading branch information