Lines Matching refs:file
3 # This file is subject to the terms and conditions of the GNU General Public
4 # License. See the file "COPYING" in the main directory of this archive
16 # $2 - target image file
17 # $3 - kernel bzImage file
18 # $4 - mtools configuration file
20 # $6+ - initrd image file(s)
48 # Verify the existence and readability of a file
51 die "Missing file: $1"
84 # Read a $3-byte littleendian unsigned value at offset $2 from file $1
96 # boot file name. Returns false with no output if the file is not an
123 # files as full length, and padding each file to cluster size
137 local dir file
139 for file; do
140 echo "$dir/$file"
141 echo "$dir/${file^^}"
146 local dir file
148 for file; do
149 echo "$dir/$file"
150 echo "$dir/${file^^}"
159 die "Need a $1 file, please install syslinux/isolinux."
181 die "Need a $1 file for $arch, please install EDK2/OVMF."