Package: initramfs-tools Version: 0.93.4 Severity: normal I was suprised that my hook script /etc/initramfs-tools/hooks/kvm-hosting-rsync was not run until I renamed it to not have dashes in the name.
(The hook script consisted of a single call to rsync, FWIW.)
-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.31-1-686 root=/dev/hda1 ro
-- /proc/filesystems
ext3
fuseblk
ext2
-- lsmod
Module Size Used by
sd_mod 31840 0
crc_t10dif 1716 1 sd_mod
rndis_wlan 20620 0
usb_storage 50916 0
rndis_host 7220 1 rndis_wlan
cdc_ether 4800 1 rndis_host
usbnet 16532 3 rndis_wlan,rndis_host,cdc_ether
ext2 58996 0
pl2303 15732 0
usbserial 33076 1 pl2303
tcp_diag 1364 0
inet_diag 8592 1 tcp_diag
snd_seq_dummy 2620 0
nfs 252000 1
lockd 64696 1 nfs
fscache 36696 1 nfs
nfs_acl 2860 1 nfs
auth_rpcgss 34388 1 nfs
sunrpc 181096 11 nfs,lockd,nfs_acl,auth_rpcgss
i915 198840 1
drm 150248 2 i915
i2c_algo_bit 5428 1 i915
ppdev 6172 0
lp 8656 0
parport 33408 2 ppdev,lp
sco 9744 2
bridge 46000 0
stp 2260 1 bridge
bnep 11464 2
rfcomm 33444 4
l2cap 19672 16 bnep,rfcomm
acpi_cpufreq 8104 0
cpufreq_userspace 2944 0
cpufreq_stats 3868 0
cpufreq_conservative 6780 0
cpufreq_powersave 1408 0
binfmt_misc 7596 1
tun 13120 4
sit 10196 0
tunnel4 3044 1 sit
uinput 7244 2
fuse 58196 1
snd_pcm_oss 35316 0
snd_mixer_oss 13528 1 snd_pcm_oss
loop 14268 0
dm_crypt 12340 0
joydev 9252 0
snd_hda_codec_realtek 192884 1
arc4 1712 2
snd_hda_intel 24124 4
ecb 2724 2
snd_hda_codec 70532 2 snd_hda_codec_realtek,snd_hda_intel
iwlagn 81756 0
snd_hwdep 6824 1 snd_hda_codec
snd_pcm 69984 4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
iwlcore 103596 1 iwlagn
mac80211 136172 2 iwlagn,iwlcore
snd_seq 47960 1 snd_seq_dummy
btusb 11120 2
snd_timer 19000 3 snd_pcm,snd_seq
bluetooth 52832 9 sco,bnep,rfcomm,l2cap,btusb
snd_seq_device 6780 2 snd_seq_dummy,snd_seq
jmb38x_ms 8512 0
dell_laptop 3280 0
snd 54440 16
snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
i2c_i801 8948 0
psmouse 41076 0
soundcore 6844 1 snd
cfg80211 83760 4 rndis_wlan,iwlagn,iwlcore,mac80211
memstick 10088 1 jmb38x_ms
rng_core 3996 0
dcdbas 7424 1 dell_laptop
i2c_core 21744 4 i915,drm,i2c_algo_bit,i2c_i801
snd_page_alloc 8644 2 snd_hda_intel,snd_pcm
rfkill 18660 3 bluetooth,dell_laptop,cfg80211
pcspkr 2428 0
serio_raw 5108 0
battery 6348 0
evdev 8832 25
button 5488 0
ac 3124 0
processor 36760 3 acpi_cpufreq
ext3 115288 1
jbd 45192 1 ext3
mbcache 7488 2 ext2,ext3
dm_mod 65432 1 dm_crypt
ide_gd_mod 23000 2
ide_pci_generic 3784 0
ata_generic 4500 0
libata 162920 1 ata_generic
scsi_mod 143032 3 sd_mod,usb_storage,libata
sdhci_pci 7184 0
sdhci 16268 1 sdhci_pci
piix 6064 1
r8169 30420 0
mii 5048 2 usbnet,r8169
uhci_hcd 20488 0
ehci_hcd 32476 0
mmc_core 51672 1 sdhci
led_class 4236 2 iwlcore,sdhci
ide_core 97660 3 ide_gd_mod,ide_pci_generic,piix
intel_agp 25536 1
agpgart 33088 3 drm,intel_agp
usbcore 141112 11
rndis_wlan,usb_storage,rndis_host,cdc_ether,usbnet,pl2303,usbserial,btusb,uhci_hcd,ehci_hcd
nls_base 7188 1 usbcore
video 19856 1 i915
output 2872 1 video
thermal 13720 0
fan 4460 0
thermal_sys 14396 4 processor,video,thermal,fan
-- /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
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto
-- /etc/crypttab
# <target name> <source device> <key file> <options>
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages initramfs-tools depends on:
ii cpio 2.10-1 GNU cpio -- a program to manage ar
ii findutils 4.4.2-1 utilities for finding files--find,
ii klibc-utils 1.5.15-1 small utilities built with klibc f
ii module-init-tools 3.11-1 tools for managing Linux kernel mo
ii udev 149-2 /dev/ and hotplug management daemo
Versions of packages initramfs-tools recommends:
ii busybox 1:1.14.2-2 Tiny utilities for small and embed
initramfs-tools suggests no packages.
-- debconf-show failed
--
see shy jo
signature.asc
Description: Digital signature

