fix: oopsie path

istg if I keep making these silly mistakes...
This commit is contained in:
javalsai 2025-07-06 01:53:30 +02:00
parent 3ad16d3a3c
commit ee244be195
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
3 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
BAUD_RATE=38400
TERM_NAME=linux
TTY=tty7
EXEC_PATH=/bin/lidm

View File

@ -1,5 +0,0 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec utmpset -w $TTY

View File

@ -1,15 +0,0 @@
#!/bin/sh
[ -r conf ] && . ./conf
if [ -x /sbin/getty -o -x /bin/getty ]; then
# busybox
GETTY=getty
elif [ -x /sbin/agetty -o -x /bin/agetty ]; then
# util-linux
GETTY=agetty
fi
exec setsid ${GETTY} ${GETTY_ARGS} \
"${TTY}" "${TERM_NAME}" \
-n -l "${EXEC_PATH}" -o 7