Grub menu and help changes
Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
430668e015
commit
5e7331334e
@ -7,6 +7,14 @@ splashimage=/boot/splash.xpm.gz
|
|||||||
title << Back to main menu
|
title << Back to main menu
|
||||||
configfile /boot/grub/menu.lst
|
configfile /boot/grub/menu.lst
|
||||||
|
|
||||||
|
title HELP: Using Legacy IDE
|
||||||
|
cat /boot/help/legacyide.txt
|
||||||
|
pause Press enter to continue...
|
||||||
|
|
||||||
|
title HELP: Booting from USB
|
||||||
|
cat /boot/help/usb.txt
|
||||||
|
pause Press enter to continue...
|
||||||
|
|
||||||
title HOW-TO: Boot an existing system
|
title HOW-TO: Boot an existing system
|
||||||
cat /boot/help/bootexisting.txt
|
cat /boot/help/bootexisting.txt
|
||||||
pause Press enter to continue...
|
pause Press enter to continue...
|
||||||
|
@ -7,10 +7,15 @@ title Boot ArchLinux LiveCD
|
|||||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
||||||
initrd /boot/archiso_pata.img
|
initrd /boot/archiso_pata.img
|
||||||
|
|
||||||
title Boot ArchLinux LiveCD [Legacy IDE]
|
title Boot ArchLinux LiveCD [Legacy IDE, no SATA]
|
||||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
||||||
initrd /boot/archiso_ide.img
|
initrd /boot/archiso_ide.img
|
||||||
|
|
||||||
|
title Release Notes
|
||||||
|
# Note: onyl 23 lines of release notes for now
|
||||||
|
cat /boot/releasenotes.txt
|
||||||
|
pause Press enter to continue...
|
||||||
|
|
||||||
title Tools...
|
title Tools...
|
||||||
configfile /boot/grub/tools.lst
|
configfile /boot/grub/tools.lst
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ kernel /vmlinuz26 ip=dhcp root=/dev/nfs nfsroot=192.168.1.2:/boot/dir
|
|||||||
|
|
||||||
title [EDIT ME] Boot Existing Linux Install
|
title [EDIT ME] Boot Existing Linux Install
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz26 root=/dev/hda3 ro
|
kernel /vmlinuz26 root=/dev/sda3 ro
|
||||||
initrd /kernel26.img
|
initrd /kernel26.img
|
||||||
|
|
||||||
title [EDIT ME] Boot Existing Windows Install
|
title [EDIT ME] Boot Existing Windows Install
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
HOWTO: Boot an existing install
|
HOW-TO: Boot an existing system
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
Select "More Options" from the main menu.
|
Select "More Options" from the main menu.
|
||||||
Move the cursor to "[EDIT ME] Boot an existing linux install"
|
Move the cursor to "[EDIT ME] Boot an existing linux install"
|
||||||
@ -20,5 +21,3 @@ points to a partition _only_ containing /boot, then /vmlinuz26 is fine.
|
|||||||
Otherwise, change this to /boot/vmlinuz. root= should be changed to match the
|
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.
|
partition for your root filesystem. Other kernel parameters can be added here.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
HOWTO: Contribute to these help files
|
HOW-TO: Contribute to this help
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
This help is rather simplistic.
|
This help is rather simplistic.
|
||||||
In order to provide help files or translations you simply need to make a text
|
In order to provide help files or translations you simply need to make a text
|
||||||
@ -7,9 +8,8 @@ characters wide, and 23 lines long. Any more, and your formatting will be
|
|||||||
corrupted when viewing the help. Please note that if your help is short, it is
|
corrupted when viewing the help. Please note that if your help is short, it is
|
||||||
worthwhile to pad with empty lines, up to 23 lines.
|
worthwhile to pad with empty lines, up to 23 lines.
|
||||||
|
|
||||||
Please send any and all help files you wish to contribute, or any ideas for
|
Please post any and all help files you wish to contribute, to the ArchLinux bug
|
||||||
help, to arch@archlinux.org with "[isohelp]" in the title.
|
tracker at http://bugs.archlinux.org
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
23
configs/install-iso/boot-files/help/legacyide.txt
Normal file
23
configs/install-iso/boot-files/help/legacyide.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
HELP: Using Legacy IDE
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
The Legacy IDE boot option is intended to boot older systems where the CD does
|
||||||
|
not properly detect CD-ROMs or harddrives. Note that it does NOT contain modules
|
||||||
|
for SATA drives.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
23
configs/install-iso/boot-files/help/usb.txt
Normal file
23
configs/install-iso/boot-files/help/usb.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
HELP: Booting from USB
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Some USB devices need time to settle before they can be mounted. If you
|
||||||
|
experience failures booting your USB device, it is recommended that you append
|
||||||
|
the "usbdelay" kernel parameter to the kernel params. A setting of "usbdelay=10"
|
||||||
|
is recommended.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
23
configs/install-iso/boot-files/releasenotes.txt
Normal file
23
configs/install-iso/boot-files/releasenotes.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
ArchLinux LiveCD - 2009.01
|
||||||
|
Release Notes
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
** TODO **
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user