On Thu, Oct 04, 2012 at 11:27:40AM +0100, Nux! wrote:
http://li.nux.ro/download/openstack/ks/centos6_x86_64_minimal.ks
Suggestions on how to improve it welcome.
Why do you need to do the "extend filesystem" stuff? I use KVM at home with virt-install and the partitioning automatically gives the right filesystem size: zerombr yes clearpart --all --initlabel part /boot --fstype=ext4 --asprimary --size=100 part swap --asprimary --size=64 part / --fstype=ext4 --asprimary --grow --size=1
Or is this a mis-feature of openstack that you're having to work around?
FWIW, I also have network --onboot yes --device eth0 --bootproto dhcp --ipv6 auto authconfig --enableshadow --passalgo=sha512
Additional useful packages that I like (I'm a ksh user :-)) yum openssh-server openssh-clients ksh dos2unix ntp-perl logwatch wget acpid yum-plugin-priorities bind-utils
I also strip these packages: -efibootmgr -kernel-firmware -aic94xx-firmware -atmel-firmware -b43-openfwwf -bfa-firmware -ipw2100-firmware -ipw2200-firmware -ivtv-firmware -iwl100-firmware -iwl1000-firmware -iwl3945-firmware -iwl4965-firmware -iwl5000-firmware -iwl5150-firmware -iwl6000-firmware -iwl6000g2a-firmware -iwl6000g2b-firmware -iwl6050-firmware -libertas-usb8388-firmware -netxen-firmware -ql2100-firmware -ql2200-firmware -ql23xx-firmware -ql2400-firmware -ql2500-firmware -rt61pci-firmware -rt73usb-firmware -xorg-x11-drv-ati-firmware -zd1211-firmware