Bumped the size of the node image to 700M.
[ovirt-node-image.git] / common-install.ks
blobfc9b53cc710d64acbee483b0d16c97ec63d47073
1 lang C
2 keyboard us
3 timezone --utc UTC
4 auth --useshadow --enablemd5
5 selinux --enforcing
6 firewall --disabled
7 # TODO: the sizing of the image needs to be more dynamic
8 part / --size 700 --fstype ext2
9 services --enabled=auditd,ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid
10 # This requires a new fixed version of livecd-creator to honor the --append settings.
11 bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8"
13 # not included by default in Fedora 10 livecd initramfs
14 device virtio_blk
15 device virtio_pci
16 device scsi_wait_scan