Commit 7fef0143 authored by Anton Midyukov's avatar Anton Midyukov

Revert "kernel: add initrd feature fsck (filesystem check)"

This reverts commit a9eab7bb. When building rootfs, make-initrd is executed when the file system is still unknown. Therefore, fsck is not added, and when bootloading we get an error message and rdshell.
parent 4cfe4ab6
......@@ -60,7 +60,6 @@ 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