mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-31 10:34:03 +00:00
The Nezha and the LicheeRV boards do not have enough memory for an initrd with most modules. Therefore the number of included modules has to be reduced. Create file /etc/initramfs-tools/conf.d/modules_list.conf to set MODULES=list. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
# The Nezha and the LicheeRV boards do not have enough memory for an initrd with
|
|
# most modules. Therefore the number of included modules has to be reduced.
|
|
#
|
|
# If further modules are needed, add them to /etc/initramfs-tools/modules.
|
|
|
|
MODULES=list
|