mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 13:08:48 +00:00
kexec: fix shellcheck issues (#340487)
This commit is contained in:
commit
833c74afa4
@ -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"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user