Created
December 17, 2025 13:22
-
-
Save jonasbjork/57db5641652a6edf1e42cf97dc4868f7 to your computer and use it in GitHub Desktop.
en anaconda
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
| # Generated by Anaconda 40.22.3.26 | |
| # Generated by pykickstart v3.52.8 | |
| #version=RHEL10 | |
| # Use graphical install | |
| graphical | |
| %addon com_redhat_kdump --enable --reserve-mb='auto' | |
| %end | |
| # Keyboard layouts | |
| keyboard --vckeymap=se --xlayouts='se' | |
| # System language | |
| lang sv_SE.UTF-8 | |
| # Network information | |
| network --bootproto=dhcp --device=enp0s5 --ipv6=auto --activate | |
| repo --name="AppStream" --baseurl=file:///run/install/repo/AppStream | |
| %packages | |
| @^graphical-server-environment | |
| %end | |
| # Run the Setup Agent on first boot | |
| firstboot --enable | |
| # Generated using Blivet version 3.10.0 | |
| ignoredisk --only-use=sda | |
| autopart | |
| # Partition clearing information | |
| clearpart --none --initlabel | |
| timesource --ntp-pool=2.rhel.pool.ntp.org | |
| # System timezone | |
| timezone Europe/Stockholm --utc | |
| #Root password | |
| rootpw --lock | |
| user --groups=wheel --name=jonas --password=$y$j9T$krxvem40mP/VRnTHMX4pQlBQ$5xWBX9Ejp3F6Eyww4L8GtNi/UHlsh4YhlWaJSQcXRd4 --iscrypted --gecos="jonas" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment