Add cloud-init support for automated KDE installation: include a new example user-data file for EMMC provisioning that installs KDE Plasma with touch options, sets it as the default session, and configures the on-screen keyboard. Update documentation to reflect these changes. Enhance eMMC provisioning scripts with new shrink functionality and improve error handling in backup processes.

This commit is contained in:
nearxos
2026-02-19 00:00:03 +02:00
parent 262bc3e515
commit d76e19169c
12 changed files with 336 additions and 61 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=CM4 run PiShrink on requested backup image
After=local-fs.target
[Service]
Type=oneshot
Environment=CM4_PROVISIONING_DIR=/var/lib/cm4-provisioning
ExecStart=/opt/cm4-provisioning/run-shrink-on-host.sh
User=root
StandardOutput=journal
StandardError=journal
TimeoutStartSec=3600