Bug#251526: patch

2004-09-09 Thread Joey Hess
Joey Hess wrote: However, I have not applied this, because in my testing tonight, grub happily installed to xfs with no hang. Out of 4 tries, it worked the first time and failed every other try, even with identical sized parittions. Flakey. -- see shy jo signature.asc Description: Digital

Bug#251526: patch

2004-09-08 Thread Joey Hess
Here's a patch to skip grub entirely if root is xfs. --- debian/isinstallable(revision 21259) +++ debian/isinstallable(working copy) @@ -10,6 +10,7 @@ bootfs=$(findfs /boot) [ -n $bootfs ] || bootfs=$(findfs /) + # Check for the control file to work around lvdisplay refusal