-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 15 March 2003 10:01 pm, Todd A. Jacobs wrote:
> The kernel-source rpm includes a config file for uml, but trying the
> standard "make ARCH=um menuconfig" chokes because there's no arch/um
> directory.
>
> Has anyone successfully built uml from the Red Hat rpms (not the raw
> sources)? If so, what was the secret?

I just tried the way I normally build kernels and it seems to work:
(This will enable the same options used in Red Hat's kernel-uml package, 
unless you make changes during the menuconfig stage.)

cd /usr/src/linux-2.4
make mrproper
cp configs/kernel-2.4.18-i686-uml.config . 
make menuconfig
make dep && make bzImage && make modules

And if you actually want to install the new kernel and modules:
make modules_install && make install

Hope that helps,
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+c/JOn/07WoAb/SsRAv03AJ9/f0UDo5QPUoXlqPIokmsacKbyuACfYl3k
LDFBl/pXVPCWNpBG/SCFN+M=
=nE6Q
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to