less buildah, use fedora as base

This commit is contained in:
Julian Wefers
2026-05-30 22:30:10 +02:00
parent e3eae265f7
commit 8a96decfdc
3 changed files with 9 additions and 4 deletions
+4 -1
View File
@@ -1,10 +1,13 @@
# Basic setup
text
lang en_US
keyboard de
timezone Europe/Berlin
network --device=enp1s0 --bootproto=static --ip=192.168.178.3 --netmask=255.255.255.0 --gateway=192.168.178.1 --nameserver=1192.168.178.8
# Basic partitioning
clearpart --all --initlabel --disklabel=gpt --drives=sda
reqpart --add-boot
part / --grow --fstype ext4
part / --grow --fstype btrfs
# 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.