Searched refs:versiondir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in323 # Set versiondir here, since pkglibdir may have been set via command-line args:
324 versiondir="${pkglibdir}"
521 if ! test -f "${versiondir}"/version.lst; then
525 echo "WARNING: Versioning information not found in $versiondir"
538 echo "FATAL: Versioning information could not be found in ${versiondir}"
539 echo "Disable versioning or ensure that ${versiondir}/version.lst is"
548 copy_version_lst="`"${grub_version_check}" --source="${versiondir}"/version.lst --dest="${grubdir}"/version.lst -t solaris_grub_version`"
551 echo "The version of GRUB2 installed at ${grubdir} is the same as or newer than the version currently available in ${versiondir}" 1>&2
561 mod_compat="`"${grub_version_check}" -t module_interface_version --dest="${versiondir}"/version.lst`"
758 version_string="`"${grub_version_check}" --source="${versiondir}"/versio
[all...]

Completed in 288 milliseconds