Oops, forgot the patch. Sorry.
Pavel Roskin
--- Makefile.am Fri Jun 25 11:28:15 1999
+++ Makefile.am Thu Sep 2 01:53:16 1999
@@ -3,3 +3,6 @@
# We get $(PACKAGE) and $(VERSION) from debian/changelog.
configure: debian/changelog
+
+floppy: all
+ cat stage1/stage1 stage2/stage2 >/dev/fd0
--- stage2/cmdline.c Mon Aug 30 13:07:20 1999
+++ stage2/cmdline.c Wed Sep 1 23:52:03 1999
@@ -400,7 +400,7 @@
#ifdef GRUB_UTIL
/* XXX Can we determine if LBA is supported in
/sbin/grub as well? */
- grub_printf ("Warning: make sure that the access mode for"
+ grub_printf ("Warning: make sure that the access mode for "
"(hd%d) is LBA.\n", current_drive - 0x80);
#else
/* Check if LBA is supported. */