blob: 734b3c40dc30818e8caaed1e2967f6ebb77bd956 (
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
39
40
41
42
43
44
45
46
47
48
49
50
|
# 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
# drivers for QEMUs IDE/SCSI device emulation
cdrom.ko
i2c-piix4.ko
i2c-core.ko
ide-*.ko
libata.ko
piix.ko
scsi_transport_spi.ko
scsi_mod.ko
sd_mod.ko
sym53c8xx.ko
ext2.ko
ext3.ko
ext4*.ko
crc16.ko
jbd.ko
jbd2.ko
mbcache.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
reiserfs.ko
|