Home
last modified time | relevance | path

Searched refs:grubdir (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in293 grubdir=${bootdir}/grub
294 device_map=${grubdir}/device.map
325 test -d "$grubdir" || mkdir "$grubdir" || exit 1
398 grubdir_device=`find_device ${grubdir}`
404 $grubdir does not exist in the root device $root_device.
410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
415 cp -f $file ${grubdir} || exit 1
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
427 tmp=`echo $file | sed "s|^${grubdir}|${grub_prefix}|"`
456 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
H A Dgrub-set-default.in79 if test -d ${grubdir}; then
83 if test -d ${grubdir}; then
91 file=${grubdir}/default
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3296 instead of grubdir to "/grub".
3298 of $grubdir to the option "--prefix".
3473 and grubdir to $bootdir_device and "/grub", respectively.
3474 Add --prefix=$grubdir into the command "setup".
3663 * util/grub-install.in: Fix a typo: grub_dir -> grubdir.
5813 (grubdir): Likewise.
5970 * util/grub-install.in: grub_dir -> grubdir.