summaryrefslogtreecommitdiff
path: root/Hurd
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2002-10-01 14:00:00 +0000
committerGrant Bowman <grantbow at grantbow dot com>2002-10-01 14:00:00 +0000
commit2671b2a4f662de45a1eba3d45ddb4d0f1f3753d0 (patch)
treeb50f9018e1ea1795987ee78f1dc3d8d812c03686 /Hurd
parentc1cd1140be74f909c5047f8c536440508f44cf16 (diff)
none
Diffstat (limited to 'Hurd')
-rw-r--r--Hurd/GrubNotes.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/Hurd/GrubNotes.mdwn b/Hurd/GrubNotes.mdwn
new file mode 100644
index 00000000..ca90d7f4
--- /dev/null
+++ b/Hurd/GrubNotes.mdwn
@@ -0,0 +1,12 @@
+While [Neal's install guide](http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.html) is very good it does not have complete information regarding the GRUB boot loader. The syntax is also different from Lilo's and so to scratch my own itch I'm creating this quick reference. The [Grub manual](http://www.gnu.org/manual/grub/html_mono/grub.html) is another good reference.
+
+* update-grub is **Debian specific** and very nice. It will automatically create a /boot/grub/menu.lst file for the kernels in /boot/. It will also append a manually configured set for other partitions like the GNU/Hurd.
+* grub disk syntax
+ *
+* essential Grub commands
+ * root
+ * kernel
+ * module
+ * boot
+
+-- [[Main/GrantBow]] - 01 Oct 2002