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

2010-07-17 Thread Vagrant Cascadian
here's the diff for the uploaded NMU:

diff -Nru quik-installer-0.0.24/debian/changelog 
quik-installer-0.0.24+nmu1/debian/changelog
--- quik-installer-0.0.24/debian/changelog  2010-07-11 13:42:03.0 
-0700
+++ quik-installer-0.0.24+nmu1/debian/changelog 2010-07-16 22:10:11.0 
-0700
@@ -1,3 +1,10 @@
+quik-installer (0.0.24+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix check for /boot on ext2. Closes: #587928
+
+ -- Vagrant Cascadian vagr...@debian.org  Fri, 16 Jul 2010 22:09:31 -0700
+
 quik-installer (0.0.24) unstable; urgency=low

   [ Updated translations ]
diff -Nru quik-installer-0.0.24/debian/postinst 
quik-installer-0.0.24+nmu1/debian/postinst
--- quik-installer-0.0.24/debian/postinst   2009-07-23 10:00:00.0 
-0700
+++ quik-installer-0.0.24+nmu1/debian/postinst  2010-07-16 22:02:47.0 
-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


live well,
  vagrant



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100717064852.gt9...@claws.fglan



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

2010-07-17 Thread Christian PERRIER
Quoting Vagrant Cascadian (vagr...@freegeek.org):
 here's the diff for the uploaded NMU:

Thanks. It's committed to SVN now.




signature.asc
Description: Digital signature


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

2010-07-15 Thread Christian PERRIER
Quoting Vagrant Cascadian (vagr...@freegeek.org):

 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?


Seems fair. So, unless someone else from the D-I team objects, please
go ahead.






-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100715044607.gn3...@mykerinos.kheops.frmug.org



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

2010-07-14 Thread Vagrant Cascadian
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.orig2009-05-14 05:07:12.0 -0700
 +++ debian/postinst 2010-07-02 13:40:01.0 -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



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100715025927.gl9...@claws.fglan



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

2010-07-02 Thread Vagrant Cascadian
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.orig2009-05-14 05:07:12.0 -0700
+++ debian/postinst 2010-07-02 13:40:01.0 -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



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100702211303.gg9...@claws.fglan