# Generated originally by Anaconda 38.23.4 / pykickstart v3.47 for Fedora 38 netinstall # Edited and virtually rewritten by Matt A. Tobin for internal use with BinOC/Operations. # Use graphical install graphical # WHY do we need to run the Setup Agent on first boot? firstboot --enable # Keyboard, Language, timezone keyboard --vckeymap=us --xlayouts='us' lang en_US.UTF-8 timezone America/Chicago --utc # User Configuration user --groups=wheel --homedir=/binoc/usr/testout --name=testout --password=time03 --gecos="Test Account" # There is no security like NO SECURITY! selinux --disabled firewall --disabled # Net Install Sources repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-39&arch=x86_64 repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f39&arch=x86_64 #repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f39&arch=x86_64 url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-39&arch=x86_64 # Package Selection %packages # Base @^basic-desktop-environment @legacy-fonts @system-tools @firefox @window-managers *-fonts-all nano traceroute rsyslog zip unzip httpd-tools python2.7 git # Workstation @cinnamon-desktop f*-backgrounds-base f*-backgrounds-gnome f*-backgrounds-extras-gnome f*-backgrounds-extras-base # Creator @development-tools @rpm-development-tools @container-management # Excludes -libreoffice -abrt* -cinnamon-calendar-server -gnome-calendar -gnome-screenshot -pidgin -redshift-gtk -shotwell -simple-scan -slick-greeter -slick-greeter-cinnamon -transmission -vim-powerline -xawtv -BackupPC -bonnie++ -xdelta -zsh -awesome -i3* -ratpoison -xmonad* -thunderbird %end