Skip to content

Instantly share code, notes, and snippets.

@stormgrind
Created November 18, 2009 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormgrind/237875 to your computer and use it in GitHub Desktop.
Save stormgrind/237875 to your computer and use it in GitHub Desktop.
lang en_US.UTF-8
keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
selinux --disabled
firewall --disabled
bootloader --timeout=1 --append="acpi=force scsi_mod.scan=sync"
firstboot --disabled
network --bootproto=dhcp --device=eth0 --onboot=on
services --enabled=network
rootpw boxgrinder
part / --size 1024 --fstype ext3 --ondisk sda
repo --name=oddthesis --cost=10 --baseurl=http://repo.oddthesis.org/packages/fedora/12/RPMS/noarch
repo --name=oddthesis-x86_64 --cost=10 --baseurl=http://repo.oddthesis.org/packages/fedora/12/RPMS/x86_64
repo --name=fedora-12-base --cost=40 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=x86_64
repo --name=fedora-12-updates --cost=41 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=x86_64
%packages --excludedocs --nobase
bash
kernel
grub
e2fsprogs
passwd
policycoreutils
chkconfig
rootfiles
yum
vim-minimal
acpid
dhclient
iputils
generic-logos
openssh-server
%end
%post
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment