From 58a4fb601a72c78ee35908c13477da80548cadd6 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 14 Oct 2023 22:46:39 +0200 Subject: [PATCH] rc.S: use absolute path --- etc/rc.d/rc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.S b/etc/rc.d/rc.S index daf7382ff..62936e999 100755 --- a/etc/rc.d/rc.S +++ b/etc/rc.d/rc.S @@ -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=*)