Searched refs:install_device (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in39 install_device=
61 Usage: grub-install [OPTION] install_device
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
359 case "$install_device" in
361 install_device=`resolve_symlink "$install_device"`
362 install_drive=`convert "$install_device"`
[all...]

Completed in 43 milliseconds