67 lines
1.2 KiB
YAML
67 lines
1.2 KiB
YAML
# Debian Plasma Atomic treefile for apt-ostree compose tree
|
|
# This defines a Debian Trixie system with KDE Plasma desktop
|
|
|
|
ostree:
|
|
ref: debian/14/x86_64/plasma-atomic
|
|
repo: /tmp/apt-ostree/debian/repo
|
|
|
|
base: debian:trixie
|
|
|
|
apt:
|
|
sources:
|
|
- "deb http://deb.debian.org/debian trixie main contrib non-free"
|
|
- "deb http://deb.debian.org/debian-security trixie-security main contrib non-free"
|
|
|
|
packages:
|
|
# Base system packages
|
|
- systemd
|
|
- systemd-sysv
|
|
- dbus
|
|
- dbus-user-session
|
|
- policykit-1
|
|
- polkitd
|
|
- sudo
|
|
- passwd
|
|
- bash
|
|
- coreutils
|
|
- util-linux
|
|
- procps
|
|
- sysvinit-utils
|
|
|
|
# OSTree support
|
|
- ostree
|
|
- apt-ostree
|
|
|
|
# KDE Plasma desktop
|
|
- plasma-desktop
|
|
- plasma-workspace
|
|
- plasma-nm
|
|
- plasma-pa
|
|
- kde-config
|
|
- kde-runtime
|
|
- kde-standard
|
|
- sddm
|
|
- kwin-x11
|
|
- dolphin
|
|
- konsole
|
|
- kate
|
|
|
|
system:
|
|
hostname: debian-plasma-atomic
|
|
keyboard: us
|
|
locale: en_US.UTF-8
|
|
timezone: UTC
|
|
|
|
services:
|
|
- systemd-networkd
|
|
- systemd-resolved
|
|
- sddm
|
|
|
|
directories:
|
|
- /etc/apt-ostree
|
|
- /var/lib/apt-ostree
|
|
- /usr/lib/bootc
|
|
|
|
postinstall:
|
|
- echo "apt-ostree Debian Plasma Atomic system created successfully"
|
|
- echo "OSTree ref: debian/14/x86_64/plasma-atomic"
|