# Basic setup text network --bootproto=dhcp --device=link --activate # Basic partitioning clearpart --all --initlabel --disklabel=gpt reqpart --add-boot part / --grow --fstype xfs # Here's where we reference the container image to install - notice the kickstart # has no `%packages` section! What's being installed here is a container image. ostreecontainer --url quay.io/fedora/fedora-bootc:42 #ostreecontainer --url quay.io/dustymabe/bootc:anaconda-42 firewall --disabled services --enabled=sshd # Only inject a SSH key for root rootpw --iscrypted locked sshkey --username root "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHLT6yxa+xOVvQsLL2MgkjhaVg+tVd9plsK2+7exmpfhTUY8uFrGk9kLvwgNvavwj4BKvryy33SU65W/3GoCMUpDADIEqtbv8oIsscnjtGgaJHTmw0RZN4NsLUEHELBqkWs23Y85aUAcRVjiGfyhB+qTgFMrlC9zNpBlltWCCcH926FhA== dustymabe@home21" reboot