Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created June 11, 2012 21:56
Show Gist options
  • Save hugoduncan/2912990 to your computer and use it in GitHub Desktop.
Save hugoduncan/2912990 to your computer and use it in GitHub Desktop.
fedora 14 generated kickstart file
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot no --device eth0 --noipv4 --noipv6 --hostname fedora14
timezone --utc America/New_York
rootpw --iscrypted $6$00UCp3lRIthvUZAl$VbwspY.v3TrfOfZ94VIAVobElrkB.txQHKo0m9j9SDm88qDUgWbQo59OxleWZ1b8eq7aH5QCkjdJSZuTSpYqr/
selinux --enforcing
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
firewall --service=ssh
# 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
#clearpart --all --drives=sda
#part /boot --fstype=ext4 --size=500
#part pv.0aY32M-YdRg-rcZe-U7Yi-CUz3-Z0YY-U4auPQ --grow --size=500
#volgroup vg_fedora14 --pesize=32768 pv.0aY32M-YdRg-rcZe-U7Yi-CUz3-Z0YY-U4auPQ
#logvol / --fstype=ext4 --name=lv_root --vgname=vg_fedora14 --grow --size=1024 --maxsize=51200
#logvol swap --name=lv_swap --vgname=vg_fedora14 --grow --size=752 --maxsize=1504
bootloader --location=mbr --driveorder=sda --append="rhgb quiet"
%packages
@base
@core
@online-docs
gpgme
-dump
-nss_db
-mlocate
-rng-tools
-ntfs-3g
-jwhois
-fedora-release-notes
-pam_pkcs11
-rdist
-mdadm
-dos2unix
-readahead
-dmraid
-ftp
-pam_krb5
-nano
-nc
-perf
-PackageKit-yum-plugin
-microcode_ctl
-finger
-krb5-workstation
-cpuspeed
-iptstate
-fprintd-pam
-irqbalance
-dosfstools
-mcelog
-smartmontools
-lftp
-rsh
-ccid
-ntfsprogs
-setuptool
-nfs-utils
-cryptsetup-luks
-rdate
-cifs-utils
-prelink
-device-mapper-multipath
-pinfo
-coolkey
-pm-utils
-eject
-numactl
-mtr
-pcmciautils
-irda-utils
-man-pages
-pam_passwdqc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment