Home
last modified time | relevance | path

Searched refs:bootdir_device (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in381 bootdir_device=`find_device ${bootdir}`
384 if test "x$root_device" != "x$bootdir_device"; then
386 root_device=$bootdir_device
/titanic_51/usr/src/grub/grub-0.97/
H A DChangeLog1724 Use find_device() for root_device, bootdir_device and
3274 (bootdir_device): Likewise.
3471 * util/grub-install.in (bootdir_device): New variable. If
3472 $bootdir_device is not the same as $root_device, set root_device
3473 and grubdir to $bootdir_device and "/grub", respectively.