install lang en_US.UTF-8 keyboard us network --device eth0 --bootproto dhcp rootpw --iscrypted Xa8QeYfWrtscM firewall --disabled authconfig --enableshadow --enablemd5 selinux --disabled services --disabled=libvirtd,postgresql --enabled=network,tgtd,nfs,iptables timezone --utc UTC text bootloader --location=mbr --driveorder=sda # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work zerombr clearpart --all --drives=sda part /boot --ondisk=sda --fstype=ext3 --size=100 part / --ondisk=sda --fstype=ext3 --size=2000 part swap --ondisk=sda --fstype=swap --size=512 reboot repo --name=f9 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=x86_64 repo --name=f9-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=x86_64 repo --name=f9-updates-newkey --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9.newkey&arch=x86_64 %packages --nobase %include /usr/share/appliance-os/includes/base-pkgs.ks lokkit %post %end