summaryrefslogtreecommitdiffstats
path: root/software/grub-boot
diff options
context:
space:
mode:
authorUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
commitf61026119df4700f69eb73e95620bc5928ca0fcb (patch)
treef17127cff9fec40f4207d9fa449b9692644ce6db /software/grub-boot
parent9d431740a3e6a7caa09a57504856b5d1a4710a14 (diff)
downloadknowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.tar.gz
knowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.zip
Grand rename for gitit transfer
Diffstat (limited to 'software/grub-boot')
-rw-r--r--software/grub-boot17
1 files changed, 0 insertions, 17 deletions
diff --git a/software/grub-boot b/software/grub-boot
deleted file mode 100644
index 76c4f7b..0000000
--- a/software/grub-boot
+++ /dev/null
@@ -1,17 +0,0 @@
-==================
-GRUB Boot
-==================
-
-This is useful for, eg, installing debian over the network with no cd drive or
-usb stick.
-
-Download the appropriate initrd.gz and linux kernels from whatever netboot
-intallation location (two seperate files), and put them somewhere like
-``/boot/install/``. Then edit ``/boot/grub/menu.lst`` and add an entry like::
-
- title new install
- root (hd0,0)
- kernel /boot/install/linux ramdisk_size=128000 root=/dev/rd/0 rw
- initrd /boot/install/initrd.gz
-
-Edit the ramdisk size, ramdisk device path, etc as needed.