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.
|