Home | History | Annotate | Download | only in util

Lines Matching refs:grubdir

293 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