Created
December 28, 2025 22:17
-
-
Save retpolanne/14fc9cd1334a2cf74a91a238e0929c05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %pre --erroronfail | |
| autopart --type=btrfs --hibernation | |
| %end | |
| %pre-install --erroronfail | |
| eula --agreed | |
| bootloader --sdboot --location=partition | |
| network --device=wlp1s0 --essid "Wired_5G" --hostname "duke.local" --wpakey dummy | |
| %end | |
| auth --enableshadow --passalgo=sha512 | |
| firstboot --enable | |
| keyboard --xlayouts=br,us --switch-grp:alt_shift_toggle | |
| lang en_US.UTF-8 | |
| timezone America/Sao_Paulo | |
| rootpw --iscrypted "$6$oqol.URRrevNPWE/$OHA1mXZSeHIG8Df4dJT1m8E4b02HydPpx9Dzk7jmerl9d51SaZiRcimB2jps/gLW89xYHGUP4x5O1Z/LzNMCs0" | |
| selinux --permissive | |
| timesource --ntp-server=a.st1.ntp.br | |
| user --homedir=/home/madu --name=madu --password="$6$oqol.URRrevNPWE/$OHA1mXZSeHIG8Df4dJT1m8E4b02HydPpx9Dzk7jmerl9d51SaZiRcimB2jps/gLW89xYHGUP4x5O1Z/LzNMCs0" --shell=/bin/zsh | |
| %post --erroronfail | |
| #!bin/bash | |
| rpm --import https://packages.microsoft.com/keys/microsoft.asc | |
| cat <<EOF> /etc/yum.repos.d/vscode.repo | |
| [code] | |
| name=Visual Studio Code | |
| baseurl=https://packages.microsoft.com/yumrepos/vscode | |
| enabled=1 | |
| autorefresh=1 | |
| type=rmp-md | |
| gpgcheck=1 | |
| gpgkey=https://packages.microsoft.com/keys/microsoft.asc" | |
| EOF | |
| dnf check-update | |
| dnf install code | |
| flatpak install flathub com.jetbrains.IntelliJ-IDEA-Ultimate | |
| %end | |
| %packages --excludedocs | |
| kwin-wayland | |
| firefox | |
| @Sound and Video | |
| dhcp | |
| wget | |
| git | |
| man | |
| redis | |
| awscli2 | |
| oci-cli | |
| libatomic | |
| pigz | |
| %packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment