









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] ubuntu and me
Kevin Rosenberg wrote:
> It's rather simple to use:
What's wrong with 'make; make install; make modules_install'?
Thanks, though...
> apt_get install kernel-package
> cd /usr/src/kernel-source-<x.x.x>
> make-kpkg clean
> make xconfig
> make-kpkg kernel_image
> make-kpkg modules_image
When I get to 'make-kpkg modules_image', I get:
for module in ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.6.11"
KSRC="/usr/src/linux-source-2.6.11" \
KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="unknown@unconfigured.in.etc.kernel-pkg.conf" \
KPKG_DEST_DIR="/usr/src/linux-source-2.6.11/.." \
KPKG_MAINTAINER="Unknown Kernel Package
Maintainer" \
KPKG_EXTRAV_ARG="" \
ARCH="i386" \
KDREV="10.00.Custom" kdist_image; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
if [ "X" != "X" ]; then \
echo "Perhaps $module does not understand
--rootcmd?"; \
echo "If you see messages that indicate that it is
not"; \
echo "in fact being built as root, please file a
bug "; \
echo "against $module."; \
fi; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
fi; \
done
...........
but no modules.
ideas?
> cd ..
> dpkg -i kernel-image-<x.x.x>*deb modules-image-<x.x.x>*deb
jody
--
http://www.RealizationSystems.com/ -- start communicating
http://www.GalacticSlacker.com/ -- read it and weep
http://www.NMPerspective.com/ -- a Southwest Perspective
|
|