#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use graphical install
graphical
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Use NFS installation media
nfs --server=192.168.5.66 --dir=/mnt/OS
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$3diADdmY$/yxuonmoRzjVwFogrHNgF0
# SELinux configuration
selinux --disabled
# System timezone
timezone --isUtc Asia/Shanghai
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=8 --resolution=640x480 --startxonboot
# Disk partitioning information
part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100
part swap --bytes-per-inode=4096 --fstype="swap" --size=2000
part / --bytes-per-inode=4096 --fstype="ext3" --grow --size=1
%packages
@base-x
@gnome-desktop
@base
@admin-tools
@legacy-software-development
@openfabrics-enterprise-distribution
@office
@sound-and-video
@kde-desktop
@chinese-support
@smb-server
@java-development
@legacy-software-support
@mail-server
@graphical-internet
@system-tools
@dialup
@text-internet
@graphics
@authoring-and-publishing
@java
@engineering-and-scientific
阅读(673) | 评论(0) | 转发(0) |