Missing then keyword.
[genkernel.git] / README
1 # $Id$
2
3 DEPENDENCIES:
4   - GCC and binutils
5   - GNU Bash
6   - PaX Utilities
7
8 USAGE:
9   See http://www.gentoo.org/doc/en/genkernel.xml or
10   issue ``genkernel --help''.
11
12 PORTING:
13   To port to other arches:
14
15   # cd /usr/share/genkernel
16   # cp -Rp x86 ${myarch}
17   # mkdir /usr/share/genkernel/pkg/${myarch}
18
19   Modify what is needed in the /usr/share/genkernel/${myarch}
20   directory, as well making a generic kernel-config.
21
22 IMPORTANT KERNEL NOTES:
23   - You MUST have /dev/pts turned on.
24   - To boot genkernel properly, the kernel config must have
25     Initial RAM disk support.
26
27 BOOTING A KERNEL WITH INITRD:
28
29   GRUB:
30     root=       needs to point to your root partition
31     vga=        should be the resolution you want your screen. 0x317 is
32                 1024x768 - 16bpp and you'll get a pretty splash if
33                 configured properly
34
35   GRUB EXAMPLE ENTRY:
36     title=2.6.0 [ Genkernel ]
37     root (hd0,0)
38     kernel (hd0,0)/boot/kernel-2.6.0-gentoo root=/dev/hda3 vga=0x317
39     initrd (hd0,0)/boot/initrd-2.6.0-gentoo