From d199853b24106afb6030a9561ad33c4c3fdf905c Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Mar 2021 19:11:52 +0200 Subject: [PATCH] Update findsk.sh --- NeoBoot/files/findsk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/findsk.sh b/NeoBoot/files/findsk.sh index c788232..0231921 100644 --- a/NeoBoot/files/findsk.sh +++ b/NeoBoot/files/findsk.sh @@ -4,7 +4,7 @@ do key=${line%%=*} value=${line#*=} if [ "$key" == "root" ]; then - ln -sf "$value" /media/root + ln -sf "$value" /tmp/root fi if [ "$key" == "kernel" ]; then ln -sf "$value" /dev/kernel