]> git.proxmox.com Git - grub2.git/commitdiff
Oops. Actualy update README.Debian.in, not README.Debian. Remove README.Debian...
authorrmh <rmh@localhost>
Sat, 29 Jul 2006 12:44:23 +0000 (12:44 +0000)
committerrmh <rmh@localhost>
Sat, 29 Jul 2006 12:44:23 +0000 (12:44 +0000)
debian/README.Debian [deleted file]
debian/README.Debian.in
debian/changelog

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644 (file)
index 301512e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-GRUB2 for Debian
-----------------
-
-To install:
-
-  # hook grub into MBR
-  $ grub-install "(hd0)"
-  # generate grub.cfg
-  $ update-grub
-
-If that fails, you can use the fine-grained commands explained in
-http://grub.enbug.org/GettingStarted to try diagnosing the problem.
-
-Additionaly, you can use core.img to grab a GRUB2 floppy:
-
-  $ dd if=/usr/lib/grub/*/boot.img of=/dev/fd0 bs=512 count=1
-  $ dd if=/boot/grub/core.img of=/dev/fd0 bs=512 seek=1
-
index 796dcee9a7c980402a42cc0518edd4b4b1db5243..b5b9d3b160f83b461cee3fbcfc0a912c0e95b94a 100644 (file)
@@ -1,16 +1,19 @@
 GRUB2 for Debian
 ----------------
 
-You may generate a core image with:
+To install:
 
-  $ grub-mkimage -v -d /usr/lib/grub/@cpu@-pc/ -o /tmp/core.img _chain ext2
+  # hook grub into MBR
+  $ grub-install "(hd0)"
+  # generate grub.cfg
+  $ update-grub
 
-Which can be used to grab a GRUB2 floppy:
+If that fails, you can use the fine-grained commands explained in
+http://grub.enbug.org/GettingStarted to try diagnosing the problem.
 
-  $ dd if=/usr/lib/grub/@cpu@-pc/boot.img of=/dev/fd0 bs=512 count=1
-  $ dd if=/tmp/core.img of=/dev/fd0 bs=512 seek=1
+Additionaly, you can use core.img to grab a GRUB2 floppy:
 
-Or for installing GRUB2 into a device, by using "grub-setup". See --help output
-for details.
+  $ dd if=/usr/lib/grub/@cpu@-pc/boot.img of=/dev/fd0 bs=512 count=1
+  $ dd if=/boot/grub/core.img of=/dev/fd0 bs=512 seek=1
 
  -- Otavio Salvador <otavio@debian.org>, Wed,  7 Jun 2006 21:25:25 -0300
index c402b5a4add77e4ad4690952fc51dc398c07b678..a96a8099af90cb7c73a802485af6a0255e6de03b 100644 (file)
@@ -6,7 +6,7 @@ grub2 (1.94-4) UNRELEASED; urgency=low
   [ Robert Millan ]
   * Fork update-grub from grub legacy, and tweak a few commands in output to
     make it work for grub2.
-  * Update README.Debian with more recent (and easier) install instructions.
+  * Update README.Debian.in with more recent (and easier) install instructions.
   * Add grub to Conflicts/Replaces.  Too many commands with the same name,
     even if they don't use the same path yet (but will likely do in the
     future, see #361929).