nixpkgs/pkgs/build-support/kernel
Alyssa Ross a136def4f7
compressFirmwareXz: fix symlink type check
The previous version didn't work in the case of relative symlinks in
subdirectories.  If "foo/bar" was a link to "baz", it would check for
a link to "baz" in the root, rather than under "foo".

We don't need to dereference the symlink ourselves for [ anyway, as it
dereferences its arguments itself, so all we need to do to fix this is
to pass it the link.

Fixes: 14f83d5c6f ("compressFirmwareXz: fix links to directories")
2024-01-28 11:57:30 +01:00
..
make-initrd-ng makeInitrdNGTool: 0.1.0 -> 0.1.0 2024-01-07 10:39:28 +00:00
compress-firmware-xz.nix compressFirmwareXz: fix symlink type check 2024-01-28 11:57:30 +01:00
initrd-compressor-meta.nix
make-initrd-ng-tool.nix makeInitrdNG: add meta and update script 2022-08-02 10:54:55 +03:00
make-initrd-ng.nix make-initrd-ng: fix reproducibility problems 2023-12-04 19:23:06 +01:00
make-initrd.nix make-initrd: fix reproducibility problems 2022-04-14 19:06:30 -05:00
make-initrd.sh make-initrd: fix reproducibility problems 2022-04-14 19:06:30 -05:00
modules-closure.nix
modules-closure.sh makeModulesClosure: handle firmware glob patterns 2023-11-29 16:03:16 +01:00
paths-from-graph.pl