0119自定安装镜像



anaconda程序交互安装界面

kickstart

#yum install system-config-kickstart
#system-config-kickstart 打开定义镜像文件的界面
ksvalidator (检查kickstat文件)
boot:linux text
boot:linux ks (DHCP,next-server,/kickstart/)

boot:linux ks=url

boot:linux ks=hd:device:/path/to/your/kickstart_file
boot:linux ks=cdrom:/kickstart
boot:linux ks=floppy:/ab/kickstart


boot:linux后面可以跟
ks
askmethod
dd use a driver disk
ip=<IP> 或 DHCP
lowress 低分辨率安装
method
noipv6
noprobe 不探测硬件
rescue 急救
text
vnc
vncconnect=<host>:path
dns
netmask
gateway


kickstart文件三个部分

一:commands section
installration mode
install
upgrade
installration method
url --url ftp://host/pub
nfs --server IP --path /var/ftp/pub
harddrive
key --skip


二:packages setion


三:scripts section
%pre 预安装脚本
%post 后安装脚本


autopart自动分区(很少用)
clearpart
--initlable


enablemd5
enableshadow

bootloader grub安装位置
mbr
md5pass

firewall
enabled
disabled
firstboot第一次启动的配置
halt
reboot


url
key
--skip
keyboard
lang

logvol

mediaceck
network1

part or parttion 安装时分区

rootpw
user 添加用户

vlgroup
startxonboot

zerombr 用于清除mbr master boot recard

%include






装系统时的背景照片640 320 14位 格式 .lss



inittab 2
grub.conf 1

passwd



你可能感兴趣的:(安装,镜像,职场,休闲,自定)