Opened 18 years ago
Closed 18 years ago
#185 closed defect (fixed)
hack-fstab bug when LABEL= is detected
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.5 |
Component: | mondo | Version: | 2.2.4 |
Severity: | major | Keywords: | |
Cc: |
Description
if [ "grep "LABEL=" $old_fstab
" != "" ] ; then
is a wrong test as it generates LABEL= lines for all partitions when you only want it for non-LVM ones and even if you only have one in the original fstab
If you create LABEL= entries for LVM part. mkinitrd will be unable to add the LVM magic to the init script, thus leading to kernel panic.
Note:
See TracTickets
for help on using tickets.
Fixed in rev 1546