mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 New Issue
Block a user