Skip to content

Instantly share code, notes, and snippets.

@omadjoudj
Created December 7, 2022 13:23
Show Gist options
  • Save omadjoudj/8e6bdb503806b017b762ec7cf018384c to your computer and use it in GitHub Desktop.
Save omadjoudj/8e6bdb503806b017b762ec7cf018384c to your computer and use it in GitHub Desktop.
c8-min.ks
auth --enableshadow --passalgo=sha512
rootpw --plaintext passwd
url --url 'http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/'
network --bootproto=dhcp --ipv6=auto --hostname=root --activate
firewall --disabled
selinux --permissive
lang en-US.UTF-8
timezone CET --isUtc
keyboard --vckeymap=us --xlayouts='us'
ignoredisk --only-use=vda
bootloader --location=mbr --boot-drive=vda
clearpart --all --drives=vda --initlabel
autopart --type=lvm
reboot
%packages
@core
@base
#chrony
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment