Package: kernel-package
Version: 10.047
Severity: wishlist
Tags: patch

rootstrap can automatically install uml kernel modules in the generate
rootfs with:
  cp -R /usr/lib/uml/modules/* $TARGET/lib/modules

It currently misses k-p built modules. It would be nice if it could get
them instead. The attached patch adreeses it.

Thanks,
Mattia

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc4-mm2-1
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages kernel-package depends on:
ii  dpkg                         1.13.19     package maintenance system for Deb
ii  dpkg-dev                     1.13.19     package building tools for Debian
ii  file                         4.17-1      Determines file type using "magic"
ii  gcc [c-compiler]             4:4.0.2-2   The GNU C compiler
ii  gcc-2.95 [c-compiler]        1:2.95.4-22 The GNU C compiler
ii  gcc-3.3 [c-compiler]         1:3.3.6-13  The GNU C compiler
ii  gcc-4.0 [c-compiler]         4.0.3-3     The GNU C compiler
ii  gcc-4.1 [c-compiler]         4.1.0-4     The GNU C compiler
ii  gettext                      0.14.5-4    GNU Internationalization utilities
ii  make                         3.81-2      The GNU version of the "make" util
ii  perl                         5.8.8-4     Larry Wall's Practical Extraction 
ii  po-debconf                   1.0.1       manage translated Debconf template
ii  tcc [c-compiler]             0.9.23-2    The smallest ANSI C compiler

Versions of packages kernel-package recommends:
ii  bzip2                         1.0.3-2    high-quality block-sorting file co
ii  libc6-dev [libc-dev]          2.3.6-7    GNU C Library: Development Librari

-- no debconf information
-- 
mattia
:wq!
--- ruleset/misc/pkg_names.mk~clean     2006-05-25 19:36:45.000000000 +0200
+++ ruleset/misc/pkg_names.mk   2006-05-25 19:37:11.000000000 +0200
@@ -85,7 +85,7 @@
 MAN9DIR = $(MANDIR)/man9
 INFODIR = $(TMPTOP)/usr/share/info
 
-UML_DIR        = $(TMPTOP)/usr/lib/uml/modules-$(version)
+UML_DIR        = $(TMPTOP)/usr/lib/uml/modules/$(version)
 
 TMP_MAN        = $(SRCTOP)/debian/tmp_man
 DIRS_TO_CLEAN += $(TMP_MAN)

Reply via email to