Nasty bug with fonts and jpg background

2012-04-20 Thread Chris C
Hi all I am still working on tracking this down but grub2-mkconfig bails out while processing the 00_header script. Line 163 of the header script: ( prepare_grub_to_access_device `${grub_probe} --target=device "${font_path}" ) If i comment out this line it allows the program to jump over this s

Re: Bug fix for ata.c

2012-04-20 Thread Phillip Susi
Your mail client appears to be buggy: it doesn't specify a User-Agent: header identifying what it is, and it set the mime type for the patch to application/octet-stream, causing it to be treated as a binary file and not viewable with the email. On 4/16/2012 3:24 PM, Bean wrote: Hi everyone,

Re: [PATCH] fix grub-probe fail on by-(id|uuid|path) device names

2012-04-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.04.2012 13:40, Michael Chang wrote: > This patch fixes grub-probe fails on probing devices under > /dev/disk/by-id and other similar mount-by alias names. The method > used to determine the whole disk is by it's name without numeric > character end, but this may be wrong for the by-(id|uuid|p

Re: [PATCH] fix grub-probe fail on by-(id|uuid|path) device names

2012-04-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.04.2012 13:40, Michael Chang wrote: > This patch fixes grub-probe fails on probing devices under > /dev/disk/by-id and other similar mount-by alias names. The method > used to determine the whole disk is by it's name without numeric > character end, but this may be wrong for the by-(id|uuid|p

[PATCH] fix grub-probe fail on by-(id|uuid|path) device names

2012-04-20 Thread Michael Chang
This patch fixes grub-probe fails on probing devices under /dev/disk/by-id and other similar mount-by alias names. The method used to determine the whole disk is by it's name without numeric character end, but this may be wrong for the by-(id|uuid|path) names as they are not necessary ended without