Home
last modified time | relevance | path

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

/titanic_44/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
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)" ;;
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dgrub.texi3193 …orce-lba}] [@option{--stage2=os_stage2_file}] [@option{--prefix=dir}] install_device [image_device]
3196 and installs GRUB into the device @var{install_device}. If
3200 @command{root}. If @var{install_device} is a hard disk, then embed a
3667 grub-install @var{install_device}
3670 The device name @var{install_device} is an OS device name or a GRUB
H A Dgrub.info-3331 [`--prefix=dir'] install_device [image_device]
H A Dgrub.info3040 [`--prefix=dir'] install_device [image_device]
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog878 Before we convert the install_device we attempt to resolve it if
4987 Check install_device before running grub if possible. Added
4988 error messages if install_device is not set or not unique.