Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/install-iso/default-config/boot/help/bootexisting.txt
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-09-06 20:45:45 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-09-06 20:45:45 -0500
commit98318ea039c39bff953c6b83010e48791ee6d286 (patch)
treeb817b6594cea311c3fdfe31dabbe33d80e56a5c5 /configs/install-iso/default-config/boot/help/bootexisting.txt
parent8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 (diff)
Rename "default-config" to "overlay"
I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/default-config/boot/help/bootexisting.txt')
-rw-r--r--configs/install-iso/default-config/boot/help/bootexisting.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/configs/install-iso/default-config/boot/help/bootexisting.txt b/configs/install-iso/default-config/boot/help/bootexisting.txt
deleted file mode 100644
index 540e41f..0000000
--- a/configs/install-iso/default-config/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.
-
-
-