Created
August 15, 2012 15:41
-
-
Save pfsmorigo/3361093 to your computer and use it in GitHub Desktop.
XFS kickstart profile
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 | |
network --onboot no --device eth0 --bootproto dhcp --noipv6 --hostname tripaseca-1.ltc.br.ibm.com | |
network --onboot yes --device eth1 --bootproto dhcp --noipv6 --hostname tripaseca-1.ltc.br.ibm.com | |
timezone America/Sao_Paulo | |
rootpw --iscrypted $6$BNJfctBzON6N9p7n$TZnaOM59t.XgZmYFPZ0B/GdwHTHjSAWO1KpCc3UEBNBRsmRA0Vu5vXMrxyi/PfRSytafbTuquaefXrfPQZB5y. | |
selinux --enforcing | |
authconfig --enableshadow --passalgo=sha512 | |
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 --none | |
#part prepboot --fstype=prepboot --onpart=sda1 --noformat | |
#part /boot --fstype=xfs --onpart=sda2 --asprimary --size=16 | |
#part / --fstype=xfs --asprimary --size=8000 | |
#part swap --asprimary --size=1500 | |
bootloader --location=mbr --timeout=5 --append="rhgb quiet" | |
%packages | |
@admin-tools | |
@base | |
@core | |
@editors | |
@fonts | |
@gnome-desktop | |
@games | |
@graphical-internet | |
@graphics | |
@hardware-support | |
@input-methods | |
@java | |
@office | |
@online-docs | |
@printing | |
@sound-and-video | |
@text-internet | |
@base-x | |
xfsprogs | |
mtools | |
gpgme | |
hardlink | |
brltty | |
gnome-system-log | |
gvfs-obexftp | |
argyllcms | |
pcsc-lite | |
pcsc-lite-ccid | |
eekboard | |
iok | |
vorbis-tools | |
argyllcms | |
jack-audio-connection-kit | |
ncftp | |
gdm | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment