Lines Matching refs:in

12 # GRUB is distributed in the hope that it will be useful,
149 --no-embed-versioning Do not embed version sting in the core
184 case "$option" in
445 # contain an "EFI" subdirectory, and that OS loaders are stored in
452 # devices, in order that only one image can be automatically loaded
456 case "$target_cpu" in
469 # efi_file, so that different versions can be installed in parallel.
470 case "$target_cpu" in
514 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
525 echo "WARNING: Versioning information not found in $versiondir"
538 echo "FATAL: Versioning information could not be found in ${versiondir}"
551 echo "The version of GRUB2 installed at ${grubdir} is the same as or newer than the version currently available in ${versiondir}" 1>&2
563 echo This version of grub-install is not compatible with modules in "${pkglibdir}".
569 for file in "${grubdir}"/*.mod "${grubdir}"/*.lst "${grubdir}"/*.img "${grubdir}"/efiemu??.o; do
574 for file in "${pkglibdir}"/*.mod "${pkglibdir}"/*.lst; do
578 for file in "${pkglibdir}"/*.img "${pkglibdir}"/efiemu??.o; do
587 for dir in "${localedir}"/*; do
616 for x in `"$grub_probe" --device-map="${device_map}" --target=partmap --device "${grub_device}" 2> /dev/null`; do
617 case "$x" in
641 # The order in this list is critical. Be careful when modifying it.
708 # we need to hardcode the partition number in the core image's prefix.
718 for uuid in "`"${grub_probe}" --device "${grub_device}" --target=cryptodisk_uuid`"; do
727 case "${target_cpu}-${platform}" in
733 case "${target_cpu}-${platform}" in
819 case "$host_os" in
830 case "$host_os" in
836 for bootnum in `efibootmgr | grep '^Boot[0-9]' | \