]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-09-08 Robert Millan <rmh@gnu.org>
authorRobert Millan <rmh@aybabtu.com>
Wed, 8 Sep 2010 12:29:32 +0000 (14:29 +0200)
committerRobert Millan <rmh@aybabtu.com>
Wed, 8 Sep 2010 12:29:32 +0000 (14:29 +0200)
* util/grub-mkconfig.in: Pass `--device ${GRUB_DEVICE}' when
initializing `GRUB_FS'.

ChangeLog
util/grub-mkconfig.in

index 73db891d4ec2d3bad4796130727ad6aa40f682be..0e1285c6f52cc74c3f7cea35ba2b7dd6fe4cfd3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-08  Robert Millan  <rmh@gnu.org>
+
+       * util/grub-mkconfig.in: Pass `--device ${GRUB_DEVICE}' when
+       initializing `GRUB_FS'.
+
 2010-09-08  BVK Chaitanya  <bvk.groups@gmail.com>
 
        Not command (!) support to GRUB script.
index 828b54bce0b8e81e5c8e69559d3e449c36124eb8..6f1d375a72fc0b3ddb08294418bfdfcab4f48337 100644 (file)
@@ -158,7 +158,7 @@ GRUB_DEVICE_BOOT_UUID="`${grub_probe} --device ${GRUB_DEVICE_BOOT} --target=fs_u
 
 # Filesystem for the device containing our userland.  Used for stuff like
 # choosing Hurd filesystem module.
-GRUB_FS="`${grub_probe} --target=fs / 2> /dev/null || echo unknown`"
+GRUB_FS="`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2> /dev/null || echo unknown`"
 
 if test -f ${sysconfdir}/default/grub ; then
   . ${sysconfdir}/default/grub