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
Chris Gianelloni 29bf002711
Added USB Printer support for bug #176543.
18 years ago
alpha Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
generic Change the check for /livecd when booting a CD to check for a file called livecd, rather than just the existence of /livecd, which should keep it from finding disks with a /livecd directory. 18 years ago
ia64 Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
mips Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn. 18 years ago
netboot Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's a busybox applet now), tweak the ip32r5k config, add wget to the mips netboot busybox config. Also import the remaining 2006.1 mips-sources configs and remove the old 2006.0 ones. 19 years ago
parisc Moved the MAKEOPTS check to the top of the file for parisc, so it matches other architectures. This fixes bug #165494. Thanks to Andrew Gaffney <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3 for testing. 18 years ago
parisc64 Moved the MAKEOPTS check to the top of the file for parisc, so it matches other architectures. This fixes bug #165494. Thanks to Andrew Gaffney <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3 for testing. 18 years ago
pkg Added binary files back and updated busybox with a patch from Peter Alfredsen <peter.alfredsen@gmail.com> in bug #168599. 18 years ago
ppc Add a known-working 2.6.16+ kernel config from http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758. 18 years ago
ppc64 Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn. 18 years ago
sparc Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn. 18 years ago
sparc64 Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn. 18 years ago
um Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
x86 Added USB Printer support for bug #176543. 18 years ago
x86_64 Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
xen0 Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
xenU Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456 from DMRAID. 18 years ago
AUTHORS Added the AUTHORS file and ChangeLog. This is 3.4.2 19 years ago
ChangeLog Added USB Printer support for bug #176543. 18 years ago
README >> 3.1.0b. 21 years ago
TODO Version bump. Closes bugs #34948, #37371, #41129, #41166, #42725, #42815, 21 years ago
gen_arch.sh Added sparc patches for udev/klibc. 19 years ago
gen_bootloader.sh Changed basename to dirname when creating the directory from grub.conf to solve bug #161716. 18 years ago
gen_bootloader_grub.awk Fix #100637. 19 years ago
gen_cmdline.sh Added a second patch from John R. Graham <john_r_graham@mindspring.com> from bug #169383. 18 years ago
gen_compile.sh Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug #169383 to improve the --symlink option fairly significantly. This is going to be 3.4.7_pre4 and while I haven't tested this yet, it looks good. 18 years ago
gen_configkernel.sh Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add userspace suspend support to genkernel. 18 years ago
gen_determineargs.sh Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug #169383 to improve the --symlink option fairly significantly. This is going to be 3.4.7_pre4 and while I haven't tested this yet, it looks good. 18 years ago
gen_funcs.sh Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug #169383 to improve the --symlink option fairly significantly. This is going to be 3.4.7_pre4 and while I haven't tested this yet, it looks good. 18 years ago
gen_initramfs.sh Commented out the checks on the sanity of lvm.conf since they were not quite working right. This should fix bug #173622. 18 years ago
gen_initrd.sh Commented out the checks on the sanity of lvm.conf since they were not quite working right. This should fix bug #173622. 18 years ago
gen_moddeps.sh Fix missing moddeps file by adding a test;Do not keep the initrd/initramfs with a kernelz system as it is already bundled together. 19 years ago
gen_package.sh Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to fix a problem with the System.map file copying that was previously introduced. 18 years ago
genkernel Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to the tarball for the minimal kernel package for bug #174188. This is also the 3.4.8 release. 18 years ago
genkernel.8 Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug #172766 to add documentation for genkernel's LUKS features. 18 years ago
genkernel.conf Some minor config file cleanup. 18 years ago

README

DEPENDANCIES:

- GCC and binutils
- GNU Bash

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.
- If you want Bootsplash, you MUST have VESAFB enabled for 2.6,
other framebuffers won't work. You MUST also enable
"video mode selection support" and "Framebuffer Console support"
- From gentoo-dev-sources-2.6.8 and above, bootsplash has been replaced
with gensplash. Gensplash has the same kernel configuration requirements
as bootsplash, but works properly with any framebuffer device.
- To build a kernel with Genkernel you must have
"Block devices->Loopback device support"
"Block devices->RAM disk support"
- To boot genkernel properly, the kernel config must have
RAM disk support and Initial RAM disk support. You should
also set your "Default RAM disk size to 8192"

BOOTING A KERNEL WITH INITRD:

GRUB:
real_root= needs to point to your root partition
root= needs to point to the ramdisk (should stay at /dev/ram0)
init= needs to point to the linuxrc file to execute on the ramdisk
vga= should be the resolution you want your screen. 0x317 is
1024x768 - 16bpp and you'll get a pretty bootsplash 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/ram0 init=/linuxrc real_root=/dev/hda3 vga=0x317
initrd (hd0,0)/boot/initrd-2.6.0-gentoo