2005-03-18 Yoshinori K. Okuji <okuji@enbug.org>

* fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
  descriptor. This is ported from GRUB Legacy.

  * gencmdlist.sh: Added an extra semicolon to make it work with
  old sed versions. Reported by Robert Bihlmeyer
  <robbe@orcus.priv.at>.
This commit is contained in:
okuji 2005-03-18 18:16:26 +00:00
parent 5822ff87a2
commit 46b3b8a540
4 changed files with 18 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2005-03-18 Yoshinori K. Okuji <okuji@enbug.org>
* fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
descriptor. This is ported from GRUB Legacy.
* gencmdlist.sh: Added an extra semicolon to make it work with
old sed versions. Reported by Robert Bihlmeyer
<robbe@orcus.priv.at>.
2005-03-08 Yoshinori Okuji <okuji@enbug.org>
Automatic loading of commands is supported.