install
url --url=$tree
text
lang en_US.UTF-
keyboard us
timezone --utc Asia/Shanghai
zerombr
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
network --hostname=Cobbler-client.localdomain
authconfig --enableshadow --passalgo=sha512
rootpw
clearpart --all --initlabel
part /boot --fstype="xfs" --size=
part swap --fstype=swap --size=
part pv. --size= --grow --ondisk=sda
volgroup vg00 pv.
logvol / --vgname=vg00 --fstype="xfs" --size= --grow --name=lv_root
firstboot --disable
selinux --disabled
firewall --disabled
logging --level=info
reboot %packages
@^minimal
@compat-libraries
@debugging
@development
tree
nmap
sysstat
lrzsz
dos2unix
telnet
net-tools
wget
vim
bash-completion
%end %post
systemctl disable postfix.service
%end

http://landoflinux.com/linux_kickstart_partition.html

最新文章

  1. DOM对象
  2. 【转】浏览器内核、渲染引擎、js引擎
  3. onFocus="this.blur()"的解释
  4. Inspector a ProgressBar(定制属性面板)
  5. 2DPlatformer-SLua 编辑器 UI 美化
  6. 微软Azure 存储管理器的简单介绍
  7. 3. QT窗体间值的传递(续)
  8. Python BeautifulSoup4 使用指南
  9. JS实现静态html页面左侧导航,右侧连接页面
  10. Redis基础学习(五)—Redis的主从复制
  11. Pandas系列之入门篇
  12. 负载,性能测试工具-Gatling
  13. 光盘安装win7系统教程
  14. uni-app编写小程序
  15. Quick Introduction to SQL Server Profiler
  16. [NOI2009]二叉查找树
  17. GPIO实验之c语言
  18. 【Android Studio】为Android Studio设置HTTP代理
  19. Spring Aop、拦截器、过滤器的区别
  20. MVC二级联动使用$.ajax方法获取后端返回的字符串

热门文章

  1. vue -webkit-box-orient: vertical webpack打包后被过滤掉了 线上没有这行代码
  2. FineReport数据库连接(oracle+plsql)(1)
  3. 升级Mac OS X上的git
  4. TSC条码打印机C#例程(tsclib.dll调用) 【转】
  5. Linux- 常用命令, Vim编辑器操作
  6. 自反ACL(第三组)
  7. R语言学习——数据合并及绘制密度分布曲线图
  8. SCOI2019酱油记
  9. JMC监控(Windows上远程连接监控Linux服务器的JVM)
  10. 在oracle表中增加字段,并调整字段的顺序