[oe] [PATCH 2/3] grub: use ${libdir}, not /usr/lib

Leon Woestenberg leon.woestenberg at gmail.com
Thu May 7 19:18:31 UTC 2009


Hello,

On Thu, May 7, 2009 at 8:27 PM, Michael Smith <msmith at cbnco.com> wrote:
> Signed-off-by: Michael Smith <msmith at cbnco.com>
>
>  do_install_append() {
>         install -d ${D}/boot/
> -       ln -sf ../usr/lib/grub/i386${TARGET_VENDOR}/ ${D}/boot/grub
> +       ln -sf ..${libdir}/grub/i386${TARGET_VENDOR}/ ${D}/boot/grub
>

Why do we install menu.cfg in ${libdir} anyway?

All desktop distro's I have seen have the menu.lst in /boot/grub/ on the rootfs.

Is this a FHS thing?

Regards,
-- 
Leon




More information about the Openembedded-devel mailing list