From: <doiggl@velocitynet.com.au>
To: reiserfs-devel@vger.kernel.org
Subject: compination script for Reiser4 on 2.6.35 and reiser4progs listing
Date: Sat, 28 Aug 2010 20:01:46 +1000 [thread overview]
Message-ID: <204bc31a9ea0f13da8f7a87f97ef4eb5@mail.velocitynet.com.au> (raw)
In-Reply-To: <32a245fad07f283f908213fcfc1e8fd9@mail.velocitynet.com.au>
1. Here is a script I put together to compile a reiser4 based kernel
# source adapted from
http://linuxhelp.150m.com/installs/compile-kernel.htm
#set kernel versions
majorv="35"
minorv=".3"
version=$majorv$minorv
#copy and unpack files and set linkages
cd /usr/src
rm -rf linux-2.6.$version linux
cp -v /media/disk/kernel/linux-2.6.$version.tar.bz2 .
rm linux-2.6.$version.tar
bunzip2 -v linux-2.6.$version.tar.bz2
tar -xvf linux-2.6.$version.tar
ln -s linux-2.6.$version linux
# copy in prepared reiser 4 enabled .config, apply reiser4 patch and
compile reiser4 enabled kernel
cp -v /boot/config-$(uname -r) /usr/src/linux/.config
cd /usr/src/linux
rm applyreiser4patch.$version.log
patch -p1 < /media/disk/r4-info/patch/reiser4-for-2.6.$majorv.patch | tee
applyreiser4patch.$version.log
cp -v /media/disk/src/reiser4enabled.config.$majorv
/usr/src/linux/.config
make rpm-pkg | tee reiser4enabledkernel-v$version.log
#copy reiser4 built kernel rpms for use
cat reiser4enabledkernel-v35.3.log | grep -i "wrote:" | cut -d ":" -f2 |
sed "s/^/cp -iv /g" |sed "s/.rpm/.rpm \/./g"
2. Also here is a listing of reiser4progs I found
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.1/i586/reiser4progs-1.0.7-1.1.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.1/i586/reiser4progs-devel-1.0.7-1.1.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.1/src/reiser4progs-1.0.7-1.1.src.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.1/x86_64/reiser4progs-1.0.7-1.1.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.1/x86_64/reiser4progs-devel-1.0.7-1.1.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_Factory/i586/reiser4progs-1.0.7-1.21.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_Factory/i586/reiser4progs-devel-1.0.7-1.21.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_Factory/src/reiser4progs-1.0.7-1.21.src.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_Factory/x86_64/reiser4progs-1.0.7-1.21.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_Factory/x86_64/reiser4progs-devel-1.0.7-1.21.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/SLE_10/i586/reiser4progs-1.0.7-1.1.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/SLE_10/i586/reiser4progs-devel-1.0.7-1.1.i586.rpm
http://download.opensuse.org/repositories/home:/lmich/SLE_10/src/reiser4progs-1.0.7-1.1.src.rpm
http://download.opensuse.org/repositories/home:/lmich/SLE_10/x86_64/reiser4progs-1.0.7-1.1.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/SLE_10/x86_64/reiser4progs-devel-1.0.7-1.1.x86_64.rpm
Glenn
prev parent reply other threads:[~2010-08-28 10:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-24 16:37 failed reiserfs partition - help! James
2010-08-24 16:43 ` James
2010-08-24 18:15 ` Edward Shishkin
2010-08-25 12:57 ` doiggl
2010-08-28 10:01 ` doiggl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=204bc31a9ea0f13da8f7a87f97ef4eb5@mail.velocitynet.com.au \
--to=doiggl@velocitynet.com.au \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).