forked from mirrors/nixpkgs
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.
|
||||
PM_TRACE_RTC n
|
||||
|
||||
# Enable initrd support.
|
||||
BLK_DEV_RAM y
|
||||
BLK_DEV_INITRD y
|
||||
|
||||
# Enable various subsystems.
|
||||
ACCESSIBILITY y # Accessibility support
|
||||
AUXDISPLAY y # Auxiliary Display support
|
||||
|
|
Loading…
Reference in a new issue