correct the script name in instructions
[ovirt-node-image.git] / common-install.ks
blob975becdc6a8398e0be1e9568174af06435dc004e
1 lang C
2 keyboard us
3 timezone --utc UTC
4 auth --useshadow --enablemd5
5 selinux --enforcing
6 firewall --disabled
7 part / --size 550 --fstype ext2
8 services --enabled=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