Changeset 1064
- Timestamp:
- 11/11/06 16:13:57 (2 years ago)
- Files:
-
- trunk/reiser4-on-2.6.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/reiser4-on-2.6.txt
r978 r1064 1 AUTHOR: Wee Teck < stelgn at gmail.com>1 AUTHOR: Wee Teck <weeteck at en.com.sg> 2 2 3 DATE: 2005- 08-063 DATE: 2005-10-25 4 4 5 5 LICENSE: GNU Free Documentation License Version 1.2 … … 14 14 ftp://ftp.namesys.com/pub/reiser4progs/ 15 15 16 16 17 PREREQUISITES: 17 Uuid must be installed (Included in e2fsprogs )18 Uuid must be installed (Included in e2fsprogs or e2fsprogs-libs) 18 19 libaal 19 20 20 21 HINT: 21 -> Refer to LFS if you haven't had e2fsprogs installed22 -> Refer to LFS if you haven't had e2fsprogs/e2fsprogs-libs installed 22 23 (You need Uuid that comes with it) 23 24 24 25 -> Installing Libaal 25 Get the latest libaal from reiser4progs folder 26 Get the latest libaal from reiser4progs folder (libaal-1.0.5.tar.gz) 26 27 Build process: 27 28 28 tar zxf libaal-1. x.x.tar.gz29 cd libaal- *29 tar zxf libaal-1.0.5.tar.gz 30 cd libaal-1.0.5 30 31 ./configure --prefix=/usr && make && make install 31 32 32 33 -> Installing Reiser4progs 33 Get the latest reiser4progs 34 Get the latest reiser4progs (reiser4progs-1.0.5.tar.gz) 34 35 Bulid process: 35 36 36 tar zxf reiser4progs-1. x.x.tar.gz37 cd reiser4progs- *37 tar zxf reiser4progs-1.0.5.tar.gz 38 cd reiser4progs-1.0.5 38 39 ./configure --prefix=/usr --sbindir=/sbin && 39 40 make && … … 41 42 42 43 -> Patching 2.6 Kernel 43 **Assuming you have the latest kernel source** 44 cd /usr/src/linux-2.6.x 45 Get the latest reiser4 patch 46 gunzip -c reiser4-for-2.6* | patch -p1 44 **Assuming you are running the stable 2.6.16 tree** 45 46 Latest patch as of writing is reiser4-for-2.6.16-5.patch.gz 47 48 cd /usr/src/linux-2.6.16.x 49 gunzip -c reiser4-for-2.6.16-5.patch.gz | patch -p1 47 50 48 51 Configure the kernel config with the following addtional features: 49 52 [Enable] Prompt for development and/or incomplete code/drivers 50 53 [Enable] Deflate compression algorithm 51 [Disable] Use 4Kb for kernel stacks instead of 8Kb52 54 [Enable] Reiser4 53 55 … … 75 77 A: Ensure the 3 options are correctly set. 76 78 79 Q: Can I boot from a Reiser4 partition? 80 A: Sure! Lilo will boot perfectly. For GRUB fans, there is a seperate patch for 81 GRUB which is required. 77 82 78 83 ACKNOWLEDGEMENTS: … … 81 86 82 87 CHANGELOG: 88 [2006-10-25] 89 * Last update as Reiser4 seems no longer maintained and is never considered 90 inclusion into Kernel. 91 * More FAQs 92 * Reiser4 now able to build on 4Kb Stack, thus remove the need for a 93 8Kb kernel stack. 94 * Updated Contact Info 83 95 [2005-08-06] 84 96 * Initial hint.
