rc.S: use absolute path

This commit is contained in:
bergware
2023-10-14 22:46:39 +02:00
parent 7715e09bef
commit 58a4fb601a
+1 -1
View File
@@ -61,7 +61,7 @@ fi
# provided to override which device is mounted for /boot (default: UNRAID)
UNRAIDLABEL="UNRAID"
UNRAIDROOT=
set -- $(cat /proc/cmdline)
set -- $(/bin/cat /proc/cmdline)
for x in "$@"; do
case "$x" in
unraidlabel=*)