Commit a90e78bd authored by Anton Midyukov's avatar Anton Midyukov

kernel: add make-initrd to base packages in use/kernel/initrd-setup

At the moment this target is focused exclusively on make-initrd, but some weird kernels don't have a dependency on mkinitrd. It's loongarch64 again.
parent 17037081
......@@ -48,6 +48,7 @@ use/kernel/disable-usb-autosuspend:
# for vm targets
use/kernel/initrd-setup: use/kernel
@$(call add,BASE_PACKAGES,make-initrd)
@$(call try,VM_FSTYPE,ext4)
@$(call add,VM_INITRDMODULES,$$(VM_FSTYPE))
@$(call add,VM_INITRDMODULES,ahci.ko ahci_platform.ko sd_mod.ko)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment