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

/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_illumos.in32 case "${GRUB_DISTRIBUTOR}" in
H A D10_kfreebsd.in32 case "${GRUB_DISTRIBUTOR}" in
34 OS="${GRUB_DISTRIBUTOR} GNU/kFreeBSD"
35 CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) --class gnu-kfreebsd --class gnu ${CLASS}"
169 if [ "x${GRUB_DISTRIBUTOR}" = "xDebian" ] \
H A D10_hurd.in28 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
31 OS="${GRUB_DISTRIBUTOR} GNU/Hurd"
32 CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}"
H A D10_linux.in32 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
35 OS="${GRUB_DISTRIBUTOR} GNU/Linux"
36 CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}"
H A D20_linux_xen.in32 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
35 OS="${GRUB_DISTRIBUTOR} GNU/Linux"
36 CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}"
H A D10_netbsd.in30 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
33 OS="${GRUB_DISTRIBUTOR} NetBSD"
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkconfig.in235 GRUB_DISTRIBUTOR \
H A Dgrub-install.in69 # Get GRUB_DISTRIBUTOR.
74 bootloader_id="$(echo "$GRUB_DISTRIBUTOR" | tr 'A-Z' 'a-z' | cut -d' ' -f1)"

Completed in 1380 milliseconds