西邮大三狗!!!
分类: 服务器与存储
2014-10-12 18:03:09
#platform=x86, AMD64, or Intel EM64T #version=DEVEL # Firewall configuration firewall --disabled # Install OS instead of upgrade install # Use network installation url --url="ftp://192.168.0.100/pub/rhel6.4" # Root password rootpw --iscrypted $1$qgJ/gQ0d$KdD3zC4mCfQW9vMfTeM85/ # System authorization information auth --useshadow --passalgo=md5 --enablefingerprint # Use graphical install graphical firstboot --disable # Use interactive kickstart installation method interactive # System keyboard keyboard us # System language lang en_US # SELinux configuration selinux --disabled # Installation logging level logging --level=info # Reboot after installation reboot # System timezone timezone --isUtc Africa/Abidjan # Network information network --bootproto=dhcp --device=eth0 --onboot=on # System bootloader configuration bootloader --location=mbr # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all # Disk partitioning information part / --fstype="ext4" --size=3000 part swap --fstype="swap" --size=500 part /boot --fstype="ext4" --size=100 %packages @base @chinese-support %end