]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub.d/10_kfreebsd.in: Use ${grub_mkrelpath} not grub-mkrelpath.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Nov 2011 11:06:27 +0000 (12:06 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Nov 2011 11:06:27 +0000 (12:06 +0100)
ChangeLog
util/grub.d/10_kfreebsd.in

index dd8a9858d87dcc56e04bf32ccfd4100ef9550c53..02af51ea87eead70529befd788c8613de6a70142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub.d/10_kfreebsd.in: Use ${grub_mkrelpath} not grub-mkrelpath.
+
 2011-11-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/zfs/zfs.c (zap_iterate): Remove set but not used
index e668f3fd9e2ed81635bd2411b0554298143ee559..a1b86b82b15cb111fb115603265c978c2c750421 100644 (file)
@@ -160,7 +160,7 @@ while [ "x$list" != "x" ] ; do
                        # zpool name
                        kfreebsd_device=$(grub-probe -t fs_label --device ${GRUB_DEVICE})
                        # filesystem name (empty string for the main filesystem)
-                       kfreebsd_device="${kfreebsd_device}$(grub-mkrelpath / | sed -e "s,/*@$,,")"
+                       kfreebsd_device="${kfreebsd_device}$(${grub_mkrelpath} / | sed -e "s,/*@$,,")"
     ;;
     *)
          kfreebsd_device=${kfreebsd_fs}id/${GRUB_DEVICE_UUID}