On 11.08.2013 15:53, Colin Watson wrote:
Control: retitle -1 misdetects FAT-overwritten-with-ext2 as FAT
Control: severity -1 important
This is a pretty specialised (hence the severity downgrade), but
interesting, corner case. It appears that the partition in question
used to be a FAT filesys
On 06.08.2013 10:35, Pawel Wojtalczyk wrote:
+#if defined (__i386__) || defined (__x86_64__)
+if (key.unicode_char < 0x20 && key.unicode_char != 0 &&
key.unicode_char != '\t' && key.unicode_char != '\b' && key.unicode_char
!= '\n' && key.unicode_char != '\r')
+ return GRUB_TERM_CTRL | (k
В Sun, 11 Aug 2013 14:53:06 +0100
Colin Watson пишет:
> >
> > A copy of the offening boot partition (saved with 'dd if=/dev/sda1 of=
> > bs=1M') is at http://www.lunch.org.uk/grub2-empty-partition.bz2.
>
> This is a pretty specialised (hence the severity downgrade), but
> interesting, corner ca