Menu

[r10367]: / legacy / build / kernel-patches / Readme  Maximize  Restore  History

Download this file

18 lines (11 with data), 495 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Kernel build howto:

- Patches should be applied only once. Multiple times will fail (e.g. when
  using patch command in Makefile).

  You can create a backup from the kernel source to revert them quickly.
  # cp -r /usr/src /usr/src.orig
  
  or
  
  # cd /usr
  # tar cvfz src.tar.gz ./src

- If patches have been updated, the kernel sources (/usr/src) have to be
  resfreshed (e.g. via cvsup). After that apply all patches again.

- You must apply by following patch order: iscsi -> izisboot
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.