blob: 0ccbcbb89bd9dfcbd7814781faee94bcd5bb6b39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
btrfs
# Loading the video module increases the video resolution.
# Most modernish computers use one of these three modules.
#nouveau
#i915
#radeon
|