Le 02.09.2005 03:14:20, Marco Amadori a écrit :
On Thursday 01 September 2005 22:36, Jean-Luc Coulon (f5ibh) wrote: > [...] [DevFS] > I *need* it for my lvm on raid In this bug #323391 [1] there is a "patch" to make yaird works, I use it, works for my lvm on raid systems, remember to add "--verbose" on the script `dpkg --listfiles yaird | grep -i raidtab` (I do not remember the name) if u encounter the bug #324774 [2] [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323391 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324774 So if kernel-package will default with yaird initramfs no devfs will be needed, btw I think that devfs only disappeared from kconfig...
Yes, I've patched it myself with the attached patchThe only problem is hat it breaks the normal way to build a package with make-kpkg, you have to manage the initrs separately.
-- ESC:wq
Jean-Luc
--- RaidTab.pm.orig 2005-08-31 16:36:42.558731626 +0200 +++ RaidTab.pm 2005-08-31 16:37:41.889476015 +0200 @@ -40,7 +40,7 @@ # my $name = Conf::get('fstab'); $raidTab = []; my $in; - if (! open ($in, "-|", "/sbin/mdadm --detail --scan")) { + if (! open ($in, "-|", "/sbin/mdadm --detail --scan --verbose")) { Base::fatal ("Can't read mdadm output"); } my @lines = <$in>;
Attachment:
pgpeUoSJrCyAA.pgp
Description: PGP signature