[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#565696: initramfs-tools: Support for AoE



Package: initramfs-tools
Version: 0.92bubuntu53
Severity: wishlist


http://lists.debian.org/debian-kernel/2010/01/msg00368.html

-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.31-17-generic root=/dev/mapper/vg0-root ro quiet splash

-- /proc/filesystems
	ext3
	ext2
	ext4
	fuseblk

-- lsmod
Module                  Size  Used by
usblp                  15136  0 
ipt_MASQUERADE          2944  1 
iptable_nat             6656  1 
nf_nat                 22164  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4      16376  4 iptable_nat,nf_nat
nf_defrag_ipv4          2400  1 nf_conntrack_ipv4
xt_state                2432  1 
nf_conntrack           80832  5 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
ipt_REJECT              3584  2 
xt_tcpudp               3616  4 
tun                    17056  2 
ib_iser                36080  0 
rdma_cm                35540  1 ib_iser
ib_cm                  43656  1 rdma_cm
iw_cm                  10920  1 rdma_cm
ib_sa                  24672  2 rdma_cm,ib_cm
ib_mad                 43016  2 ib_cm,ib_sa
ib_core                69280  6 ib_iser,rdma_cm,ib_cm,iw_cm,ib_sa,ib_mad
ib_addr                 8840  1 rdma_cm
iscsi_tcp              14124  0 
libiscsi_tcp           19524  1 iscsi_tcp
libiscsi               47280  3 ib_iser,iscsi_tcp,libiscsi_tcp
scsi_transport_iscsi    37568  4 ib_iser,iscsi_tcp,libiscsi
binfmt_misc            10220  1 
bridge                 56384  0 
stp                     3012  1 bridge
bnep                   15168  2 
kvm_intel              51528  3 
kvm                   190616  1 kvm_intel
vmnet                  49404  13 
ppdev                   8232  0 
parport_pc             37352  0 
vmblock                15240  1 
vsock                  46464  0 
vmci                   61704  1 vsock
vmmon                  84620  0 
snd_hda_codec_realtek   277860  1 
snd_hda_intel          31880  2 
snd_hda_codec          87584  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               9352  1 snd_hda_codec
snd_pcm_oss            44704  0 
snd_mixer_oss          18976  1 snd_pcm_oss
snd_pcm                93160  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           3460  0 
snd_seq_oss            33440  0 
mmc_block              12808  0 
snd_seq_midi            8192  0 
snd_rawmidi            27360  1 snd_seq_midi
arc4                    2144  2 
ecb                     3296  2 
joydev                 13088  0 
iwlagn                124832  0 
iwlcore               133600  1 iwlagn
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
mac80211              210008  2 iwlagn,iwlcore
uvcvideo               65260  0 
iptable_filter          3872  1 
sdhci_pci               8928  0 
ip_tables              21200  2 iptable_nat,iptable_filter
snd_seq                60608  7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              26992  2 snd_pcm,snd_seq
snd_seq_device          8308  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
aoe                    30752  0 
snd                    77096  17 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
sdhci                  20484  1 sdhci_pci
lp                     11908  0 
soundcore               9088  1 snd
x_tables               25832  6 ipt_MASQUERADE,iptable_nat,xt_state,ipt_REJECT,xt_tcpudp,ip_tables
asus_laptop            21092  0 
videodev               43360  1 uvcvideo
cfg80211              109144  3 iwlagn,iwlcore,mac80211
psmouse                57124  0 
v4l1_compat            16804  2 uvcvideo,videodev
atl1c                  36516  0 
nvidia              10316904  40 
v4l2_compat_ioctl32    13344  1 videodev
btusb                  14260  2 
parport                40528  3 ppdev,parport_pc,lp
snd_page_alloc         10928  2 snd_hda_intel,snd_pcm
serio_raw               6596  0 
led_class               5256  3 iwlcore,sdhci,asus_laptop
raid10                 24384  0 
raid456                58112  0 
raid6_pq               81440  1 raid456
async_xor               4160  1 raid456
async_memcpy            2528  1 raid456
async_tx                4096  3 raid456,async_xor,async_memcpy
raid0                   8420  0 
multipath               9252  0 
linear                  5668  0 
dm_raid45              78504  0 
xor                     5456  3 raid456,async_xor,dm_raid45
usbhid                 43968  0 
usb_storage            66016  0 
raid1                  25408  1 
ohci1394               33780  0 
ieee1394              100896  1 ohci1394
video                  23612  0 
output                  3680  1 video

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
COMPCACHE_SIZE=""
BOOT=local
DEVICE=eth0
NFSROOT=auto


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-17-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  busybox-initramfs      1:1.13.3-1ubuntu7 Standalone shell setup for initram
ii  cpio                   2.10-1ubuntu1     GNU cpio -- a program to manage ar
ii  findutils              4.4.2-1           utilities for finding files--find,
ii  klibc-utils            1.5.15-1ubuntu2   small utilities built with klibc f
ii  module-init-tools      3.10-3            tools for managing Linux kernel mo
ii  udev                   147~-6.1          rule-based device node and kernel 
ii  util-linux             2.16-1ubuntu5     Miscellaneous system utilities

initramfs-tools recommends no packages.

initramfs-tools suggests no packages.

-- no debconf information



Reply to: