kexec: fix shellcheck issues

This commit is contained in:
r-vdp
2024-09-08 12:26:22 +02:00
parent c8e710a315
commit 955e3cd8fe
+1 -1
View File
@@ -25,7 +25,7 @@
exit 1
fi
echo "Loading NixOS system via kexec."
exec kexec --load $p/kernel --initrd=$p/initrd --append="$(cat $p/kernel-params) init=$p/init"
exec kexec --load "$p/kernel" --initrd="$p/initrd" --append="$(cat "$p/kernel-params") init=$p/init"
'';
};
};