diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-09-13 09:51:00 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-09-13 09:51:00 +0000 |
commit | 620da0db0ae4d34fed3b5a89cb8a747d6306e55a (patch) | |
tree | 12c70b934c40cb645cc828ea63e0e30c0c9d1e9c | |
parent | 4220152931cc9527aa362b18b3ebc024bde56080 (diff) |
none
-rw-r--r-- | Mach/AdvancedGrubUsage.mdwn | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Mach/AdvancedGrubUsage.mdwn b/Mach/AdvancedGrubUsage.mdwn index af336a91..15fcc7af 100644 --- a/Mach/AdvancedGrubUsage.mdwn +++ b/Mach/AdvancedGrubUsage.mdwn @@ -6,17 +6,17 @@ Using trivial ftp to load a kernel is one of the best features of Grub. Here is how it is done. -1. cd /usr/src/debian -2. apt-get source grub -3. cd grub- -4. Add --enable-tulip or similar for your NIC to the configure line in the debian/rules file. -5. dpg-buildpackage -6. cd .. -7. dpkg -i grub\*.dpkg -8. Edit your /boot/grub/menu.lst (see below) -9. If your boot disk is /dev/hda ==> grub-install (hd0) - -The menu.lst can look something like this: +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. +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` ==> `grub-install (hd0)` + +The `menu.lst` can look something like this: ifconfig --address=192.168.1.2 --server=192.168.1.1 root (nd) |