You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabio Erculiani
39cb3a0a16
|
12 years ago | |
---|---|---|
arch | 12 years ago | |
defaults | 12 years ago | |
doc | 12 years ago | |
maintenance | 12 years ago | |
modules | 17 years ago | |
netboot | 13 years ago | |
patches/busybox | 12 years ago | |
.gitattributes | 16 years ago | |
.gitignore | 12 years ago | |
AUTHORS | 16 years ago | |
BUGS | 16 years ago | |
HACKING | 12 years ago | |
Makefile | 12 years ago | |
README | 12 years ago | |
TODO | 13 years ago | |
gen_arch.sh | 14 years ago | |
gen_bootloader.sh | 12 years ago | |
gen_cmdline.sh | 12 years ago | |
gen_compile.sh | 12 years ago | |
gen_configkernel.sh | 12 years ago | |
gen_determineargs.sh | 12 years ago | |
gen_funcs.sh | 12 years ago | |
gen_initramfs.sh | 12 years ago | |
gen_moddeps.sh | 14 years ago | |
gen_package.sh | 12 years ago | |
genkernel | 12 years ago | |
genkernel.conf | 12 years ago |
README
# $Id$
DEPENDENCIES:
- GCC and binutils
- GNU Bash
- PaX Utilities
USAGE:
See http://www.gentoo.org/doc/en/genkernel.xml or
issue ``genkernel --help''.
PORTING:
To port to other arches:
# cd /usr/share/genkernel
# cp -Rp x86 ${myarch}
# mkdir /usr/share/genkernel/pkg/${myarch}
Modify what is needed in the /usr/share/genkernel/${myarch}
directory, as well making a generic kernel-config.
IMPORTANT KERNEL NOTES:
- You MUST have /dev/pts turned on.
- To boot genkernel properly, the kernel config must have
Initial RAM disk support.
BOOTING A KERNEL WITH INITRD:
GRUB:
root= needs to point to your root partition
vga= should be the resolution you want your screen. 0x317 is
1024x768 - 16bpp and you'll get a pretty splash if
configured properly
GRUB EXAMPLE ENTRY:
title=2.6.0 [ Genkernel ]
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.6.0-gentoo root=/dev/hda3 vga=0x317
initrd (hd0,0)/boot/initrd-2.6.0-gentoo