Skip to content

Commit

Permalink
shared.cfg.guest-os: Add config for RHEL-6.4 guest
Browse files Browse the repository at this point in the history
Signed-off-by: Qingtang Zhou <[email protected]>
  • Loading branch information
zhouqt authored and lmr committed May 8, 2013
1 parent 3d74dac commit 21d6c32
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions shared/cfg/guest-os/Linux/RHEL/6.4.i386.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- 6.4.i386:
vm_arch_name = i686
no setup
nic_hotplug:
modprobe_module =
block_hotplug:
modprobe_module =
image_name = images/rhel64-32
unattended_install:
unattended_file = unattended/RHEL-6-series.ks
cdrom_unattended = images/rhel64-32/ks.iso
kernel = images/rhel64-32/vmlinuz
initrd = images/rhel64-32/initrd.img
syslog_server_proto = udp
unattended_install.cdrom:
cdrom_cd1 = isos/linux/RHEL-6.4-i386-DVD.iso
md5sum_cd1 = 2f1927af5bca9a34f2d9488655b4fdf4
md5sum_1m_cd1 = e2b0ff86d4cd84fb8d3ecd86403a1310
unattended_install..floppy_ks:
floppies = "fl"
floppy_name = images/rhel64-32/ks.vfd
21 changes: 21 additions & 0 deletions shared/cfg/guest-os/Linux/RHEL/6.4.x86_64.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- 6.4.x86_64:
no setup
vm_arch_name = x86_64
nic_hotplug:
modprobe_module =
block_hotplug:
modprobe_module =
image_name = images/rhel64-64
unattended_install:
unattended_file = unattended/RHEL-6-series.ks
cdrom_unattended = images/rhel64-64/ks.iso
kernel = images/rhel64-64/vmlinuz
initrd = images/rhel64-64/initrd.img
syslog_server_proto = udp
unattended_install.cdrom:
cdrom_cd1 = isos/linux/RHEL-6.4-x86_64-DVD.iso
md5sum_cd1 = 467b53791903f9a0c477cbb1b24ffd1f
md5sum_1m_cd1 = 3640edd3eda30739bc0a36977f222efc
unattended_install..floppy_ks:
floppies = "fl"
floppy_name = images/rhel64-64/ks.vfd

0 comments on commit 21d6c32

Please sign in to comment.