X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=README;h=2098c51f63e7553eb92ab9b7c6acbf1a34119291;hb=0a68bd5dc062b6d5660388839469e673504faebb;hp=821a6cdc36b6f2ed6d75feadf51196d0e7f2978d;hpb=7921f784c88d61050e8f4cd76b4c0a6df74522be;p=pve-kernel-jessie.git diff --git a/README b/README index 821a6cd..2098c51 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ KERNEL SOURCE: We currently use the Ubuntu kernel sources, available from: - https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily + http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/ Ubuntu will maintain those kernels till: @@ -13,9 +13,11 @@ Ubuntu will maintain those kernels till: Additional/Updated Modules: --------------------------- +- include latest e1000e driver from intel/sourceforge + - include latest ixgbe driver from intel/sourceforge -# - include latest igb driver from intel/sourceforge + - include latest igb driver from intel/sourceforge # Note: hpsa does not compile with kernel 3.19.8 #- include latest HPSA driver (HP Smart Array) @@ -66,6 +68,13 @@ PATCHES: of bridge device, then address won't change. So we could omit that patch, requiring to set hwaddress in /etc/network/interfaces. +Watchdog blacklist +------------------ + +By default, all watchdog modules are black-listed because it is totally undefined +which device is actually used for /dev/watchdog. +We ship this list in /lib/modprobe.d/blacklist_pve-kernel-.conf +The user typically edit /etc/modules to enable a specific watchdog device. Additional information ---------------------- @@ -78,12 +87,17 @@ see Makefile (PVE_CONFIG_OPTS) - enable CONFIG_CEPH_FS=m (request from user) - enable common CONFIG_BLK_DEV_XXX to avoid hardware detection - problems (udev, undate-initramfs hav serious problems without that) + problems (udev, undate-initramfs have serious problems without that) CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_DM=y +- add workaround for Debian bug #807000 (see + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807000) + + CONFIG_BLK_DEV_NVME=y + - compile NBD and RBD modules CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RBD=m