xfs
[Top] [All Lists]

Re: XFS 1.0.1 SuSE Port

To: Eric Sandeen <sandeen@xxxxxxx>
Subject: Re: XFS 1.0.1 SuSE Port
From: Seth Mos <knuffie@xxxxxxxxx>
Date: Sat, 21 Jul 2001 00:34:17 +0200
Cc: Detlef Vollmann <dv@xxxxxxxxxxx>, linux-xfs@xxxxxxxxxxx
In-reply-to: <3B58AF3D.2B1E3D89@sgi.com>
References: <200107201835.f6KIZcD44700@pilot12.cl.msu.edu> <p05100309b77e381b77e9@[192.168.1.17]> <4.3.2.7.2.20010721001710.031e3538@pop.xs4all.nl>
Sender: owner-linux-xfs@xxxxxxxxxxx
At 17:22 20-7-2001 -0500, Eric Sandeen wrote:
Seth Mos wrote:

> You could try fetching all the 1.0.1 Source RPMS and rebuild those on your
> SuSE system.
>
> Try that first. I don't have SuSE so I can't make those.

But that would give you Red Hat kernels on your SuSE system... I think
what people may be looking for are SuSE kernels (w/ all their patches,
etc) and XFS added on.

Or maybe the original poster just wanted to run a generic kernel + XFS
on his SuSE system, in which case we're all getting OT here.  :)

Indeed,

<?php
require_once("include/compile-kernel-howto.inc.php");
$packages = "acl acl-dev xfsdump xfsprogs";
if ($type == "generic"):
        fetch("linux-2.4.5.tar.bz2");
        fetch("linux-2.4.5-xfs-1.0.1.patch");
        passthru("cd /usr/src/linux ;patch -p1 $xfspatch");
        compile_kernel();
        install_kernel();
        compile_package($packages);
        install_package($packages);
        passthru("reboot");
else:
        echo "do a lot of work";
endif;
?>

--
Seth
Every program has two purposes one for which
it was written and another for which it wasn't
I use the last kind.


<Prev in Thread] Current Thread [Next in Thread>