lang keyboard timezone --isUtc rootpw --iscrypted #platform x86, AMD64, or Intel EM64T reboot cdrom bootloader --location=mbr --append="rhgb quiet crashkernel=auto" zerombr network --hostname= # Disk partitioning # will most likely be sda ignoredisk --only-use= clearpart --all --initlabel ## Use this for standard partitioning part /boot/efi --size=512 --ondisk= part / --size=5120 --grow --ondisk= ## Use this for encryption #part /boot/efi --size=512 --ondisk= #part /boot --size=2048 --ondisk= #part / --size=5120 --grow --ondisk= --encrypted --passphrase= # End disk partitioning auth --passalgo=sha512 --useshadow selinux --enforcing firewall --enabled firstboot --disable user --name= --password= --iscrypted --groups=wheel # RHSM rhsm --organization= --activation-key= %packages @^Minimal Install #@^Server with GUI %end %post --log=/root/dgx1_post.out # Enable repos subscription-manager repos --enable=rhel-8-for-x86_64-appstream-rpms subscription-manager repos --enable=rhel-8-for-x86_64-baseos-rpms # Install DGX repo dnf install -y https://repo.download.nvidia.com/baseos/el/el-files/8/nvidia-repo-setup-21.06-1.el8.x86_64.rpm rpm --import /etc/pki/rpm-gpg/* # Update all software dnf update -y --nobest # Begin DGX software install dnf group install -y 'DGX-1 Configurations' #configure_raid_array.py -c -f #dnf install -y nvidia-conf-cachefilesd dnf module install -y nvidia-driver:470 dnf install -y nv-persistence-mode libnvidia-nscq-470 dnf install -y docker-ce --allowerasing dnf group install -y 'NVIDIA Container Runtime' %end