Commit a9eab7bb authored by Anton Midyukov's avatar Anton Midyukov

kernel: add initrd feature fsck (filesystem check)

parent 9214fa7f
......@@ -60,6 +60,7 @@ use/kernel/disable-usb-autosuspend:
use/kernel/initrd-setup: use/kernel
@$(call add,BASE_PACKAGES,make-initrd)
@$(call try,VM_FSTYPE,ext4)
@$(call add,VM_INITRDFEATURES,fsck)
@$(call add,VM_INITRDMODULES,$$(VM_FSTYPE))
@$(call add,VM_INITRDMODULES,ahci.ko ahci_platform.ko sd_mod.ko)
@$(call add,VM_INITRDMODULES,drivers/hid)
......
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