[PATCH] Source grub-mkconfig_lib in ${libdir}/@PACKAGE@

2011-07-02 Thread Grégoire Sutre
Hi, The file grub-mkconfig_lib is installed in $(pkglibdir), which is defined (by automake) as: pkglibdir = $(libdir)/@PACKAGE@ The attached patch makes sure that users of this library look for it in the same place, without relying on PACKAGE=grub. Grégoire The file grub-mkconfig_lib is instal

Re: [PATCH] Source grub-mkconfig_lib in ${libdir}/@PACKAGE@

2011-07-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.07.2011 14:21, Grégoire Sutre wrote: > Hi, > > The file grub-mkconfig_lib is installed in $(pkglibdir), which is > defined (by automake) as: > > pkglibdir = $(libdir)/@PACKAGE@ > go ahead > The attached patch makes sure that users of this library look for it > in the same place, without relyi

Re: [PATCH] Source grub-mkconfig_lib in ${libdir}/@PACKAGE@

2011-07-02 Thread Grégoire Sutre
On 07/02/2011 03:01 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 02.07.2011 14:21, Grégoire Sutre wrote: Hi, The file grub-mkconfig_lib is installed in $(pkglibdir), which is defined (by automake) as: pkglibdir = $(libdir)/@PACKAGE@ go ahead Thanks. It's committed. Grégoire __

Re: Grub2 can not detect usb disk

2011-07-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.07.2011 08:57, Rock Cui wrote: > Sorry,I am careless, my log file is not empty, please refer to the > attachment. > I would also need another memory location for full diagnostics: sudo dd if=/dev/mem of=tables bs=1 count=65536 skip=2146422784 Looking at the code, the only way it can hang AFAI