]> git.proxmox.com Git - pve-kernel-2.6.32.git/blame - README
update to vzkernel-2.6.32-042stab062.2.src.rpm
[pve-kernel-2.6.32.git] / README
CommitLineData
1cfff965
DM
1KERNEL SOURCE:
2==============
3
4We use the OpenVZ Kernel sources, available from:
5
6http://download.openvz.org/kernel/branches/rhel6-2.6.32/
7
8
9Additional/Updated Modules:
10---------------------------
11
12- we use bootsplash to display the boot logo.
13
14- include latest AoE driver (http://support.coraid.com/support/linux)
15
16- include latest ixgbe driver from intel/sourceforge
17
18- include latest igb driver from intel/sourceforge
19
20- include latest e1000e driver from intel/sourceforge
21
1cfff965
DM
22FIRMWARE:
23=========
24
25We create our own firmware package, which includes the firmware for
26all proxmox-ve kernels. So far this include
27
28pve-kernel-2.6.18
29pve-kernel-2.6.24
30pve-kernel-2.6.32
31pve-kernel-2.6.35
32
33We use 'find-firmware.pl' to extract lists of required firmeware
34files. The script 'assemble-firmware.pl' is used to read those lists
35and copy the files from various source directory into a target
36directory.
37
38We do not include firmeware for some wireless HW when there is a
39separate debian package for that, for example:
40
41zd1211-firmware
42atmel-firmware
43bluez-firmware
44
45
46PATCHES:
47--------
48
49 bootsplash-3.1.9-2.6.31-rh.patch: bootsplash patch
50
51 bridge-patch.diff: Avoid bridge problems with changing MAC
52 see also: http://forum.openvz.org/index.php?t=msg&th=5291
53
54 Behaviour after 2.6.27 has changed slighly - after setting mac address
55 of bridge device, then address won't change. So we could omit
56 that patch, requiring to set hwaddress in /etc/network/interfaces.
57
1cfff965
DM
58
59Additional information
60----------------------
61
62We use the default configuration provided by openvz, and apply
63the following modification:
64
65see config-2.6.32.diff
66
67- enable bootsplash
68 CONFIG_FB_VESA=y
69 CONFIG_FRAMEBUFFER_CONSOLE=Y
70 CONFIG_BOOTSPLASH=y
71
72- disable CONFIG_DEBUG_INFO
73
74- disable CONFIG_PRINTK_TIME
75
76- enable common CONFIG_BLK_DEV_XXX to avoid hardware detection
77 problems (udev, undate-initramfs hav serious problems without that)
78
79 CONFIG_BLK_DEV_SD=y
80 CONFIG_BLK_DEV_SR=y
81 CONFIG_BLK_DEV_DM=y
82
e21b3827
DM
83- disable CONFIG_RT_GROUP_SCHED to avoid corosync startup errors
84
85- disable module signatures (CONFIG_MODULE_SIG, CONFIG_CRYPTO_SIGNATURE)
86
87- enable usbip (this is also enable on debian kernels)
88
89 CONFIG_USB_IP_COMMON=m
90 CONFIG_USB_IP_VHCI_HCD=m
91 CONFIG_USB_IP_HOST=m
92
d9e10626 93- enable IBM JFS file system
7e70f1cc
DM
94
95 This is disabled in RHEL kernel for no real reason, so we enable
96 it as requested by users (bug #64)
1cfff965 97
d9e10626
DM
98- enable apple HFS and HFSPLUS
99
100 This is disabled in RHEL kernel for no real reason, so we enable
101 it as requested by users
102
2c0fe19a
DM
103- enable CONFIG_BRIDGE=y
104
105 Else we get warnings on boot, that
106 net.bridge.bridge-nf-call-iptables is an unknown key
107
1cfff965
DM
108Testing final kernel with kvm
109-----------------------------
110
111kvm -kernel data/boot/vmlinuz-2.6.32-6-pve -initrd initrd.img-2.6.32-6-pve -append "vga=791 video=vesafb:ywrap,mtrr splash=silent" /dev/zero
112