NoSignal-OS/os updates/nosignal-update/migrations/1781434800-limine-uki-dead-entry.sh
28allday 19fd794b6b NoSignal — fully-offline Arch → Hyprland desktop installer
Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a
fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop:
matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU
detection, and a curated "os updates" layer (keybind cheatsheet, settings
panels, system polish, on-box management skill). See README.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21 11:03:10 +01:00

7 lines
386 B
Bash
Executable file

#!/usr/bin/env bash
# Migration: convert the installer-seeded protocol:linux Limine entry to a
# protocol:efi UKI entry so the default auto-boot target survives a kernel
# update. Idempotent — delegates to the root repair.
set -euo pipefail
: "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}"
sudo sh "$NOSIGNAL_SRC/limine-uki-dead-entry/fix-limine-uki-entry.sh"