blob: 4bf4cf8122b7f497b450c9beed722b1000651e0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# List of kernel modules that we leave in the appliance. This has to
# include any dependencies needed by modules.
# Any kernel module not listed here is deleted from the appliance.
# Wildcards are permitted.
virtio.ko
virtio_net.ko
virtio_pci.ko
virtio_ring.ko
ext2.ko
ext3.ko
ext4*.ko
crc16.ko
jbd.ko
jbd2.ko
fuse.ko
vfat.ko
fat.ko
udf.ko
crc_itu_t.ko
nls_utf8.ko
dm-*.ko
cramfs.ko
squashfs.ko
hfsplus.ko
ufs.ko
exportfs.ko
xfs.ko
|