2009-11-03 Samuel Thibault * util/grub.d/30_os-prober.in: Restore default behavior for unsupported OSes. Index: util/grub.d/30_os-prober.in =================================================================== --- util/grub.d/30_os-prober.in (révision 2680) +++ util/grub.d/30_os-prober.in (copie de travail) @@ -158,7 +158,7 @@ } EOF ;; - hurd|*) + hurd) cat << EOF menuentry "${LONGNAME} (on ${DEVICE})" { EOF @@ -182,5 +182,8 @@ } EOF ;; + *) + echo " ${LONGNAME} is not yet supported by grub-mkconfig." >&2 + ;; esac done