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

Bug#350444: partman-auto-lvm: Creates two /boot partitions if the scheme already contains one



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: pgpAHz6y3KSHd.pgp
Description: PGP signature


Reply to: