summaryrefslogtreecommitdiff
path: root/Mach
diff options
context:
space:
mode:
authorthierry lacoste <th.lacoste@wanadoo.fr>2004-07-16 16:08:25 +0000
committerthierry lacoste <th.lacoste@wanadoo.fr>2004-07-16 16:08:25 +0000
commitfe9623ca7bc0de570b3a67fc8cc00caa7f0bcec6 (patch)
tree436c5886b0970dcd78e51c29141cda8e38034514 /Mach
parent5398cf5ae661d0e307b0c353220fee0f6aeb882f (diff)
none
Diffstat (limited to 'Mach')
-rw-r--r--Mach/AdvancedGrubUsage.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mach/AdvancedGrubUsage.mdwn b/Mach/AdvancedGrubUsage.mdwn
index 15fcc7af..be76cd2f 100644
--- a/Mach/AdvancedGrubUsage.mdwn
+++ b/Mach/AdvancedGrubUsage.mdwn
@@ -9,12 +9,13 @@ Using trivial ftp to load a kernel is one of the best features of Grub. Here is
1. `cd /usr/src/debian`
2. `apt-get source grub`
3. <tt>cd grub-_VERSION_</tt>
-4. Add `--enable-tulip` or similar for your NIC to the `configure` line in the `debian/rules` file.
+4. Add `--enable-tulip` or similar for your NIC to the `./configure` line of the `configure-stamp` target in the `debian/rules` file.
5. `dpkg-buildpackage` (as `root`)
6. `cd ..`
7. `dpkg -i grub*.deb`
-8. Edit your `/boot/grub/menu.lst` (see below)
-9. If your boot disk is `/dev/hda` ==&gt; `grub-install (hd0)`
+8. <tt>cp /usr/lib/grub/_ARCH_/\* /boot/grub</tt> (<tt>_ARCH_</tt> is _e.g._ `i386-pc`)
+9. Edit your `/boot/grub/menu.lst` (see below)
+10. If your boot disk is `/dev/hda` ==&gt; `grub-install (hd0)`
The `menu.lst` can look something like this: