I hate to reply to myself but...
Here is a diff to fix the grammer in the stage2 loader and grub-install:
diff -r -u grub-0.5.94/stage2/builtins.c grub-0.5.94-new/stage2/builtins.c
--- grub-0.5.94/stage2/builtins.c Tue Feb 29 16:47:48 2000
+++ grub-0.5.94-new/stage2/builtins.c Sun Mar 26 00:00:13 2000
@@ -2644,8 +2644,8 @@
sprint_device (install_drive, install_partition);
grub_sprintf (cmd_arg, "%s %s", stage2, device);
- /* Notify what will be run. */
- grub_printf (" Run \"embed %s\"\n", cmd_arg);
+ /* Notify what will be running. */
+ grub_printf (" Running \"embed %s\"\n", cmd_arg);
embed_func (cmd_arg, flags);
if (! errnum)
@@ -2704,8 +2704,8 @@
config_file);
#endif /* ! NO_BUGGY_BIOS_IN_THE_WORLD */
- /* Notify what will be run. */
- grub_printf (" Run \"install %s\"\n", cmd_arg);
+ /* Notify what will be running. */
+ grub_printf (" Running \"install %s\"\n", cmd_arg);
/* Make sure that SAVED_DRIVE and SAVED_PARTITION are identical
with IMAGE_DRIVE and IMAGE_PARTITION, respectively. */
diff -r -u grub-0.5.94/util/grub-install grub-0.5.94-new/util/grub-install
--- grub-0.5.94/util/grub-install Sun Mar 26 00:22:38 2000
+++ grub-0.5.94-new/util/grub-install Sun Mar 26 00:04:06 2000
@@ -49,6 +49,13 @@
instead of the root directory.
--grub-shell=FILE use FILE as the grub shell.
+ install_device may be in either grub or the system format.
+
+ example:
+ grub-install '(hd0)'
+
+ ``info GRUB'' should give you access to the complete manual.
+
Reports bugs to <[EMAIL PROTECTED]>.
EOF
}
The problem with grub-install is that it uses the test built into
bash which, does is not compatible with pre-2.0 bashes.
-Neal
--
----------------------------------------------------------------------------
Neal Walfield [EMAIL PROTECTED]
UMass Lowell - Fox 1512 Phone: 978-934-5347
Fax: 603-415-3645
Love is the triumph of imagination over intelligence.
-- H. L. Mencken