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

Bug#402931: initramfs-tools does not support redhat lvm naming schema



Subject: does not support redhat lvm naming schema
Package: initramfs-tools
Version: 0.85c
Severity: wishlist
Tags: patch

-- start patch for /usr/share/initramfs-tools/scripts/local-top/lvm --
--- lvm.org	2006-12-08 12:32:28.000000000 +0100
+++ lvm	2006-12-08 12:43:36.000000000 +0100
@@ -35,6 +35,11 @@
 		vgchange -ay
 		exit 0
 		;;
+        # Support redhat naming scheme
+	/dev/VolGroup*)
+		vgchange -ay
+		exit 0
+		;;
 	esac
 
 	# Make sure that we have a d-m path
-- end patch for /usr/share/initramfs-tools/scripts/local-top/lvm --

-- Package-specific info:
-- /proc/cmdline
root=/dev/sda1 ro 

-- /proc/filesystems
	cramfs
	ext3
	iso9660

-- lsmod
Module                  Size  Used by
nls_iso8859_1           4224  0 
isofs                  32316  0 
fuse                   35016  2 
button                  6544  0 
ac                      4836  0 
battery                 9188  0 
ipv6                  222304  23 
usbhid                 36704  0 
usbcore               111616  1 usbhid
loop                   14888  0 
mousedev               10788  0 
tsdev                   7392  0 
shpchp                 34272  0 
pci_hotplug            27196  1 shpchp
evdev                   9088  0 
intel_agp              21116  1 
agpgart                29864  1 intel_agp
i2c_piix4               8464  0 
i2c_core               19552  1 i2c_piix4
parport_pc             32132  0 
parport                33160  1 parport_pc
psmouse                34600  0 
serio_raw               6596  0 
rtc                    12340  0 
pcspkr                  3040  0 
8250_pnp                8704  0 
floppy                 54276  0 
ext3                  118568  1 
jbd                    50292  1 ext3
mbcache                 8324  1 ext3
dm_mirror              18928  0 
dm_snapshot            16032  0 
dm_mod                 50424  2 dm_mirror,dm_snapshot
ide_cd                 35680  0 
cdrom                  32448  1 ide_cd
generic                 4420  0 [permanent]
sd_mod                 18592  3 
BusLogic               63892  2 
scsi_mod              123080  2 sd_mod,BusLogic
piix                    9476  0 [permanent]
ide_core              111016  3 ide_cd,generic,piix
pcnet32                28420  0 
mii                     5312  1 pcnet32
thermal                12904  0 
processor              25512  1 thermal
fan                     4516  0 

-- kernel-img.conf
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


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.1.3-3  Tiny utilities for small
and embed
ii  cpio                          2.6-17     GNU cpio -- a program to
manage ar
ii  klibc-utils                   1.4.30-1   small statically-linked
utilities 
ii  module-init-tools             3.3-pre3-1 tools for managing Linux
kernel mo
ii  udev                          0.103-1    /dev/ and hotplug
management daemo

initramfs-tools recommends no packages.

-- no debconf information



Reply to: