Make multipath work with with r/o root fs
[ovirt-node-image.git] / common-install.ks
blobf3443b6d0b11eda826b462a17a89b1c9fcf6318d
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,multipathd
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
18 # multipath kmods
19 device dm-multipath
20 device dm-round-robin