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