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

Bug#587928: quik-installer: fails to detect ext2 boot partition



On Fri, Jul 02, 2010 at 02:13:03PM -0700, Vagrant Cascadian wrote:
> quik-installer fails to detect that /boot is on an ext2 partition, as it is
> expecting the wrong sort of value from the $boot variable:

more specifically, the boot variable contains a partition name, not a mount
point...
 
> --- debian/postinst.orig        2009-05-14 05:07:12.000000000 -0700
> +++ debian/postinst     2010-07-02 13:40:01.000000000 -0700
> @@ -96,7 +96,7 @@
> 
>  # The partition where quik is installed must be ext2 and
>  # quik must be installed on the first disk
> -if ! grep "[[:space:]]/target$boot[[:space:]]ext2[[:space:]]" /proc/mounts \
> +if ! grep "$boot[[:space:]]/target.*[[:space:]]ext2[[:space:]]" /proc/mounts \
>     >/dev/null; then
>         die quik-installer/boot_not_ext2 '/boot not ext2'
>  fi

this makes debian-installer fail with the default partitioning, at least when
using qemu-system-ppc.

any concern if i upload an NMU to fix this?

live well,
  vagrant



Reply to: