custom bootc image

This repository contains all information necessary to build my very own customized bootc image.

I've attached various links I used to learn about how all of this works below, they are in no particular order.

Build

A qcow image may be built by first calling make oci to build the oci image and then make qcow to turn it into a bootable qcow image. For hardware installation, I recommend the anaconda-iso variant.

You should adapt user & disk settings in disk_config/user.toml before you build your own installation iso though.

Installed Software

  • man
  • langpacks: en, de
  • Gnome + Software
  • curl
  • git
  • btop
  • nvtop
  • tmux
  • pciutils
  • tailscale
  • make
  • fzf
  • direnv
  • wl-clipboard
  • Flatpak (with default repository configured)
  • Chromium
  • VSCode
  • NVIDIA Drivers
Description
No description provided
Readme Apache-2.0 302 KiB
Languages
Shell 55.8%
Makefile 33.1%
Dockerfile 11.1%