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

  /external/grub/util/
grub-install.in 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"
    [all...]
grub-install 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"
    [all...]

Completed in 39 milliseconds