mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update findsk.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user