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

为虚拟化平台制作centos 7模板

时间:2018-10-09 15:37:07      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:.gz   gateway   file   histfile   eth   work   type   scripts   var   

直接贴命令:
vi /etc/sysconfig/network-scripts/ifcfg-eth0 只保留以下内容:
TYPE="Ethernet"
BOOTPROTO="static"
NAME="eth0"
DEVICE="eth0"
ONBOOT="yes"
IPADDR=""
PREFIX=""
GATEWAY=""

    rm -f /etc/udev/rules.d/70*
    rm -f /etc/ssh/*key*
    cat /dev/null > /var/log/audit/audit.log 
    cat /dev/null > /var/log/wtmp 
    cat /dev/null > /var/log/lastlog 
    cat /dev/null > /var/log/grubby
    logrotate -f /etc/logrotate.conf 
    rm -f /var/log/*-* /var/log/*.gz
    unset HISTFILE
    rm -f ~/.bash_history 
    history -c
    shutdown -h now

为虚拟化平台制作centos 7模板

标签:.gz   gateway   file   histfile   eth   work   type   scripts   var   

原文地址:http://blog.51cto.com/9148519/2296269

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