# Kickstart file for "rhel3" VM in OPS245 # Initial Version by: J.C. for Summer 2023 - 30/1/2023 # Generated by Anaconda 34.25.1.14 # Generated by pykickstart v3.32 #version=RHEL9 # Use graphical install graphical repo --name="AppStream" --baseurl=file:///run/install/sources/mount-0000-cdrom/AppStream %addon com_redhat_kdump --enable --reserve-mb='auto' %end # Keyboard layouts keyboard --xlayouts='us' # System language lang en_CA.UTF-8 # Use CDROM installation media cdrom %packages @^minimal-environment %end # Run the Setup Agent on first boot firstboot --enable # Generated using Blivet version 3.4.0 ignoredisk --only-use=vda autopart # Partition clearing information clearpart --none --initlabel # System timezone timezone America/Toronto --utc # Root password rootpw --iscrypted $6$GllF0T4/FZqNqePf$w3zJepPTZN54.vWdm7l6hiT4V5cNDOqf0GceW3lEIU4fUXhWTh1PCk8QmXYcoHk0zHlJpG5vCEothCYTBuHXf/ user --groups=wheel --name=ops245 --password=$6$5pqLk8oaofnqWRse$G9mJ0N4eP7kQE9ci6iqeDfPR23RGxJz2ZzbUFCfttAvbJFhLLQLKYIRzOaKu0RX0JCbUewckokKgjuC6q2/jF. --iscrypted --gecos="ops245"