Skip to content

Server-Factory/Qemu-Utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Factory Qemu Utils

Qemu utils for Server Factory.

Notes

This set of Qemu management scripts is in proof of concept phase. It is not production ready. So far it has been tried out on macOS only!

Example files for image_sync.sh, image_location.settings and image_provider.settings are located under Examples directory.

How to use

Tbd.

Preparing guest operating systems

Guest operating system should be installed with noapic setting for the kernel. To do so follow these steps:

  • Boot into the guest operating system
  • Edit the following file: /boot/grub2/grub.cnf
  • Locate kernel loading line ad append noapic setting. Line should look similar to this: kernel /vmlinuz-2.6.18-194.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet noapic acpi=off

Packages

No packages published

Languages

  • Shell 100.0%