FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
File | Date | Author | Commit |
---|---|---|---|
3ware | 2008-05-21 | fulgas | [r3346] Added a few more changes |
a100u2 | 2008-05-21 | fulgas | [r3349] Missed a few things |
aac | 2008-05-21 | fulgas | [r3349] Missed a few things |
ata | 2008-05-21 | fulgas | [r3346] Added a few more changes |
nve | 2008-05-21 | fulgas | [r3349] Missed a few things |
Readme | 2008-05-21 | fulgas | [r3349] Missed a few things |
rm-patched-files.sh | 2008-05-21 | fulgas | [r3349] Missed a few things |
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.