one typical kickstart file for FC16

来源:互联网 发布:mysql 触发器 同步表 编辑:程序博客网 时间:2024/05/16 13:02
# Kickstart file automatically generated by anaconda.

#version=DEVEL
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
timezone --utc America/New_York
rootpw  123456
selinux --enforcing
authconfig --enableshadow --passalgo=sha512
firewall --service=ssh
zerombr
poweroff
# 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 --linux --drives=sda
autopart

#part pv.008003 --grow --size=500
#volgroup VolGroup --pesize=32768 pv.008003
#logvol swap --name=lv_swap --vgname=VolGroup --grow --size=2032 --maxsize=4064
#logvol / --fstype=ext4 --name=lv_root --vgname=VolGroup --grow --size=1024 --maxsize=51200
#part /boot --fstype=ext4 --size=500
#part prepboot --fstype=prepboot --size=4



bootloader --location=partition --timeout=5

%packages --nobase
@core
%end