Home | History | Annotate | Download | only in util

Lines Matching refs:FILE

6 # This file is free software; you can redistribute it and/or modify it
68 --grub-shell=FILE use FILE as the grub shell
88 # First, check if the device file exists.
191 # Usage: resolve_symlink file
192 # Find the real file/device that file points at
214 # Usage: find_device file
215 # Find block device on which the file resides.
332 # Create the device map file if it is not present.
336 # Create a safe temporary file.
410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
411 rm -f $file || exit 1
413 for file in \
415 cp -f $file ${grubdir} || exit 1
418 # Make a default file.
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
427 tmp=`echo $file | sed "s|^${grubdir}|${grub_prefix}|"`
435 elif cmp $file $img_file >/dev/null; then
442 echo "The file $file not read correctly." 1>&2
450 # Create a safe temporary file.