Package: partman-auto-lvm
Version: 8
Severity: serious

While testing partman-auto-lvm on sparc, which has default /boot partition 
in its schemes, partman-auto-lvm created two /boot partitions.

Reason is that the following line is broken:
  if ! echo $normalscheme | grep -eq "[[:space:]]/boot[[:space:]]"; then
this should be:
  if ! echo "$normalscheme" | grep -q "[[:space:]]/boot[[:space:]]"; then

Attachment: pgpDvzzEJxEsh.pgp
Description: PGP signature

Reply via email to