https://qa.mandrakesoft.com/show_bug.cgi?id=610
------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 05:28 ------- Actually, I updated this bug only yesterday. It is still valid on current Cooker. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] description: As reported with kernel-2.4.20-0.5, kernel-2.4.20-1mdk hangs during the second invocation of LVM in the rc.sysinit script. I had to patch as follows in order to get my system to boot with this new kernel (please excuse line wrapping, as this is bugzilla's fault): --- rc.sysinit~ 2002-11-19 09:59:30.000000000 -0500 +++ rc.sysinit 2002-12-06 08:00:53.000000000 -0500 @@ -602,9 +602,9 @@ fi # LVM initialization, take 2 (it could be on top of RAID) -if [ -x /sbin/vgchange -a -f /etc/lvmtab ]; then - action "Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y -fi +#if [ -x /sbin/vgchange -a -f /etc/lvmtab ]; then +# action "Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y +#fi _RUN_QUOTACHECK=0 # Check filesystems
