c7039f13b9
Inline comments after a package name broke kitty/flatpak (became invalid names with trailing whitespace). gstreamer-vaapi was removed from Arch. calamares is AUR-only -> commented pending a [tanin] rebuild decision. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
329 B
Bash
7 lines
329 B
Bash
# Live ISO: on the first console (tty1), launch the TANINUX installer.
|
|
# (On an installed system this file isn't present — Calamares' shellprocess
|
|
# strips the live-only bits from the target.)
|
|
if [[ "$(tty)" == /dev/tty1 ]] && [[ -z "${WAYLAND_DISPLAY:-}" ]] && ! pgrep -x cage >/dev/null 2>&1; then
|
|
exec tanin-installer
|
|
fi
|