From 4a0c806d83311e991b321642e180e66dc21b6e25 Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:41:35 -0500 Subject: Refactor slogin for framebuffer and OpenRC --- core/slogin/slogin.openrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/slogin/slogin.openrc (limited to 'core/slogin/slogin.openrc') diff --git a/core/slogin/slogin.openrc b/core/slogin/slogin.openrc new file mode 100644 index 0000000..2b56a0a --- /dev/null +++ b/core/slogin/slogin.openrc @@ -0,0 +1,9 @@ +#!/sbin/openrc-run +command="/usr/local/bin/slogin" +command_background="no" +description="Minimal framebuffer login that launches X" + +depend() { + need localmount + after bootmisc +} -- cgit v1.2.3