# Kickstart file automatically generated by anaconda.

install
harddrive --partition=sdb2 --dir=
lang en_US.UTF-8
keyboard us
text
network --device eth0 --bootproto dhcp
rootpw xxxxx
firewall --disabled
authconfig --enableshadow --enablemd5
selinux --disabled
services --disabled acpid,anacron,apmd,atd,auditd,autofs,avahi-daemon,bluetooth,cups,firstboot,hidd,ip6tables,lvm2-monitor,mcstrans,mdmonitor,microcode_ctl,netfs,nfslock,pcscd,portmap,rawdevices,readahead_early,restorecond,rpcgssd,rpcidmapd,sendmail,setroubleshoot,xfs,xinetd,yum-updatesd
services --enabled cpuspeed,crond,gpm,haldaemon,irqbalance,kudzu,messagebus,network,smartd,sshd,syslog
timezone --utc Asia/Shanghai
bootloader --location=partition --driveorder=sda
# 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 --all --drives=sda
part swap --size=4096
part / --fstype ext3 --size=30000
part /usr/local --fstype ext3 --size=50000
part /home --fstype ext3 --size=1 --grow

%packages
@admin-tools
@base
@core
@development-libs
@development-tools
@editors
@emacs
keyutils
kexec-tools
trousers
fipscheck
device-mapper-multipath
imake
audit

最新文章

  1. 了不起的全能MAC系统监测工具iStat Menus 5下载
  2. .NET开发笔记(二十二) .NET VS Java
  3. WPF实现炫酷Loading控件
  4. Maven 项目导入错误解决。
  5. [问题2014S14] 解答
  6. java1.7集合源码阅读: Stack
  7. 【MySQL】MHA部署与MasterFailover代码分析
  8. 【FAQ】【JSP】HTTP Status 500 - Summary(问题排查时候应该仔细分析所有的错误打印说明)
  9. MyEclipse 8.5 Axis2 插件完整jar包
  10. mysql 分布式事务
  11. sqlserver缓存程序-只能使用一次清除缓存计划
  12. java Mac自动化-java和ant环境搭建
  13. LeetCode算法题-Lowest Common Ancestor of a Binary Search Tree
  14. NEST - Elasticsearch 的高级客户端
  15. 实验室ubuntu连ipv6
  16. Python入门与基本概念
  17. week4a:个人博客作业
  18. spring 装配bean的三种方式
  19. archlinux安装串口终端ckermit
  20. zabbix 3.x 监控日志文件

热门文章

  1. 【spring boot】注解@Slf4j的使用
  2. DataGridView 行数据验证:当输入数据无效时不出现红色感叹号的Bug
  3. SQL参数化出现执行慢问题
  4. php-fpm解读-进程管理的三种模式
  5. DevExpress的下拉框控件LookUpEdit的使用、添加item选项值、修改默认显示值
  6. PHP之面向对象(上)
  7. windows10风格 springboot vue.js html 跨域 前后分离 activiti 整合项目框架源码
  8. Delphi中窗体的事件
  9. Java中assert(断言)的使用
  10. RISC-V GNU 工具链:安装与使用