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

Bug#374891: initramfs-tools: activate resume volume group



On Thu, June 22, 2006 2:11, maximilian attems said:
> although the cleanup might hurt users with lilo and lvm root user.
> as lilo passes the root as major and minor, we need to check for "fe" too.
> current lvm hook is very sloppy and tries to activate anything.
> see #357538
>
> something like this to match current behaviour:
>
> case $vg in
> 	fe[0-9]+)
> 		vgchange -ay
> 		return
> 	;;
> esac

Ah, I see, that explains some parts of the lvm script that I didn't
understand. Have you already fixed lilo support on top of my patch or do
you want an updated patch?

Regards,
David




Reply to: