# Generated by Anaconda 35.22.2 # Generated by pykickstart v3.34 #graphical text %post --erroronfail rm -f /etc/ostree/remotes.d/fedora-iot.conf ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot/' cp /etc/skel/.bash* /root %end # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Firewall configuration firewall --use-system-defaults # Network information network --bootproto=static --device=enp6s19 --gateway=10.48.108.254 --ip=10.48.108.1 --nameserver=10.248.16.30,10.248.26.30 --netmask=255.255.255.0 --ipv6=auto --activate network --bootproto=dhcp --device=enp6s18 --ipv6=auto --activate network --hostname=uranus # OSTree setup ostreesetup --osname="fedora-iot" --remote="fedora-iot" --url="file:///ostree/repo" --ref="fedora/stable/x86_64/iot" --nogpg # Run the Setup Agent on first boot firstboot --enable # Generated using Blivet version 3.4.2 ignoredisk --only-use=nvme0n1 # System bootloader configuration bootloader --location=mbr --boot-drive=nvme0n1 # Partition clearing information clearpart --all # Disk partitioning information part /boot --fstype="ext4" --ondisk=nvme0n1 --size=2048 --label=boot part /boot/efi --fstype="efi" --ondisk=nvme0n1 --size=512 --fsoptions="umask=0077,shortname=winnt" --label=EFI part btrfs.system --fstype="btrfs" --ondisk=nvme0n1 --grow --encrypted --luks-version=luks2 --passphrase=4u8t --label=system --fsoptions="x-systemd.device-timeout=0" btrfs none --label=btrfs.system btrfs.system btrfs / --subvol --name=@root LABEL=btrfs.system btrfs /mnt/data --subvol --name=@data LABEL=btrfs.system btrfs /var/lib/containerd --subvol --name=@containerd LABEL=btrfs.system # System timezone timezone Europe/Rome --utc sshkey --username=root "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDxp2oMO4qEHXPpwnj8wPBuk46IAYJcct8kuxcigt1t4 ansible"