.. | ||
.gitignore | ||
0001-Bluetooth-allocate-static-minor-for-vhci.patch | ||
0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch | ||
0003-module-remove-MODULE_GENERIC_TABLE.patch | ||
0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch | ||
0005-fs-Don-t-return-0-from-get_anon_bdev.patch | ||
0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch | ||
change-default-console-loglevel.patch | ||
config | ||
config.x86_64 | ||
linux.install | ||
linux.preset | ||
PKGBUILD | ||
README.org |
Customizations
A list of customizations have been performed on this kernel config, the following options have been changed:
- Wireless LAN has been turned off (
CONFIG_WLAN=n
) I don't use wireless networking on my main PC. - Wireless has been turned off (
CONFIG_WIRELESS=n
) I don't use wireless networking on my main PC. - VMware VMXNET3 ethernet driver has been turned off
(
CONFIG_VMXNET3=n
) I don't plan on using VMware, kvm and lxc should be enough. - Linux guest support has been turned off (
HYPERVISOR_GUEST=n
) I don't plan on using my main PC under a virtual machine. - aufs3 support has been added. So I can use docker.