Support compressed initramfs image

This commit is contained in:
LI Qing
2023-06-19 16:28:14 +08:00
committed by Tate, Hongliang Tian
parent fba4a9405e
commit d692c102ae
7 changed files with 78 additions and 6 deletions

View File

@ -25,7 +25,7 @@ cp target/limine/limine-cd.bin target/iso_root
cp target/limine/limine-cd-efi.bin target/iso_root
# Copy ramdisk
cp regression/build/ramdisk.cpio target/iso_root
cp regression/build/ramdisk.cpio.gz target/iso_root
xorriso -as mkisofs \
-b limine-cd.bin \