bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub floppy


From: OKUJI Yoshinori
Subject: Re: grub floppy
Date: Fri, 13 Jul 2001 17:11:02 +0900

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  <address@hidden>
+
+       * util/grub-install.in (convert): Recognize the naming scheme
+       for Linux devfs floppy devices. Reported by Jason Thomas
+       <address@hidden>.
+       
 2001-07-07  OKUJI Yoshinori  <address@hidden>
 
        * 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*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]