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