Centos 7 Kickstart Script

Source: Internet
Author: User

It's mostly about formatting.

# Install OS instead of upgrade

Install

# Keyboard Layouts

Keyboard ' US ' # Reboot after installation

Reboot

# Root Password

ROOTPW dhgate123

# System TimeZone

TimeZone Africa/abidjan

# Use Network Installation

URL--url=http://172.16.200.200/cobbler/ks_mirror/centos_7_x86_64

# System Language

Lang en_US

# Firewall Configuration

Firewall--disabled

# Network Information

Network--bootproto=dhcp--device=eth0

# System Authorization Information

Auth--useshadow--passalgo=sha512

# Use graphical Install

Firstboot--disable

# SELinux Configuration

SELinux--disabled


# System Bootloader Configuration

Bootloader--LOCATION=MBR

# Clear the Master Boot Record

Zerombr

# Partition Clearing Information

Clearpart--all--initlabel

# Disk Partitioning Information

Part/--asprimary--fstype= "Ext4"--size=10240--grow

Part/boot--fstype= "Ext4"--size=200

Part swap--size=16000


%packages

@core

%end

%post

Yum Install Wget-y

%end


This article is from the "Let Me Men Grow Together" blog, please be sure to keep this source http://wujingfeng.blog.51cto.com/5725921/1831754

Centos 7 Kickstart Script

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.