chore: xz compressed initrd and remove systemd patch

This commit is contained in:
Lars Sjöström 2025-02-24 09:14:11 +01:00
parent 7ecbd46b53
commit 9ff916d0a3
No known key found for this signature in database
5 changed files with 6 additions and 30 deletions

View file

@ -28,7 +28,7 @@
mkdir -p patos/efi/boot
${self.packages.${system}.systemd.out}/usr/bin/ukify build \
--linux ${self.packages.${system}.kernel.kernel}/bzImage \
--initrd ./initrd.gz \
--initrd ./initrd.xz \
--cmdline "console=ttyS0" \
-o patos/efi/boot/bootx64.efi
'';