From 611c06daaa06cf93e1f4d76201d68fcb39291598 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 19 Oct 2008 23:05:58 -0500 Subject: Default ISO config cleanup Signed-off-by: Aaron Griffin --- .../install-iso/overlay/boot/help/bootexisting.txt | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 configs/install-iso/overlay/boot/help/bootexisting.txt (limited to 'configs/install-iso/overlay/boot/help/bootexisting.txt') diff --git a/configs/install-iso/overlay/boot/help/bootexisting.txt b/configs/install-iso/overlay/boot/help/bootexisting.txt deleted file mode 100644 index 540e41f..0000000 --- a/configs/install-iso/overlay/boot/help/bootexisting.txt +++ /dev/null @@ -1,24 +0,0 @@ -HOWTO: Boot an existing install - -Select "More Options" from the main menu. -Move the cursor to "[EDIT ME] Boot an existing linux install" -Press "e" - -At this point you will see the following: - root (hd0,0) - kernel /vmlinuz26 root=/dev/hda3 ro - initrd /kernel26.img - -This needs to be changed to accomodate your hardware. - -The first line should be changed to indicate where your boot medium resides. - "(hd0,0)" is the first partition on the first hard drive (hda1) - change these - numbers to indicate the partition containing your /boot directory. - -The second line should be changed to point to your kernel. If the line above -points to a partition _only_ containing /boot, then /vmlinuz26 is fine. -Otherwise, change this to /boot/vmlinuz. root= should be changed to match the -partition for your root filesystem. Other kernel parameters can be added here. - - - -- cgit v1.2.3-54-g00ecf