All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jake Maciejewski <maciejej@msoe.edu>
To: Ryan Nordman <spacerobots@gmail.com>
Cc: reiserfs-list@namesys.com, Peter van Hardenberg <pvh@pvh.ca>,
	Nathan Iverson <niverson@uvic.ca>, huaning <huaning@uvic.ca>,
	ycoady <ycoady@cs.uvic.ca>
Subject: Re: Reiser4 Install Guide for Ubuntu 5.10
Date: Tue, 22 Nov 2005 00:44:45 -0600	[thread overview]
Message-ID: <1132641885.16002.24.camel@gentoo> (raw)
In-Reply-To: <27c2ef000511211652o3421b4fct762dd9b12fabafd3@mail.gmail.com>

On Mon, 2005-11-21 at 16:52 -0800, Ryan Nordman wrote:
> Hi Hans,
> 
> Allow me to introduce myself, I'm one of Peter (aka pvh)'s colleagues
> here at the University of Victoria.  A while back we mentioned we'd
> write a practical install guide for Reiser4 with Ubuntu 5.10.  Well,
> here it is.  Let us know if you want us to make any changes to the
> format or add/remove any steps.
> 
> All version references in this document are up to date for Ubuntu 5.10
> (Breezy Badger).
> 
> Prerequisites: Add the universe repository to your sources
> 
> 1. Install all the software needed to compile the kernel
> # apt-get build-dep linux-source-2.6.12
> # apt-get install linux-source-2.6.12 checkinstall libncurses-dev
> 
> 2. Use the following commands to download the latest Reiser4 kernel
> patch, the Reiser4 utility programs, and required libraries.
> # wget
> ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.12/reiser4-for-2.6.12-3.patch.gz
> # wget
> ftp://ftp.namesys.com/pub/reiser4progs/reiser4progs-1.0.5.tar.gz 
> # wget ftp://ftp.namesys.com/pub/reiser4progs/libaal-1.0.5.tar.gz
> 
> 3. Install libaal
> # tar zxf libaal-1.0.5.tar.gz
> # cd libaal-1.0.5
> # ./configure; make
> # checkinstall
> At the prompt: "Should I create a default set of package docs? [y]:"
> type "y" and press enter.
> You will then be prompted to input a description of the package.
> Enter something like "locally built libaal" then press enter three
> times.
> # cd ..
> 
> 4. Install reiser4progs
> # tar zxf reiser4progs-1.0.5.tar.gz
> # cd reiser4progs-1.0.5
> # ./configure; make
> # checkinstall
> At the prompt: "Should I create a default set of package docs? [y]:"
> type "y" and press enter.
> At the prompt: "Do you want me to list them? [n]:" type "n" and press
> enter.
> At the prompt: "Should I exclude them from the package? (Saying yes is
> a good idea) [y]:" type "y" and press enter.
> You will then be prompted to input a description of the package.  Type
> something like "locally built libaal" then press enter three times.
> 
> 5. Unzip and add the reiser4 code to the linux source
> # cd /usr/src
> # tar xvf linux-source-2.6.12.tar.bz2
> # cd linux-source-2.6.12/
> # gunzip -c ~/reiser4-for-2.6.12-3.patch.gz | patch -p1 
> 
> 6. Compile the kernel
> # make menuconfig
> Select "File systems --->" from the menu and press enter.
> Select "Reiser4 (EXPERIMENTAL) (NEW)" and type "M".
> Press the esc key twice.
> Select "yes" at the prompt.

Must the rest of the kernel options be configured here as well, or does
apt-get install the sources with a .config? Most users who know how to
configure a kernel will probably know the other steps. If the kernel has
to be configured, is the default Ubuntu .config easily available?

> # make
> ... much time passes ...
> 
> 7. Build a Debian install package for the kernel
> # make-kpkg --rootcmd fakeroot --append-to-version --initrd --
> 
> 8. Reboot with the new kernel, create a Reiser partition and mount it
> and you're good to go!
> 
-- 
Jake Maciejewski <maciejej@msoe.edu>


  parent reply	other threads:[~2005-11-22  6:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22  0:52 Reiser4 Install Guide for Ubuntu 5.10 Ryan Nordman
2005-11-22  1:28 ` Hans Reiser
2005-11-22  5:13   ` Ryan Nordman
2005-11-22  6:44 ` Jake Maciejewski [this message]
2005-11-23  0:34   ` michael chang
2005-11-22  9:35 ` Marcel Hilzinger

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=1132641885.16002.24.camel@gentoo \
    --to=maciejej@msoe.edu \
    --cc=huaning@uvic.ca \
    --cc=niverson@uvic.ca \
    --cc=pvh@pvh.ca \
    --cc=reiserfs-list@namesys.com \
    --cc=spacerobots@gmail.com \
    --cc=ycoady@cs.uvic.ca \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.