't initialize them.
+link=$(readlink -f $rootdev)
+if echo "$link" | grep -q "^/dev/mapper/"; then
+ rootdev=$link
+fi
+
# Translate LABEL and UUID entries into a proper device name.
if echo "$rootdev" | grep -q "="; then
a=$(echo &q
Package: flash-kernel
Version: 2.12
Severity: critical
Justification: breaks the whole system
LVM roots are not handled well. If one specifies an LVM root in
/etc/fstab in the form of /dev/vg/lv (e.g. /dev/VG-n2100/root_lv)
then the system will fail to boot. Instead, one must use the
/dev/mapp
2 matches
Mail list logo