Created
March 1, 2011 04:45
-
-
Save xee5ch/848628 to your computer and use it in GitHub Desktop.
Fedora 14 Kickstart File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kickstart file automatically generated by anaconda. | |
#version=DEVEL | |
install | |
lang en_US.UTF-8 | |
keyboard us | |
timezone --utc America/New_York | |
rootpw --iscrypted $6$9jQqLfgCe9cCyJTu$oTwsYa6Tx6gcD6KyhWH9j6zR0codpICQlL00FH9fjvhWmFGPliMMfrhN55ws3WQ8Y.v8mDEkGj15MDtqDTB861 | |
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=sde | |
#raid --level=10 --device=md10 raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba pv.hTw0Nx-w1ro-eZZZ-WZPt-8FfU-k80h-L6pBf5 | |
#raid --level=10 --device=md10 --useexisting --noformat raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba raid.16bfa957-13e2-218d-9bf6-8c377fc6e8ba | |
#part raid.16bfa957:13e2218d:9bf68c37:7fc6e8ba --onpart=sda1 --noformat | |
#part raid.16bfa957:13e2218d:9bf68c37:7fc6e8ba --onpart=sdb1 --noformat | |
#part raid.16bfa957:13e2218d:9bf68c37:7fc6e8ba --onpart=sdc1 --noformat | |
#part raid.16bfa957:13e2218d:9bf68c37:7fc6e8ba --onpart=sdd1 --noformat | |
#part /boot --fstype=ext4 --size=500 | |
#part pv.XZtMou-csLK-M2yv-Jcfz-f6U8-nyy2-tMfJXB --grow --size=500 | |
#part None --fstype=vfat --label="FEDORA14" --onpart=sdf1 --noformat | |
#volgroup vg_data --pesize=32768 pv.hTw0Nx-w1ro-eZZZ-WZPt-8FfU-k80h-L6pBf5 | |
#logvol /data --fstype=ext4 --name=lv_data --vgname=vg_data --size=2097152 | |
#volgroup vg_hda --pesize=32768 pv.XZtMou-csLK-M2yv-Jcfz-f6U8-nyy2-tMfJXB | |
#logvol / --fstype=ext4 --name=lv_root --vgname=vg_hda --size=51200 | |
#logvol swap --name=lv_swap --vgname=vg_hda --size=8192 | |
bootloader --location=mbr --driveorder=sde,sda,sdb,sdc,sdd,sdf --append="nomodeset" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Removed previously existing snapshot node for LVM snapshots. Not sure what I was thinking there. Huge, huge waste of "pre-planned" effort there.