Home | History | Annotate | Download | only in util

Lines Matching refs:Install

3 # Install GRUB on your drive.
34 log_file=/tmp/grub-install.log.$$
35 img_file=/tmp/grub-install.img.$$
50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX"
51 mkimg="/bin/mktemp /tmp/grub-install.img.XXXXXX"
61 Usage: grub-install [OPTION] install_device
62 Install GRUB on your drive.
66 --root-directory=DIR install GRUB images under the directory DIR
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
128 echo "grub-install does not support your OS yet." 1>&2
238 echo "grub-install (GNU GRUB ${VERSION})"
471 echo "fix it and re-run the script \`grub-install'."