~ubuntu-branches/ubuntu/utopic/grub/utopic

« back to all changes in this revision

Viewing changes to debian/patches/03grub-install-usage.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2002-02-04 15:35:01 UTC
  • Revision ID: james.westby@ubuntu.com-20020204153501-4dueio3est059vk0
Tags: 0.91-2
added patch from upstream which fixes a typo in the makefile that broke
xfs support, md5crypt, serial support and hercules support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ur grub-0.90.orig/util/grub-install.in grub-0.90/util/grub-install.in
 
2
--- grub-0.90.orig/util/grub-install.in Sat Aug 18 19:49:59 2001
 
3
+++ grub-0.90/util/grub-install.in      Mon Aug 27 14:27:50 2001
 
4
@@ -57,6 +57,10 @@
 
5
 
 
6
 INSTALL_DEVICE can be a GRUB device name or a system device filename.
 
7
 
 
8
+grub-install copies GRUB images into the DIR/boot directory specfied by
 
9
+--root-directory, and uses the grub shell to install grub into the boot
 
10
+sector.
 
11
+
 
12
 Report bugs to <bug-grub@gnu.org>.
 
13
 EOF
 
14
 }