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

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



Package: quik-installer
Version: 0.0.22
Severity: important
Tags: patch

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:

--- 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


version 0.0.23 also includes this issue.

live well,
  vagrant



Reply to: