Home | History | Annotate | Download | only in util

Lines Matching refs:install_device

39 install_device=
61 Usage: grub-install [OPTION] install_device
74 INSTALL_DEVICE can be a GRUB device name or a system device filename.
259 if test "x$install_device" != x; then
264 install_device="${option}" ;;
268 if test "x$install_device" = x; then
269 echo "install_device not specified." 1>&2
358 # Check for INSTALL_DEVICE.
359 case "$install_device" in
361 install_device=`resolve_symlink "$install_device"`
362 install_drive=`convert "$install_device"`
369 install_drive="$install_device" ;;
372 install_drive="($install_device)" ;;
374 echo "Format of install_device not recognized." 1>&2