--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: initramfs-tools: hook-functions have hardcoded list of net drivers, omiting many popular chips
- From: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
- Date: Fri, 01 Feb 2008 19:41:49 +0100
- Message-id: <20080201184149.3770.13109.reportbug@tytus.smp.if.uj.edu.pl>
Package: initramfs-tools
Version: 0.85h
Severity: normal
/usr/share/initramfs-tools/hook-functions in function auto_add_modules
we have list of net drivers. I suppose that list is used instand of copying
files from drivers/net/ directory to save space, but many drivers (especially
from newer kernel 2.6.22) are omited (i.e. sky2, atl1). For people with
this net adapters MODULES=netboot, or usage of live-initramfs for netboot,,
or FAI installation via PXE will not work (on etch and lenny).
Please update list of drivers, and add proper comment to
default initramfs.conf, becaouse currently they implictly indicate that
all network modules are added:
-# netboot - Add the base modules, network modules, but skip block devices.
+# netboot - Add the base modules, some network modules, but skip block devices.
-- Package-specific info:
-- /proc/cmdline
root=/dev/sda2 ro
-- /proc/filesystems
cramfs
ext3
vfat
-- lsmod
Module Size Used by
nfsd 197936 17
exportfs 5600 1 nfsd
iptable_mangle 2880 0
iptable_nat 7044 0
ip_nat 16876 1 iptable_nat
ip_conntrack 49088 2 iptable_nat,ip_nat
nfnetlink 6680 2 ip_nat,ip_conntrack
iptable_filter 3104 0
ip_tables 13028 3 iptable_mangle,iptable_nat,iptable_filter
x_tables 13316 2 iptable_nat,ip_tables
ipv6 226272 20
dm_snapshot 15552 0
dm_mirror 19152 0
dm_mod 50232 2 dm_snapshot,dm_mirror
fuse 39892 0
nfs 202828 2
lockd 54344 3 nfsd,nfs
nfs_acl 3584 2 nfsd,nfs
sunrpc 138812 14 nfsd,nfs,lockd,nfs_acl
vfat 11872 0
fat 46652 1 vfat
autofs4 19748 3
binfmt_misc 10984 1
ohci_hcd 18276 0
usbkbd 6816 0
serio_raw 6660 0
i2c_i801 7468 0
eth1394 18212 0
tsdev 7520 0
i2c_core 19680 1 i2c_i801
psmouse 35016 0
evdev 9088 1
atl1 39576 0
floppy 53156 0
rtc 12372 0
pcspkr 3072 0
ext3 119240 6
jbd 52456 1 ext3
mbcache 8356 1 ext3
ide_cd 36064 0
cdrom 32544 1 ide_cd
sd_mod 19040 8
generic 4868 0 [permanent]
jmicron 4192 0 [permanent]
ide_core 110504 3 ide_cd,generic,jmicron
usbhid 37248 0
ata_piix 13896 7
ohci1394 30800 0
ieee1394 86904 2 eth1394,ohci1394
ahci 17924 0
libata 89396 2 ata_piix,ahci
scsi_mod 124168 3 sd_mod,ahci,libata
ehci_hcd 28136 0
uhci_hcd 21164 0
usbcore 112644 6 ohci_hcd,usbkbd,usbhid,ehci_hcd,uhci_hcd
thermal 13608 0
processor 28840 1 thermal
fan 4804 0
-- kernel-img.conf
do_symlinks = Yes
do_initrd = Yes
silent_modules=yes
clobber_modules=yes
do_boot_enable=no
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Versions of packages initramfs-tools depends on:
ii busybox 1:1.1.3-4 Tiny utilities for small and embed
ii cpio 2.6-17 GNU cpio -- a program to manage ar
ii klibc-utils 1.4.34-2 small statically-linked utilities
ii module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo
ii udev 0.105-4 /dev/ and hotplug management daemo
initramfs-tools recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.92
We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:
initramfs-tools_0.92.dsc
to pool/main/i/initramfs-tools/initramfs-tools_0.92.dsc
initramfs-tools_0.92.tar.gz
to pool/main/i/initramfs-tools/initramfs-tools_0.92.tar.gz
initramfs-tools_0.92_all.deb
to pool/main/i/initramfs-tools/initramfs-tools_0.92_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 463607@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated initramfs-tools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 09 Apr 2008 10:42:49 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.92
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description:
initramfs-tools - tools for generating an initramfs
Closes: 447611 463607 465901 467078 467627 468112 468113 470869 474691
Changes:
initramfs-tools (0.92) unstable; urgency=low
.
Release "Ogni contrada è patria del ribelle"
.
[ maximilian attems ]
* init: export ROOTFLAGS + ROOTFSTYPE.
* debian/control: s/XS-Vcs/Vcs/
* mkinitramfs: Drop gzip -9 option. (closes: #470869)
Thanks Tollef Fog Heen <tfheen@err.no>.
* Ignore lintian warnings about empty directories.
* framebuffer: Let udev create fb devices.
* framebuffer: Leave tty devices for udev too.
* manpages: fix hyphen-used-as-minus-sign
* init: fix mkdir usage.
* init: Set proper permissions of /dev/console mknod fallback.
* scripts/function: Use mknod directly.
* debian/control: Depend on latest klibc for mknod usage.
* scripts/functions: fix configure_networking() for multiple interfaces.
(closes: #467078) Thanks Michal Sojka <sojkam1@fel.cvut.cz>.
* ps3 nuke useless hardcoded initramfs script. (closes: #468113)
* resume: Add support for resume_offset swap file suspend to disk.
(closes: #474691) Thanks Alan Jenkins <alan-jenkins@tuffmail.co.uk>.
* update-initramfs: Rename function according to reliability fix.
* hook-functions: Add atl1, cxgb3, e1000e, igb, ipg, niu, sky2 to
net section of initramfs modules. (closes: #463607)
* hook-functions: MODULES=dep fix ps3 support.
* initramfs-tools.8: Small documentation fixes. (closes: #467627)
.
[ debian@x.ray.net ]
* configure_network(): do nothing if device already configured.
(closes: #465901)
.
[ Joey Hess ]
* update-initramfs: use dpkg-trigger. (closes: #447611)
.
[ Luke Yelavich ]
* update-initramfs: Initramfs generation reliability fixes.
(closes: #468112)
.
[ Fabio M. Di Nitto ]
* hook-functions: Add support for sunvnet and sunvdc.
Files:
331235c0dd9e0dfbc2ef8b4065a2c9a9 780 utils optional initramfs-tools_0.92.dsc
66617c9ca31288fcadeb88e69af2c23d 65089 utils optional initramfs-tools_0.92.tar.gz
e42742da43870f0544feacbbcd7bb832 71950 utils optional initramfs-tools_0.92_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH/IIJeW7Lc5tEHqgRAkScAKDA9LT52pky3AVKva6wmfSJaX4pNQCgiIEe
gsS10Xjq+XjPSHR+FXjbfy8=
=00G2
-----END PGP SIGNATURE-----
--- End Message ---