HomeSort by relevance Sort by last modified time
    Searched refs:install_drive (Results 1 - 2 of 2) sorted by null

  /external/grub/util/
grub-install.in 362 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
grub-install 362 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

Completed in 1820 milliseconds