As per the "GRUB Loading kernel" discussion (interpreting silence as "send a patch"). I guess I need to write a ChangeLog entry, is there anything telling me how to do that? I looked at other examples on this list and wasn't sure how to apply them here. Is there anything else I'm missing? I forgot to test that it does anything more than compile, is there some way to test in an emulator (documented somewhere? Maybe QEMU, parted etc. work with a file as a whole set of partitions?)

-Isaac
Index: grub2patching/boot/i386/pc/diskboot.S
===================================================================
--- grub2patching.orig/boot/i386/pc/diskboot.S  2008-07-10 11:16:18.000000000 
-0400
+++ grub2patching/boot/i386/pc/diskboot.S       2008-07-10 11:17:23.000000000 
-0400
@@ -326,7 +326,7 @@
 /* go here when you need to stop the machine hard after an error condition */
 stop:  jmp     stop
 
-notification_string:   .string "Loading kernel"
+notification_string:   .string "Loading"
 
 notification_step:     .string "."
 notification_done:     .string "\r\n"
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to