码迷,mamicode.com
首页 > 其他好文 > 详细

centos 7.0 ks文件

时间:2015-04-02 06:43:48      阅读:421      评论:0      收藏:0      [点我收藏+]

标签:centos 7.0 ks文件

#version=RHEL7
# Reboot after installation
reboot
# Use network installation
url --url="http://192.168.100.250/cobbler/ks_mirror/centos-7.0-x86_64/"
# Use text mode install
text
# Firewall configuration
firewall --disabled
firstboot --disable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts=‘cn‘
# System language
lang en_US.UTF-8

# Network information
network  --bootproto=dhcp --device=em1 --onboot=on
# Root password
rootpw --plaintext hscloud
# Do not configure the X Window System
skipx
# System timezone
timezone Asia/Shanghai --isUtc
# System bootloader configuration
bootloader --location=mbr --boot-drive=sda
# Clear the Master Boot Record
zerombr
clearpart --all
# Disk partitioning information
part /boot --fstype="xfs" --ondisk=sda --size=500
part swap --fstype="swap" --ondisk=sda --size=8000
part / --fstype="xfs" --ondisk=sda --size=130000


%packages
@base
@core
@virtualization-hypervisor
@virtualization-tools

%end

本文出自 “zhanguo1110” 博客,请务必保留此出处http://zhanguo1110.blog.51cto.com/5750817/1627500

centos 7.0 ks文件

标签:centos 7.0 ks文件

原文地址:http://zhanguo1110.blog.51cto.com/5750817/1627500

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!