Skip to content

Commit

Permalink
Disable various kernel modules which we don't use
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya committed Sep 29, 2022
1 parent 805ba86 commit d1fadbe
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 524 deletions.
56 changes: 56 additions & 0 deletions debian.aws/config/OVERRIDES
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#
# Disable misc. modules which we don't use.
#
CONFIG_AGP=n
CONFIG_ANDROID=n
CONFIG_BT=n
CONFIG_DRM=n
CONFIG_INFINIBAND=n
CONFIG_NFC=n
CONFIG_USB=n
CONFIG_WIRELESS=n

#
# Disable various filesystem which we don't use.
#
CONFIG_9P_FS=n
CONFIG_ADFS_FS=n
CONFIG_AFFS_FS=n
CONFIG_AFS_FS=n
CONFIG_AUFS_FS=n
CONFIG_BEFS_FS=n
CONFIG_BFS_FS=n
CONFIG_BTRFS_FS=n
CONFIG_CEPH_FS=n
CONFIG_CODA_FS=n
CONFIG_EFS_FS=n
CONFIG_EROFS_FS=n
CONFIG_EXFAT_FS=n
CONFIG_EXT2_FS=n
CONFIG_EXT3_FS=n
CONFIG_EXT4_FS=n
CONFIG_F2FS_FS=n
CONFIG_FUSE_FS=n
CONFIG_GFS2_FS=n
CONFIG_HFSPLUS_FS=n
CONFIG_HFS_FS=n
CONFIG_HPFS_FS=n
CONFIG_JFFS2_FS=n
CONFIG_JFS_FS=n
CONFIG_MINIX_FS=n
CONFIG_MSDOS_FS=n
CONFIG_NILFS2_FS=n
CONFIG_OCFS2_FS=n
CONFIG_OMFS_FS=n
CONFIG_ORANGEFS_FS=n
CONFIG_QNX4FS_FS=n
CONFIG_QNX6FS_FS=n
CONFIG_REISERFS_FS=n
CONFIG_REISERFS_FS=n
CONFIG_ROMFS_FS=n
CONFIG_SYSV_FS=n
CONFIG_UBIFS_FS=n
CONFIG_UDF_FS=n
CONFIG_UFS_FS=n
CONFIG_VXFS_FS=n
CONFIG_XFS_FS=n
263 changes: 0 additions & 263 deletions debian.aws/control.d/aws.inclusion-list

This file was deleted.

Loading

0 comments on commit d1fadbe

Please sign in to comment.