Skip to content

Commit d1fadbe

Browse files
author
Prakash Surya
committed
Disable various kernel modules which we don't use
1 parent 805ba86 commit d1fadbe

File tree

4 files changed

+60
-524
lines changed

4 files changed

+60
-524
lines changed

debian.aws/config/OVERRIDES

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
#
2+
# Disable misc. modules which we don't use.
3+
#
4+
CONFIG_AGP=n
5+
CONFIG_ANDROID=n
6+
CONFIG_BT=n
7+
CONFIG_DRM=n
8+
CONFIG_INFINIBAND=n
9+
CONFIG_NFC=n
10+
CONFIG_USB=n
11+
CONFIG_WIRELESS=n
12+
13+
#
14+
# Disable various filesystem which we don't use.
15+
#
16+
CONFIG_9P_FS=n
17+
CONFIG_ADFS_FS=n
18+
CONFIG_AFFS_FS=n
19+
CONFIG_AFS_FS=n
20+
CONFIG_AUFS_FS=n
21+
CONFIG_BEFS_FS=n
22+
CONFIG_BFS_FS=n
23+
CONFIG_BTRFS_FS=n
24+
CONFIG_CEPH_FS=n
25+
CONFIG_CODA_FS=n
26+
CONFIG_EFS_FS=n
27+
CONFIG_EROFS_FS=n
28+
CONFIG_EXFAT_FS=n
29+
CONFIG_EXT2_FS=n
30+
CONFIG_EXT3_FS=n
31+
CONFIG_EXT4_FS=n
32+
CONFIG_F2FS_FS=n
33+
CONFIG_FUSE_FS=n
34+
CONFIG_GFS2_FS=n
35+
CONFIG_HFSPLUS_FS=n
36+
CONFIG_HFS_FS=n
37+
CONFIG_HPFS_FS=n
38+
CONFIG_JFFS2_FS=n
39+
CONFIG_JFS_FS=n
40+
CONFIG_MINIX_FS=n
41+
CONFIG_MSDOS_FS=n
42+
CONFIG_NILFS2_FS=n
43+
CONFIG_OCFS2_FS=n
44+
CONFIG_OMFS_FS=n
45+
CONFIG_ORANGEFS_FS=n
46+
CONFIG_QNX4FS_FS=n
47+
CONFIG_QNX6FS_FS=n
48+
CONFIG_REISERFS_FS=n
49+
CONFIG_REISERFS_FS=n
50+
CONFIG_ROMFS_FS=n
51+
CONFIG_SYSV_FS=n
52+
CONFIG_UBIFS_FS=n
53+
CONFIG_UDF_FS=n
54+
CONFIG_UFS_FS=n
55+
CONFIG_VXFS_FS=n
56+
CONFIG_XFS_FS=n

debian.aws/control.d/aws.inclusion-list

-263
This file was deleted.

0 commit comments

Comments
 (0)