* util/grub.d/30_os-prober.in: Restore default behavior for unsupported
OSes.
+2009-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * util/grub.d/30_os-prober.in: Restore default behavior for unsupported
+ OSes.
+
2009-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
* util/grub.d/30_os-prober.in: Add GNU/Hurd support
}
EOF
;;
- hurd|*)
+ hurd)
cat << EOF
menuentry "${LONGNAME} (on ${DEVICE})" {
EOF
}
EOF
;;
+ *)
+ echo " ${LONGNAME} is not yet supported by grub-mkconfig." >&2
+ ;;
esac
done