Collection of cookbooks for Podman Quadlets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nicolas Massé bf87878ba0 fix missing dirs + doc 2 weeks ago
..
config install tools 2 weeks ago
profile.d/examples install tools 2 weeks ago
tmpfiles.d add cross-seed to seedbox 2 weeks ago
Makefile fix missing dirs + doc 2 weeks ago
README.md reorganization 3 months ago
centos-stream10.image provides centos-stream 10 base image 2 weeks ago
discover-virtiofs-tags.service add cross-seed to seedbox 2 weeks ago
fedora.image add fedora base image to the base cookbook 2 weeks ago
hooks.mk install tools 2 weeks ago
install-tools.service install tools 2 weeks ago
overlay.bu reorganization 3 months ago
rpm-ostree-install-qemu-guest-agent.service reorganization 3 months ago
var-lib-virtiofs-data.mount add cross-seed to seedbox 2 weeks ago

README.md

Podman Quadlet: Base

Overview

The base cookbook provides foundational configuration for Fedora CoreOS systems. It includes:

  • fastfetch: A system information tool displayed on login, with color-coded output (red for root, blue for regular users).
  • tmpfiles configuration: Sets up required directories such as /var/lib/virtiofs/data.
  • QEMU guest agent: Optional installation for better VM integration.
  • SSH key persistence: Backs up and restores SSH host keys across reboots.

This cookbook is used as an implicit dependency for other cookbooks that run on Fedora CoreOS.

Usage

In a separate terminal, follow the logs.

sudo make tail-logs

Install the base configuration.

sudo make clean install

You should see the install-fastfetch.service downloading and installing fastfetch. On next login, fastfetch will display system information.

To verify the installation:

fastfetch --version

Finally, remove the configuration and its data.

sudo make uninstall clean