linux: build with initrd support by default
We don't require initrd in some cases but still most boot sequences including ARM use it.
This commit is contained in:
parent
250ab7a26a
commit
7099e8da83
@ -100,6 +100,10 @@ with stdenv.lib;
|
|||||||
# Disable some expensive (?) features.
|
# Disable some expensive (?) features.
|
||||||
PM_TRACE_RTC n
|
PM_TRACE_RTC n
|
||||||
|
|
||||||
|
# Enable initrd support.
|
||||||
|
BLK_DEV_RAM y
|
||||||
|
BLK_DEV_INITRD y
|
||||||
|
|
||||||
# Enable various subsystems.
|
# Enable various subsystems.
|
||||||
ACCESSIBILITY y # Accessibility support
|
ACCESSIBILITY y # Accessibility support
|
||||||
AUXDISPLAY y # Auxiliary Display support
|
AUXDISPLAY y # Auxiliary Display support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user