create directories with the correct perms
[ovirt-node-image.git] / common-install.ks
blobf75fd21c4d1f5b9643523afff007414f6b1df6ba
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
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