remove redundant zst file

This commit is contained in:
2026-01-27 12:43:04 +00:00
parent b4a4167806
commit 639745bd86

View File

@@ -125,5 +125,4 @@ pkgs.runCommand "mrescue" { } ''
mkdir -p $out
ln -s ${pkgs.linuxPackages_latest.kernel}/bzImage $out/bzImage
ln -s ${initrd}/initrd $out/initrd
ln -s ${initrd}/initrd $out/initrd.zst
''