Genkernel fork to have some custom behavior.
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.
 
 
 
Go to file
Fabio Erculiani 7ee24b6776
Revert "initrd.scripts: busybox depmod doesn't support -v even though it declares so"
12 years ago
arch Build USB 3.0 support by default, bug #452888 12 years ago
defaults Revert "initrd.scripts: busybox depmod doesn't support -v even though it declares so" 12 years ago
doc Added nconfig support 12 years ago
maintenance Fuse is not used by anything, kill it 12 years ago
modules Added the modules directory, which will be used to store the built-in modules and also for external entities to add their own modules and hooks. 17 years ago
netboot Support for glibc-2.14 systems 13 years ago
patches/busybox Use iscsistart from system, don't compile it 12 years ago
.gitattributes Adding Id header and Ident for genkernel.conf 16 years ago
.gitignore rewrite Makefile, use git archive 12 years ago
AUTHORS Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel 16 years ago
BUGS Adding Id header. 16 years ago
HACKING Move to autogenerated ChangeLog. 12 years ago
Makefile Fix distdir name: genkernel-next 12 years ago
README Update the documentation to reflect current status 12 years ago
TODO Multipath has been done for a while now. 13 years ago
gen_arch.sh trivial: cleanup code, drop whitespaces and some more cruft 14 years ago
gen_bootloader.sh Missing then keyword. 12 years ago
gen_cmdline.sh Added nconfig support 12 years ago
gen_compile.sh Use iscsistart from system, don't compile it 12 years ago
gen_configkernel.sh gen_configkernel: really, seriously, DO NOT TRY TO BE TOO SMART! 12 years ago
gen_determineargs.sh Added nconfig support 12 years ago
gen_funcs.sh gen_compile: use DMRAID from system, don't compile our own 12 years ago
gen_initramfs.sh Silence cp error when optional ZFS files are unavailable 12 years ago
gen_moddeps.sh trivial: cleanup code, drop whitespaces and some more cruft 14 years ago
gen_package.sh Fix corner cases on OUTPUTDIR. 12 years ago
genkernel genkernel: set version to 9999 12 years ago
genkernel.conf Added nconfig support 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