install lang en_US.UTF-8 keyboard us rootpw 123456 firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --disable timezone --utc Asia/Shanghai eula --agreed firstboot --disable url --url=file:///run/install/repo %include /tmp/partation.ks zerombr autopart --type=plain #packages configuration %packages @core %end reboot %pre #You can set to sdb/sdc depends on some conditions if you want to install OS to sdb/sdc... disk_short_name=sda echo bootloader --location=mbr --driveorder=$disk_short_name >> /tmp/partation.ks echo ignoredisk --only-use=$disk_short_name >> /tmp/partation.ks echo clearpart --all --initlabel --drives=$disk_short_name >> /tmp/partation.ks %end