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

@ -15,4 +15,4 @@
module=$1
grep -v "^#" | sed -ne "/grub_register_command *( *\"/{s/.*( *\"\([^\"]*\)\".*/\1: $module/;p}"
grep -v "^#" | sed -ne "/grub_register_command *( *\"/{s/.*( *\"\([^\"]*\)\".*/\1: $module/;p;}"