Does this patch fix your problem?

Index: ChangeLog
===================================================================
RCS file: /cvsroot/grub/grub/ChangeLog,v
retrieving revision 1.424
diff -u -r1.424 ChangeLog
--- ChangeLog   2001/07/13 08:02:04     1.424
+++ ChangeLog   2001/07/13 08:07:44
@@ -1,3 +1,9 @@
+2001-07-13  OKUJI Yoshinori  <[EMAIL PROTECTED]>
+
+       * util/grub-install.in (convert): Recognize the naming scheme
+       for Linux devfs floppy devices. Reported by Jason Thomas
+       <[EMAIL PROTECTED]>.
+       
 2001-07-07  OKUJI Yoshinori  <[EMAIL PROTECTED]>
 
        * netboot/compile: New file. This was also missing... How many
Index: util/grub-install.in
===================================================================
RCS file: /cvsroot/grub/grub/util/grub-install.in,v
retrieving revision 1.27
diff -u -r1.27 grub-install.in
--- util/grub-install.in        2001/02/28 11:19:39     1.27
+++ util/grub-install.in        2001/07/13 08:07:44
@@ -81,6 +81,7 @@
                                  -e 's%/part[0-9]*$%/disc%'`
        tmp_part=`echo "$1" | sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' \
                                  -e 's%.*/fd[0-9]*$%%' \
+                                 -e 's%.*/floppy/[0-9]*$%%' \
                                  -e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%'`
        ;;
     gnu*)

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to