Home
last modified time | relevance | path

Searched refs:install_drive (Results 1 – 3 of 3) sorted by relevance

/external/grub/util/
Dgrub-install362 install_drive=`convert "$install_device"`
365 if test "x$install_drive" = x; then
369 install_drive="$install_device" ;;
372 install_drive="($install_device)" ;;
456 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
Dgrub-install.in362 install_drive=`convert "$install_device"`
365 if test "x$install_drive" = x; then
369 install_drive="$install_device" ;;
372 install_drive="($install_device)" ;;
456 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
/external/grub/
DChangeLog4888 $install_drive.
5802 Make sure that $install_drive is not empty.