#!/usr/bin/env bash
# Launch the Calamares installer fullscreen in a cage kiosk compositor (Wayland,
# straight on DRM — no display-manager needed in the live session).
exec cage -s -- calamares
