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.
genkernel_fork/ChangeLog

3115 lines
121 KiB

# ChangeLog for genkernel
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, genkernel:
Enable keymap code when keymap is set on the kernel command line. This is
genkernel 3.4.10_pre10 for testing.
25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
We need to unset keymap if it doesn't match to keep from hitting an infinite
loop.
24 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
gen_funcs.sh, generic/initrd.scripts, generic/linuxrc:
Updated the keymap-handling code so it will be installed and displayed
without using --do-auto-keymap with a patch from Florian Schilhabel
<fernsehleo@gmx.net> for bug #215822. Also, added a keymap= command line
option to allow setting keymap from the bootloader, also from Florian.
22 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Change from using a directory check to a file check. This should fix bug
#215822.
12 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults:
Move removable storage like USB and firewire after traditional fixed storage
like PATA/SATA/SCSI for bug #217347.
10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel:
Updated TODO. This is 3.4.10_pre9 for testing.
08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts:
Added scsi to the default list of modules to load.
05 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
Set CMD_KEYMAP to default to yes, so it's enabled unless specifically
disabled
04 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, genkernel:
Added a patch to skip device nodes for devices if at least one partition
exists on the device. This aids in LiveUSB usage and is for bug #212794.
This is genkernel 3.4.10_pre8.
03 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Split up /dev node checks into console/null and tty1
02 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Remove initrd-specific code from linuxrc
30 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Uncomment ppc/ppc64->powerpc code in set_kernel_arch, since it appears to
actually be necessary as of 2.6.24-gentoo-r4
29 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+patches/busybox/1.7.4/busybox-1.7.4-signal-hack.patch:
Add patch from ebuild in-tree to fix build issue with signals on hppa
14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh:
Get rid of --initramfs option as it doesn't do anything anymore
14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
genkernel.conf, -pkg/alpha/README, -pkg/ia64/README, -pkg/mips/.keep,
-pkg/parisc/README, -pkg/parisc64/README, -pkg/ppc/README,
-pkg/ppc64/README, -pkg/sparc/README, -pkg/sparc64/README, -pkg/um/README,
-pkg/x86/README, -pkg/x86_64/README, -pkg/xen0/README, -pkg/xenU/README:
Removing pkg directory, since it is no longer necessary. From now on, we'll
just pull the tarballs from DISTDIR directly, and we've already moved our
caches to /var/tmp/genkernel, so there's nothing left to keep here. This is
genkernel 3.4.10_pre7 for testing.
14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
Copy the original kconfig with a different name than the one used to build
14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
Include original kconfig in kerncache If original kconfig exists in the
kerncache, use that for comparison to the current kconfig
14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
Switch back to building kernel first
Optionally build the kernel a second time if we're integrating the initramfs
14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
genkernel, ia64/modules_load, mips/modules_load, parisc/modules_load,
parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
sparc/modules_load, sparc64/modules_load, um/modules_load,
x86/modules_load, x86_64/modules_load:
Clean up the modules_load files and add qla2xxx. This is genkernel
3.4.10_pre6 for testing.
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Stick CONFIG_INITRAMFS_ROOT_GID in the .config, too
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Remove existing CONFIG_INITRAMFS_SOURCE line and write new one as well as
CONFIG_INITRAMFS_ROOT_UID line
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Change sed delimeter
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
We should edit the copy of the kconfig instead of the source file
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
genkernel:
Instead of copying the initramfs into the kernel tree, we now sed the
kconfig to point CONFIG_INITRAMFS_SOURCE to the generated image
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
Add scsi_wait_scan to sparc64's MODULES_SCSI
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Add a check after mounting NEW_ROOT to see if /dev exists and /sbin/init is
executable before moving on
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Change the location we copy the intiramfs to for integrated initramfs
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Revert last commit as it wasn't a problem
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Remove -c "/dev/console" from switch_root command
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Add missing $ to {NORMAL} for broken /dev message
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
Spacing cleanups in gen_package.sh
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh, genkernel:
Remove unsetting of ARCH for callback and change set_kernel_arch debug to
use print_info
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
It helps to actually add the handling for the --integrated-initramfs option
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Use echo instead of print
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Add debug code for set_kernel_arch
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
Add debugging code to show ARCH when running callback
Unset ARCH when running callback and restore afterwards
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
Move set_kernel_arch() call to after determine_real_args() so that get_KV()
has populated the vars we need
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh,
gen_compile.sh, genkernel:
Add set_kernel_arch(), which maps the genkernel arch to the arch that the
kernel expects based on the version of the kernel
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
gen_package.sh, genkernel:
Get rid of the ENABLE_PEGASOS_HACKS hacks Add INTEGRATED_INITRAMFS option to
optionally insert the generated initramfs directly into the kernel image
Change default build order to build the kernel last to facilitate the
INTEGRATED_INITRAMFS option Add GENZIMAGE option and change various checks
from ENABLE_PEGASOS_HACKS to GENZIMAGE
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Argh...Changing the right line helps
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Change into initramfs-firmware-temp/ instead of
initramfs-firmware-temp/lib/firmware/ before doing cpio
12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
genkernel:
Added a small debug statement to generic/linuxrc so we know when we're
hitting the initrd code path. This is genkernel 3.4.10_pre5 for testing.
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Change to new temp directory so the firmware gets copied to the right place
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Copy firmware file with -L so we get the file instead of the symlink
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Fix another quoting malfunction
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, x86/busy-config,
x86_64/busy-config:
Explicitly enable MDADM and MDSTART in busy-config
12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
patches/busybox/1.7.4/1.7.4-static-error.diff:
Update busybox static-error patch to actually work
12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
Change BUSYBOX_VER to VERSION_BUSYBOX for genkernel-9999 ebuild.
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
Remove the quotes when trying to expand a glob
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
patches/busybox/1.7.4/1.7.4-mdadm.diff,
patches/busybox/1.7.4/1.7.4-mdstart.diff:
Update mdadm and mdstart patches
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
It helps if we assign the correct value to version
Send output of patch command to /dev/null
Show a message saying we're patching if there are patches for the util
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+patches/busybox/1.7.4/1.7.4-static-error.diff:
Add busybox patch to remove error about compiling statically
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, x86/busy-config,
x86_64/busy-config:
Update busy-config files for the various arches for busybox 1.7.4
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
genkernel.conf, +patches/busybox/1.7.4/1.7.4-ash-timeout.diff,
+patches/busybox/1.7.4/1.7.4-mdadm.diff,
+patches/busybox/1.7.4/1.7.4-mdstart.diff,
+patches/busybox/1.7.4/1.7.4-openvt.diff:
Add apply_patches() function to automagically apply patches for a given util
Add updated busybox patches for 1.7.4 from robbat2
Change BUSYBOX_VER to 1.7.4
11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Rearrange checks so the return value is read correctly.
10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
gen_initrd.sh, generic/initrd.scripts, generic/linuxrc, ia64/busy-config,
mips/busy-config, parisc/busy-config, parisc64/busy-config,
ppc/busy-config, ppc64/busy-config, sparc/busy-config,
sparc64/busy-config, um/busy-config, x86/busy-config, x86_64/busy-config:
Enable CONFIG_HEXDUMP globally for busybox
Add getdvhoff replacement function from vapier
Remove copying of getdvhoff from system
10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
Add support for --firmware-files option to make robbat2 happy
10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
Add support for --firmware and --firmware-dir options to include firmware in
the initramfs
09 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Apply patch from Vince C <v_cadet@yahoo.fr> to mount sysfs prior to loading
modules, so that the mdev firmware loading can actually work
04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
If we have a raid456.ko module, we need to create a raid45.ko symlink since
dmraid can be rather stupid. This should resolve bug #195804.
04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> sparc64/kernel-config,
alpha/kernel-config-2.6, ia64/kernel-config-2.6, x86/kernel-config-2.6,
x86_64/kernel-config-2.6:
Updated the kernel configs for arches which have given us their 2008.0
configs. This is 3.4.10_pre4 for testing.
29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Redirect which output to /dev/null and put quotes around var in test
29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
x86_64/modules_load:
Changed MDRAID to MDADM for bug #211316.
28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts:
Added a --no-keymap option for bug #210886.
28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
generic/linuxrc:
Use which to determine the location of splash_geninitramfs, rather than
having an endless number of conditional checks for the location. This fixes
bug #211521. Thanks to Uriy Zhuravlev <stalkerg@gmail.com> for finding the
problem and suggesting a solution.
20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
-xenU/kernel-config-2.6, -xen0/kernel-config-2.6, genkernel,
-xen0/busy-config, -xen0/config.sh, -xen0/modules_load, -xenU/busy-config,
-xenU/config.sh, -xenU/modules_load:
Removing the xen0 and xenU arches, since they didn't work, anyway. This is
genkernel 3.4.10_pre3 for testing.
20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
Add missing space before closing ]
19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
Taylor <birder@ozemail.com.au> for reporting
19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Remove quotes from around ${ROOT_TREES} so that the dirs are parsed
separately by bash/cp
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
genkernel, genkernel.8, genkernel.conf:
Removing DEVFS support from genkernel since we don't support 2.4 kernels
anymore. This is 3.4.10_pre2.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added a line to make sure we remove image.squashfs as well as the other loop
names used by catalyst.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug
#198892 for mdadm 1.1 and 1.2 metadata support.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
Switch to detection for LOOP and LOOPTYPE when they are not set.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Performed some minor cleanup.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Move "busybox --install -s" to outside the /init check. Fix problems with
running mknod on a non-CD root filesystem, which will be read-only, for bug
#208266.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -um/kernel-config-2.4,
-alpha/kernel-config-2.4, -parisc64/kernel-config-2.4,
-xenU/kernel-config-2.4, -parisc/kernel-config-2.4,
-x86/kernel-config-2.4, -xen0/kernel-config-2.4:
Removing 2.4 kernel configs, since we aren't supporting 2.4 from here on out.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
We only need to make sure that we have /sbin and /usr/sbin in our PATH for
bug #97378, not reset it. Thanks to Justin Bronder <jsbronder@gentoo.org> in
bug #209182 for pointing it out. This is genkernel 3.4.10_pre1 for testing.
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.conf,
mips/config.sh:
This is the long-awaited unionfs code cleanup. All of the unionfs code in
genkernel has been removed.
07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
Fix two calls to set_config_with_override on CMD_KERNCACHE and some
indentation weirdness
04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
Change &>/dev/null to >/dev/null 2>&1 because busybox ash sucks
04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
generic/linuxrc:
Switch to double quotes where we're interpolating variables, because I suck
03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
Add qla2xxx to sparc64's MODULES_SCSI
03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_moddeps.sh:
Add --all-initrd-modules option to copy all kernel modules into
initrd/ramfs. This is useful for netboot images
03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
generic/linuxrc:
Add setup_hotplug() function that runs before the modules are loaded to
setup mdev as the hotplug event handler. Add $KV to /lib/modules anywhere it
occurs to allow for an initramfs with multiple sets of modules
03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_configkernel.sh,
genkernel.conf:
Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895
02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Moving the code to start resume operations so it doesn't run when booting
from CD. We also don't execute the code if there's no real_resume set on the
command line, since it will fail, anyway, without it.
02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/modules_load,
ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
x86/modules_load, x86_64/modules_load, xen0/modules_load,
xenU/modules_load:
add megaraid module to MODULES_SCSI for bug 206039
02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/modprobe:
specify the kernel version when looking for a module for bug 208593
02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts:
Removed runUdev, since we no longer use it.
11 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
gen_initrd.sh, genkernel:
Fixing a problem where we were copying the busybox binary cache into the
busybox temporary directory. I am assuming that this was a result of all of
the changes we've been doing, and it simply just got everlooked. Thanks to
Marek Szuba <cyberman@if.pw.edu.pl> for pointing it out in bug #204087. This
is genkernel 3.4.9 FINAL. Enjoy.
28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
generic/initrd.scripts, generic/linuxrc:
Don't scan a bunch of extra devices when CDROOT_DEV is defined.
28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
generic/linuxrc:
Add new cdroot_type=foo kernel commandline parameter to override -t iso9660
for bug #182818.
28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
Put -t auto back to -t iso9660 for mounting a cdrom. This is for bug #162962.
27 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
Fix description of --kernel-config for bug #194752.
27 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
This is 3.4.9_pre12 for testing.
23 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
generic/linuxrc, genkernel.8:
Apply LUKS key patch from bug #162962 from Nelson Batalha
<nelson_batalha@hotmail.com>
14 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Fix text bolding on serial console for bug #202266 thanks to Michael Hordijk
<hoffbrinkle@hotmail.com>.
13 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
Apply a patch from John R. Graham <john_r_graham@mindspring.com> for bug
#201482.
06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
Do s/KERNELDIR/KERNEL_DIR/ for bug #201159.
06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
Fix typo for bug #201442. Thanks to Michael Hordijk <hoffbrinkle@hotmail.com>.
03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
This is genkernel 3.4.9_pre11 for testing.
29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Do s/elsif/elif/ because I use too many languages and random bash tutorials
online can't be trusted.
28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
genkernel:
Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
testing.
24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh:
Added a small patch from John R. Graham <john_r_graham@mindspring.com> to
fix arguments with spaces for bug #200161.
24 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Use 'read' to get a line at a time to account for directories with spaces in
the name. This fixes bug 199701.
23 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Look for cryptsetup in /bin and /sbin.
17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
Force dmraid to be built with -j1 for bug #188273.
16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
My original sed of LVM2->LVM caught a few too many things. Thanks to Robin
Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in
bug #198546.
13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
genkernel.conf, genkernel:
Added config defaulting for --mdadm for bug #198694. Thanks to John R.
Graham <john_r_graham@mindspring.com> for providing the patch. This is
3.4.9_pre9 for testing.
08 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Revert patch from bug #190327 as it breaks well more than it fixed.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf, ia64/config.sh,
mips/config.sh, parisc/config.sh, parisc64/config.sh, ppc/config.sh,
ppc64/config.sh, sparc/config.sh, sparc64/config.sh, um/config.sh,
x86/config.sh, x86_64/config.sh, xen0/config.sh, xenU/config.sh:
Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to
allow all command line options to be configurable from within the
genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8
for testing.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Fixed the noload module code. Thanks to Mijail Fedorovich
<mfedorovich@gmail.com> for pointing it out in bug #198187.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Added an update patch from Alon Bar-Lev <alonbl@gentoo.org> in bug #197244
to clean up the suspend2 code and rename the functions to tuxonice to match
the upstream rename.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
genkernel:
Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos
hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7
for testing.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
that we export ARCH before running menuconfig. This is from bug #190327.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
generic/initrd.scripts, generic/linuxrc:
Make sure we still allow dolvm2/doevms2 on the kernel command line and give
a warning. I've also added a 2 second delay between vgscan and vgchange.
Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes
and testing.
02 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> +generic/modprobe,
gen_initramfs.sh, gen_initrd.sh, genkernel:
Reverting the removal of generic/modprobe for bug #197730. This is genkernel
3.4.9_pre6 for testing.
01 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
gen_initramfs.sh, genkernel:
Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying,
and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
-pkg/suspend-0.5-Makefile.patch, -pkg/busybox-1.1.3+gentoo.tar.bz2,
-pkg/devfsd-1.3.25-dietlibc.patch,
-pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, alpha/busy-config,
gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
genkernel, ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
x86/modules_load, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm
support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for
testing.
30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
generic/initrd.scripts, generic/linuxrc:
Made a few minor cleanups here and there.
12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
Update description for --initramfs-overlay in man page to match --help.
05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Remove generic/modprobe and all supporting code, since busybox has it now.
04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
Grammeltvedt <asmundg@big-oil.org> for pointing this out.
18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
for 2.4 initrd generation
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
genkernel, genkernel.8, genkernel.conf:
Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_configkernel.sh, genkernel:
Some more general cleanup and adding support for using a config file other
than /etc/genkernel.conf to add flexibility.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
-pkg/module-init-tools-0.9.15-pre4.tar.bz2,
-pkg/klibc-1.1.16-sparc2.patch, -pkg/klibc-1.2.1-nostdinc-flags.patch,
-pkg/modutils-2.4.26.tar.bz2:
Removing klibc/modutils/module-init-tools files, since we don't need any of
them, anymore.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
It helps if I use 'g' when doing a sed.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
genkernel, genkernel.conf:
Removed the use of GK_BIN variable, since it isn't necessary.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel.conf:
Updated TODO and cleaning up genkernel.conf a bit.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
Remove some unnecessary copyright dates from a few files so we don't keep
forgetting to update them when we modify the files.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
genkernel.8, mips/config.sh:
Renamed gensplash to splash and marked gensplash as deprecated. This is
3.4.9_pre3 for testing.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO,
alpha/modules_load, gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
genkernel, genkernel.8, genkernel.conf, ia64/modules_load, mips/config.sh,
ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will
keep everything simplified if a newer EVMS/LVM version set appears.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> README,
alpha/config.sh, gen_bootloader.sh, gen_cmdline.sh, gen_configkernel.sh,
gen_determineargs.sh, gen_initrd.sh, gen_package.sh, genkernel,
genkernel.8, genkernel.conf, ia64/config.sh, mips/config.sh,
parisc/config.sh, parisc64/config.sh, ppc/config.sh, ppc64/config.sh,
sparc/config.sh, sparc64/config.sh, um/config.sh, x86/config.sh,
x86_64/config.sh, xen0/config.sh, xenU/config.sh:
Removing bootsplash support since it hasn't been in a kernel we've supported
for years now, causes confusion amongst users, and really wasn't being used
and caused issues with 2.6/initrd creation in some corner cases.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
-pkg/genkernel-svn-suspend.patch:
Removing the reversal patch for the suspend removal, since it will no longer
apply.
17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
gen_initrd.sh, generic/linuxrc, genkernel, mips/config.sh:
Performed some general cleanup on a few files and removed devfs/udev
selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
30 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
gen_initramfs.sh, generic/initrd.scripts, generic/linuxrc, genkernel,
genkernel.conf, +pkg/genkernel-svn-suspend.patch:
Removing the suspend support that was added for bug #156445 until suspend is
added to the tree and we can determine the proper way to support it. For
more information, see bug #156431. This is genkernel 3.4.9_pre2 for testing.
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
x86_64/kernel-config-2.6, genkernel:
Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug
#186378. This is genkernel 3.4.9_pre1 for testing.
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
x86/modules_load, x86_64/modules_load, xen0/modules_load,
xenU/modules_load:
Added arcmsr to MODULES_SCSI for bug #185827.
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+pkg/suspend-0.5-Makefile.patch:
Added suspend-0.5-Makefile.patch to pkg directory for suspend capabilities,
bringing it into the repository, from the tree.
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Added a small patch from Tais M. Hansen <tais.hansen@osd.dk> to add doscsi
to the genkernel man page for bug #183406.
21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh,
genkernel.8:
Added another patch from John R. Graham <john_r_graham@mindspring.com> for
bug #180161.
26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
Clean up a cosmetic error introduced by the symlink patch:
${GK_SHARE}/gen_funcs.sh: line 431: popd:
/var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
such file or directory
26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
generic/linuxrc:
The previous patch from bug #174294 still contained some bugs in the linuxrc
and scripts, that caused a failure during boot. Clean them up with one more
patch from Nelson Batalha <nelson_batalha@hotmail.com>, again on bug #174294.
26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
enhanced netboot linuxrc from gustavoz
26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
genkernel, genkernel.conf, ia64/busy-config, mips/busy-config,
parisc/busy-config, parisc64/busy-config, ppc/busy-config,
ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
x86/busy-config, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
enable CONFIG_INSMOD in all arch busy-config files
disable building of static insmod and remove all code related to it
26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
Patch to compare new config instead of the one left laying around in the
kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
gen_initramfs.sh, gen_initrd.sh, genkernel.conf:
Patch to actually use busybox bincache. Thanks to Pat Double
<gentoo@patdouble.com> on bug #180211
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh:
Fixed lvm/evms code for initrd generation. Thanks to Vinny
<vfuria@gmail.com> on bug #179480 for pointing it out.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
generic/initrd.defaults, ia64/modules_load, ppc/modules_load,
ppc64/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111
and also created a separate MDRAID module group.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
#174294 to enable the use of encryption on a CD and the location of a key.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
gen_funcs.sh, genkernel, genkernel.8, genkernel.conf:
Added two patches from John R. Graham <john_r_graham@mindspring.com> from
bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
Added USB Printer support for bug #176543.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
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.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> 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.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
#172766 to add documentation for genkernel's LUKS features.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
md devices with LUKS for bug #170753.
21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Reverting patch that was originally added due to bug #160333 due to the
problems it caused on the 2007.0 release.
12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
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.
12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:
Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456
from DMRAID.
12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
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.
09 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x86/nb-busybox.cf:
Added nb-busybox.cf to x86 on the request of Andrew Gaffney
<agaffney@gentoo.org>.
05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
gen_initrd.sh, genkernel:
Added a change to force objdump output to be English for bug #173412 and
rolling 3.4.7 final for the release.
05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
bug #172562.
03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
Some minor config file cleanup.
03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
genkernel.8:
Added a second patch from John R. Graham <john_r_graham@mindspring.com> from
bug #169383.
27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:
Added raid456 to dmraid target for bug #172128.
26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Changed LVM configuration detection to not error.
26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
Added joystick support to the default configuration for bug #171911.
14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
gen_initrd.sh, genkernel:
Before we copy lvm.conf, we run it through 'lvm dumpconfig' to make sure the
config is valid for bug #156009. This is 3.4.7_pre5.
14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to
/var/cache/genkernel/%%ARCH%% for bug #148253.
13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:
Added libata to the MODULES_SATA list. This might be why SATA CD drives
weren't working for us.
09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
gen_package.sh, genkernel:
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.
09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
Fixed lib64 link for bug #168664.
09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
Update default kernel config with the current LiveCD config for 2007.0,
which is built on 2.6.19, rather than 2.6.17 only.
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+pkg/module-init-tools-0.9.15-pre4.tar.bz2,
+pkg/busybox-1.1.3+gentoo.tar.bz2,
+pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
+pkg/modutils-2.4.26.tar.bz2:
Added binary files back and updated busybox with a patch from Peter
Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
-pkg/module-init-tools-0.9.15-pre4.tar.bz2,
-pkg/busybox-1.1.3+gentoo.tar.bz2,
-pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
-pkg/modutils-2.4.26.tar.bz2:
Removing binary files from pkg since they were corrupted during the CVS->SVN
migration.
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Fixed up the man page for bug #168500 and bug #168719.
14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
parisc/config.sh, parisc64/config.sh:
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.
14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from
bug #152945.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc, genkernel:
Added a non-braindead version of a patch provided by Fabio Erculiani
<lxnay@lxnaydesign.net> in bug #160333. This is completely untested, so I'm
rolling up 3.4.7_pre2 to get it tested prior to genkernel 3.4.7 going final.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ppc/Pegasos:
Add a known-working 2.6.16+ kernel config from
http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
Added a note about the MAKEOPTS option to genkernel as suggested in bug
#165980.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the
genkernel man page for bug #166179.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Fix REAL_INIT for bug #160635.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, genkernel:
Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs
compilation. This is for bug #152945.
08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_funcs.sh:
Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option.
This resolves bug #114156.
15 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh:
Changed basename to dirname when creating the directory from grub.conf to
solve bug #161716.
09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
x86/modules_load, x86_64/modules_load, xen0/modules_load,
xenU/modules_load:
Added scsi_scan_wait module to modules_load for 2.6.20 support. Thanks to
Robin H. Johnson for <robbat2@gentoo.org> for pointing it out.
27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
generic/initrd.scripts:
Added a case statement for the keymap selection to ensure we're always using
the named keymaps. This should resolve bug #146714 if everything works
correctly. This is 3.4.6, for real.
27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+generic/keymaps.tar.gz:
Adding back the known-good copy of keymaps.tar.gz to svn.
27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
gen_compile.sh, -generic/keymaps.tar.gz, generic/linuxrc, genkernel,
ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
x86_64/busy-config, xen0/busy-config, xenU/busy-config:
Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame
cvs2svn. Also, added patch from Alon Bar-Lev <alonbl@gentoo.org> to switch
to using switch_root for 2.6 kernels, and a small typo fix from Michael
Hordijk <hoffbrinkle@hotmail.com> for bug #158776.
15 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh,
generic/linuxrc, genkernel:
Added patches from François-Xavier Roure <fx_roure@yahoo.fr> from bug
#149020. This will end up being genkernel 3.4.6, most likely.
14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
Adjust selinux stuff in gen_compile.sh to actually do what we intended, not
the opposite.
14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
Since device-mapper tries to build with selinux by default, we've removed
it, then commented out the selinux support. The ebuild will need to
enable/disable selinux support based on the selinux USE flag. This should
resolve bug #157538.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
More fixes for similarly-named modules.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
ia64/busy-config, parisc/busy-config, parisc64/busy-config,
ppc/busy-config, ppc64/busy-config, sparc/busy-config,
sparc64/busy-config, x86/busy-config, x86_64/busy-config,
xen0/busy-config, xenU/busy-config:
Disabled full SuSv3 compliant sort, as suggested by Aurélien Francillon
<aurelien.francillon@inrialpes.fr> in bug #157777.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/modprobe:
Added a fix for similarly-named modules from bug #158017.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
Fixed up linking for dmraid for bug #157538.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
ia64/busy-config, parisc/busy-config, parisc64/busy-config,
ppc/busy-config, ppc64/busy-config, sparc/busy-config,
sparc64/busy-config, x86/busy-config, x86_64/busy-config,
xen0/busy-config, xenU/busy-config:
Updated busy-config to work with root=LABEL=<label> for bug #156640.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
gen_initramfs.sh, genkernel, genkernel.conf:
Added patch from Daniel Drake <dsd@gentoo.org> in bug #156611 to clean up
the initramfs creation and create a 'proper' initramfs, instead of our
concatenated monster.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
genkernel.8, genkernel.conf:
Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add
userspace suspend support to genkernel.
13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Added debug level to LUKS print_info messages for bug #156410.
03 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
x86/modules_load, x86_64/modules_load:
Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Inverted check on CDROOT_DEV, as it should be -z not -n. Thanks to Jakub Moc
<jakub@gentoo.org> for coming up with the quick fix in bug #153554. I lied
before. This one is really 3.4.5.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
genkernel:
Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516.
This is 3.4.5.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
x86_64/busy-config, xen0/busy-config, xenU/busy-config:
Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net>
in bug #152881.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
Added patch to improve symlink support by Michael Hordijk
<hoffbrinkle@hotmail.com> for bug #143217.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags
parameter for bug #122672.
13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Added patch to support resuming from encrypted swap. The patch was submitted
to bug #152441.
25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
This is the 3.4.4 release.
25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Updated with the latest version of the LUKS patches from bug #152441.
25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug
#151500.
23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Added patch from bug #152441 to improve LUKS support.
23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
x86_64/kernel-config-2.6:
Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
Changed mime-type property to binary/gzip for keymaps.tar.gz for bug #151500.
This is genkernel 3.4.3.
13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
generic/initrd.defaults, generic/initrd.scripts, +generic/udhcpc.scripts,
x86/busy-config, x86/modules_load:
Added patch for udhcp support. Patch by Stefan Nickl
<snickl@snickl.freaks.de> and submitted to bug #145115.
13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Allow root= for initramfs, instead of only real_root= to specify the root
volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and
doevms2 in the genkernel man page from bug #142606.
13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +AUTHORS, genkernel:
Added the AUTHORS file and ChangeLog. This is 3.4.2
02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added patch for suspend2-sources 2.6.18 by Romeo Benzoni
<romeo@benzoni.org> and submitted to bug #148499.
02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_determineargs.sh:
Added patch from Alon Bar-Lev <alon.barlev@gmail.com> for bug
#148498 and also a patch from Robin H. Johnson
<robbat2@gentoo.org> to support git-based kernels.
02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines,
-x86_64/kernel-config-2.6-smp:
Update the amd64 kernel configs from the release.
16 Sep 2006; Tim Yamin <plasmaroo@gentoo.org>
gen_initramfs.sh, genkernel:
Should check for /sbin/splash_geninitramfs instead of
/usr/sbin/...
14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
This change makes it so we only try to mount 'auto' when cdroot
is specified. This should fix all of our mounting issues, as
well as allow for not only USB keys to use these kernels with a
LiveCD kernel/config, but allow it to boot from any media which
the kernel has support.
14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Added a symlink for device-mapper stuff. This should resolve
both bug #142775 and bug #147015.
14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86/modules_load, x86_64/modules_load:
Added lpfc and scsi_transport_fc for Emulex fibre-channel
controllers.
13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86/modules_load, x86_64/modules_load:
Make sure we load the raid0, raid1, and raid10 personalities
with dmraid.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
This is ugly. I mean, really ugly. However, it is the only way
to support all of the insane ways that people are trying to boot
release media. I really wish we didn't have to support this
junk, but a regression really shouldn't happen with our
releases. Anyway, hopefully I can come up with a better
solution to this in the future.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Try using -t iso9660,vfat to our mount command, since we can't
use only iso9660 as it breaks booting from a USB stick.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initrd.sh:
The initrd code was still looking for udev, even though we
aren't building it anymore. This should fix bug #145802.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
ppc/busy-config:
Fix NFS mount.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults:
Added emul to ROOT_LINKS for bug #145248.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
x86/busy-config, x86_64/busy-config:
Fixed the NFS mount configuration for busybox for bug #143476.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Update the suspend2_resume function for bug #131202.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
iso9660 -> auto, and added support for checking SUBDIR for the
livecd file. This is for bug #147186.
12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6, x86_64/kernel-config-2.6:
Updated default kernel configurations for x86/amd64 to match the
2006.1 release.
08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh:
Add more error checking into the splash code and die instead of
silently fail on an error.
23 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
ia64/kernel-config-2.6:
Update config, fix #141949.
22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Added patch for suspend2 for bug #131202.
15 Aug 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix bug #143442.
13 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts:
Fix devfsd not kicking in on 2.4 on Alpha.
11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel.conf:
Add in the kernel version compatibility table from
http://www.am-utils.org/project-unionfs.html and ensure that
genkernel dies if the unionfs module fails to build. Until now,
it would fail and the build would continue without it.
01 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh:
We should be checking for /usr/bin/splash_geninitramfs, instead.
31 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself
digs it :)
20 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_initramfs.sh, genkernel:
Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
18 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel:
Commit patches #91453, #91481 from bug #139866.
18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Added megaraid drivers for bug #139888.
16 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh:
Added fix for bug #140445.
11 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf:
Commit patch for bug #139866 by Martin Parm.
05 Jul 2006; Joshua Kinard <kumba@gentoo.org> generic/linuxrc:
Tweak the sgimips section for rootfs mounting to use squashfs
instead of ext2.
30 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix "Cannot read /proc/mounts" cosmetics.
30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
We need firmware_class in our initramfs for ide-cs to work.
20 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel,
genkernel.conf,
-pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
+pkg/busybox-1.1.3+gentoo.tar.bz2:
Bump busybox to 1.1.3 courtesy of `Kumba.
19 Jun 2006; Joshua Kinard <kumba@gentoo.org>
gen_initramfs.sh, -mips/ip22r4k-2006_0.cf,
+mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf,
+mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf,
+mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf,
+mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf,
+mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf,
mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf,
+mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x:
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.
12 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/busy-config:
Enable the config option for busybox's --install parameter.
12 Jun 2006; Joshua Kinard <kumba@gentoo.org>
mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf:
Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot
Busybox configs to match with busybox-1.1.3.
10 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/config.sh:
Modernize the mips genkernel config.
10 Jun 2006; Joshua Kinard <kumba@gentoo.org>
-mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf,
-mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf,
-mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf:
Remove old configs.
10 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
We can't use vol_id since it was a part of udev.
09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
genkernel.8:
Added --static to man page for bug #135703.
09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
Add a modified version of the two LUKS patches that made their
way into bugzilla for bug #122421.
09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, generic/initrd.defaults, generic/linuxrc,
x86/modules_load, x86_64/modules_load, xen0/modules_load,
xenU/modules_load:
Added code to allow the root file-system to be a module. This
is for bug #118098.
09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Changed real_init to init_opts to be more accurate, and added a
proper real_init option to allow the selection of the init
executable to run. This is for bug #113426.
09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh, gen_initrd.sh:
Added fix for bug #134843 from Thomas Raschbacher
<lordvan@gentoo.org> for evms and later glibc versions.
05 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
genkernel.8:
Fixed man page. Thanks to Andrew Yates <andrew@andrewyates.net>
for the patch.
01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/busy-config, ia64/busy-config, mips/busy-config,
parisc/busy-config, parisc64/busy-config, ppc/busy-config,
ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
um/busy-config, x86/busy-config, x86_64/busy-config,
xen0/busy-config, xenU/busy-config:
Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on
read, used for keymap selection.
01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
More spacing cleanups.
01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
I accidentally removed some stuff that needed to be there in my
overzealous debug cleanup.
01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Cleaning up debug statements.
31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Ooops... forgot my then after elif. I hope nobody noticed.
31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Change cp to mknod for sr0/loop0 for mips and also for tty1 for
splash.
30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Change cp to mknod for console/null.
25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Fix an error in setup_unionfs and add in some debug support to
figure out why/where this initramfs is stopping.
24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Fixed up TODO with actual working code since we don't have awk.
24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Add in image.squashfs as a squashfs loop, since it is now the
default in catalyst. Also, added a nice TODO about docache and
size restrictions into cache_cd_contents.
19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_cmdline.sh:
Just some spacing clean ups in the long usage listing.
19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
genkernel.conf:
Comment the rest of the udev syuff from genkernel.conf as it
shouldn't be necessary anymore with mdev.
19 May 2006; Tim Yamin <plasmaroo@gentoo.org>
alpha/busy-config, gen_compile.sh, gen_initramfs.sh,
generic/initrd.scripts, generic/linuxrc, genkernel,
genkernel.conf, ia64/busy-config, mips/busy-config,
parisc/busy-config, parisc64/busy-config,
-pkg/busybox-1.00-headers_fix.patch,
-pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2,
+pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
ppc/busy-config, ppc64/busy-config, sparc/busy-config,
sparc64/busy-config, um/busy-config, x86/busy-config,
x86_64/busy-config, xen0/busy-config, xenU/busy-config:
Update to busybox 1.1.0; port over to use mdev.
07 May 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
genkernel:
Fix #132408.
07 May 2006; Tim Yamin <plasmaroo@gentoo.org>
gen_initramfs.sh, gen_initrd.sh:
Fix #131769.
27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh:
Added patch for unionfs from bug #129965.
27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh:
Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:
Added some more modules to MODULES_SCSI that could be used to
boot from a genkernel-compiled kernel on a live system.
17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, generic/initrd.scripts, generic/linuxrc:
Added patch from Mike Auty for udev 088+.
17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:
Added 3ware card drivers to scsi modules on x86/amd64/alpha.
17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel:
Updated to *hopefully* work with udev 087.
14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> alpha/config.sh,
ia64/config.sh, parisc/config.sh, parisc64/config.sh,
ppc/config.sh, ppc64/config.sh, sparc/config.sh,
sparc64/config.sh, um/config.sh, x86/config.sh,
x86_64/config.sh, xen0/config.sh, xenU/config.sh:
Fix #107628.
14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts,
generic/linuxrc, genkernel:
->3.3.11d. Fix #121616, #128805, #129887, #129910.
14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Forgot one part of the patch from bug #121334.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel, genkernel.8:
Updated the unionfs compiling section. This *should* allow
unionfs to build on supported kernels.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Uncommented suspend2 support from bug #114266.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Added unionfs patches from bug #121334.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc, genkernel,
x86/busy-config, x86/modules_load, x86_64/busy-config,
x86_64/modules_load, xen0/busy-config, xen0/modules_load,
xenU/busy-config, xenU/modules_load:
Added a check for /dev/tty0 to setup_keymap, added raid
personality modules for EVMS, and fixed lots of space/tab
issues, along with a general style cleanup. I'm calling this
one 3.3.11b internally, and hopefully it will be added to the
tree if it resolves bug #124388.
13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
dobladecenter->slowusb
06 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
+pkg/klibc-1.2.1-nostdinc-flags.patch:
Add hardened fix for bug #128806.
24 Mar 2006; Tim Yamin <plasmaroo@gentoo.org>
ia64/kernel-config-2.6:
Update config for the new Fusion MPT CONFIG_ options on newer
2.6 kernels; bug #125353.
10 Mar 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix bug #124251.
14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Updated copyright notice to get KingTaco off my back.
14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh, gen_initrd.sh:
Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for
pointing it out.
08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh:
Changed unpacking of klibc to use tar j instead of tar z.
08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
genkernel.conf:
Let's use the bzip2 tarball of klibc by default form now on,
shall we...
07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
+pkg/klibc-1.1.16-sparc2.patch:
Added klibc patch for sparc to CVS (from distfiles). This is
3.3.11 so like... run in fear or something...
02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
gen_initrd.sh, genkernel:
Added patch from Kumba to make certain initrd functions less
mips-specific.
27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel:
Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
unset temp vars so they get cleaned up
26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_initramfs.sh, genkernel:
bump to pre6. resets ARCH env var after utils are compiled
25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_arch.sh, gen_compile.sh, genkernel:
Added sparc patches for udev/klibc.
24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
gen_determineargs.sh, genkernel:
Added nice and fun patch from dostrow for building on ppc64 (and
possibly others) with mixed kernel/userland.
23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Added fix for bug #120031.
20 Jan 2006; Joshua Kinard <kumba@gentoo.org>
+mips/ip32rm52-2006_0.cf:
Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada")
15 Jan 2006; Joshua Kinard <kumba@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, genkernel:
Add support to genkernel to build a monolithic kernel by
skipping module building sections when
--static is passed on the gk commandline.
12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh:
Added comment about utils breaking udev so we don't break it
again inadvertently.
12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch:
Added busybox headers fix (_pre2) and changed utils to runtask
on udev build (_pre3).
12 Jan 2006; Joshua Kinard <kumba@gentoo.org>
netboot/linuxrc.x:
chmod +x the udhcpc script on bootup
12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel, -pkg/byteswap.h:
Added patch from bug #118324.
10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
x86/modules_load, x86_64/modules_load, xen0/modules_load,
xenU/modules_load:
Added additional SATA controllers to MODULES_SATA for loading
into the initrd/initramfs image.
07 Jan 2006; Joshua Kinard <kumba@gentoo.org>
gen_initramfs.sh, +mips/ip22r4k-2006_0.cf,
+mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf,
+mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf,
+mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot,
+netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin,
+netboot/misc/bin/net-setup, +netboot/misc/etc,
+netboot/misc/etc/fstab, +netboot/misc/etc/group,
+netboot/misc/etc/inittab, +netboot/misc/etc/passwd,
+netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf,
+netboot/misc/etc/shadow, +netboot/misc/etc/shells,
+netboot/misc/usr, +netboot/misc/usr/share,
+netboot/misc/usr/share/terminfo,
+netboot/misc/usr/share/terminfo/p,
+netboot/misc/usr/share/terminfo/p/putty,
+netboot/misc/usr/share/udhcpc,
+netboot/misc/usr/share/udhcpc/default.script:
Import the Genkernel-side of things for the catalyst2 netboot2
module
06 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
udev compile change from runtask to utils
03 Jan 2006; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh,
gen_initramfs.sh, genkernel:
Fix #115263, #117392, add a fix to sanify LOCALVERSION if
unresolved variables are embedded.
02 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Updated Fusion MPT support for bug #117114.
21 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
Fix --kernel-cross-compile with PPC64.
18 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel:
Add a compile_klibc(...) fix for old GNU tars and patch the
klibc Makefile to leave /lib alone.
16 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
runtask -> utils for compile_klibc.
16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel:
Added x86/klibc fix.
16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
Added HERMES support to use in-kernel driver rather than
external.
15 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
Fix #109196.
15 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
+pkg/byteswap.h:
Fix to allow udev 076 and udev 077 to compile... add a missing
file byteswap.h to klibc-1.1.1
15 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
genkernel.conf:
Removed versions from all packages that are pulled from upstream
so we can use sed in the ebuild to set these, making maintenance
easier.
09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
add quotes to the ARCH= stuff for the kernel
09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Forcibly set the ARCH when compiling the kernel
07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
Changed CONFIG_BLK_DEV_MD=y for bug #112962.
06 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader_grub.awk:
Fix #100637.
05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Back out suspend2 support temporarily as per #114266 comment 10.
05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix #113634, #114266.
05 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
Added USB Printer support for bug #114496.
28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
Added sata_mv to x86/amd64 for Marvell SATA controllers and
updated 2.6 kernel config for x86 to match what would be used on
a current 2.6.14 LiveCD.
23 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Version Bump 3.3.8
23 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Fix bug 113287
22 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel.conf:
Update unionfs in genkernel.conf to 1.1.1
21 Nov 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
fix for sys delete bug 109819
21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
genkernel.conf:
Add support for dmraid1.0.0.rc9 to fix bug 94762
21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
gen_initrd.sh, gen_moddeps.sh, gen_package.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.
18 Nov 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Fix {PPC+Catalyst+Pegasos} build failure regression.
17 Nov 2005; Tim Yamin <plasmaroo@gentoo.org>
-pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2:
Remove obsoleted udev...
17 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_determineargs.sh, genkernel.conf:
Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+
kernels
04 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_arch.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.scripts, generic/linuxrc, genkernel, +mips,
+mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf,
+mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf,
+mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf,
+mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips,
+pkg/mips/.keep:
Added patches from bug #106338. This means mips support in
genkernel. Blame Kumba.
28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc, genkernel:
Changed the version indicator, fixing fstab generation for
unionfs, and resolving bug #103332.
28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh:
Made symlink relative for bug #105572.
28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2:
Upgraded to udev 068 and also closing bug #103936.
28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_funcs.sh:
Added fix for bug #103717.
21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
Updated x86 2.6 kernel configuration.
10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86/modules_load, x86_64/modules_load:
Added fix for bug #102006.
31 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Update genkernel version number
31 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
CONFIG_PRINTER=m for bug #104229.
30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Add nodetect and doload patch from bug #102643, with some
modifications.
16 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
Fix for bug 83276 and add udevsend binary to initramfs for newer
udevs
16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Added dm-mirror to dmraid on all supported arches for bug
#102739.
15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
Fix #101716.
15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_configkernel.sh:
Fix #88080.
15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
Fix #102407.
15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
Fix #102491.
11 Aug 2005; Eric Edgar <rocket@gentoo.org>
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files
under MODULES_LVM2.
11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
Fix for bug 91966. Link lib64 to lib in the initramfs
11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
generic/linuxrc:
Fix for newer udevs to detect udevstart
06 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_configkernel.sh:
Fixed config parsing for dmraid/lvm2 to only set =m if item is
not set. Closing bug #101535.
02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
ppc/config.sh, ppc64/config.sh:
Fix incorrect commit
02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
gen_initramfs.sh, ppc/config.sh, ppc64/config.sh:
Create symlink to init named linuxrc. In preparation for the
need to pack the cpio into the kernel
02 Aug 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts:
Add iseries virtual cdrom auto scanning support
01 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Remove unnecessary check for multiple running genkernels.
01 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh,
genkernel:
kerncache wasnt sending the config to /etc/kernels properly
30 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
generic/initrd.scripts, generic/linuxrc, genkernel,
ppc/config.sh:
Fix cosmetics and PPC without --genzimage.
30 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.defaults, generic/initrd.scripts,
generic/linuxrc, genkernel:
Finally making the --bladecenter/dobladecenter stuff correct.
Thanks plasmaroo for helping me wrap my head around how this
works and to remove my dirty hack.
29 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel:
>> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_initramfs.sh, gen_initrd.sh, generic/linuxrc:
Fixed up the BladeCenter support some more.
29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Added bladecenter boot-time option, also... so kernels don't
*have* to be built with --bladecenter.
29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Fixed up --bladecenter expressions
29 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_initramfs.sh:
Fix a few directory creation issues and a typo
29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts,
generic/linuxrc:
Added --bladecenter for slow USB CD on IBM BladeCenter.
29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
Better genkernel.log output for initramfs
29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
print warning that unionfs flag is disabled at this time
29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
Remove normal access to unionfs
29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
Change unionfs so that it is clearly noted as experimental
28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh,
generic/linuxrc:
Fix cp /dev/tty1 error message
28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh:
Fix ppc not compiling without --genzimage
28 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
generic/linuxrc, genkernel, genkernel.8,
pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh:
>> 3.3.1. Fix #100144, #100169, #100583.
25 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_package.sh:
Remove extra TEMP checking code that was commented out
25 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_package.sh, genkernel:
Add kernelz- to minkernpackage and kerncache
22 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_package.sh:
Remove extra checks that fail
20 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh:
Fix minkernpackage breakage regarding the TEMP and TMPDIR
variable
19 Jul 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts:
Switch order of error messages to make less confusing
19 Jul 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts, generic/linuxrc, genkernel:
Fix exit 1 issue being always called. Add UID support for
unionfs. add check for livecd.unionfs file on blockdev
19 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc,
genkernel:
Fix --no-install cleaning the tmpdir bug that plasmaroo reported
18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Fix info about the framebuffers
18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
genkernel:
cause genkernel to die if cant write to the DEBUGFILE. remove
extra info strings that arent necessary
18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Fix genkernel finishing info messages to be more accurate
18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
genkernel:
Cleanup tmpdirs if genkernel dies abnormally
18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh:
Fix evms bugs with missing sbin for an initrd
18 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_initramfs.sh:
Fix evms bugs with missing sbin. Remove prepare line as it
probably isnt necessary
18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_bootloader.sh,
gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh,
gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
generic/linuxrc, genkernel, genkernel.conf:
Create additional cleanup options. --postclear for final
cleanup and 2 new genkernel.conf options. Also fixup TEMP dir
creation and extraneous %%ARCH%% creation in the cache_dir
16 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_initramfs.sh, gen_initrd.sh, genkernel:
Fix #98886.
15 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel:
>> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting
called as early as it should,
14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts:
Fix '[: /dev/md: unknown operand' for LiveCD boots.
14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
ia64/kernel-config-2.6:
Add USB Storage support.
14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix bug #80617.
14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, +gen_bootloader_grub.awk,
gen_determineargs.sh, genkernel, ia64/kernel-config-2.6:
Fix #98944, add GRUB :root_device support and add a more
versatile grub.conf updater.
14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.6:
Add an updated x86 kernel config from wolf31o2.
13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
alpha/busy-config, ia64/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
sparc/busy-config, sparc64/busy-config, um/busy-config,
x86/busy-config, x86_64/busy-config, xen0/busy-config,
xenU/busy-config:
Add CONFIG_ASH_TIMEOUT.
13 Jul 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts:
Fix find|grep output
13 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
Fix typo for evms and removing the swap libs in gen_initramfs
13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
alpha/busy-config, gen_bootloader.sh, gen_compile.sh,
gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh,
gen_package.sh, generic/initrd.scripts, generic/linuxrc,
genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config,
parisc64/busy-config,
-pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
-pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
+pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config,
ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
um/busy-config, x86/busy-config, x86_64/busy-config,
xen0/busy-config, xenU/busy-config:
Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX:
upgraded busybox to 1.00, porting in my read -t and mdstart
patches.
13 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Fix for bug 97672. Call get_KV to get the KV after the prepare
has been run
12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
Fix minor print bug 98744. Shouldnt affect operation but it
could be annoying
12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Fix for hardened/selinux systems to have extened attributes, per
r2d2's request
12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, genkernel:
Adding --symlink to fix bug 98716
12 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts, generic/modprobe, genkernel,
genkernel.conf:
>> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/linuxrc:
Added multilib cdboot patch.
11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
genkernel, genkernel.conf:
ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
11 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh:
Fix bug 97700. Add additional check for kernel source directory
earlier
11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_arch.sh:
Fix bug 95280 in genkernel. ARCH_OVERRIDE in
/etc/genkernel.conf should work now
11 Jul 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc:
remove extra make prepare in gen_determineargs.sh that breaks
things. Fix md /dev creation bug 98193
11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
Fix bug 98661 with the missing underscore in gen_cmdline.sh
11 Jul 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Fix to let the /mnt/cdrom/cdupdate.sh script run just before the
chroot
11 Jul 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts:
send stderr to /dev/null for lvm startup
10 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, generic/linuxrc, genkernel:
Fix #93178, #98436, #98501
08 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_initramfs.sh, generic/initrd.defaults,
generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8,
genkernel.conf, x86/busy-config, x86_64/busy-config:
>> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find:
...' errors.
01 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos:
Update Pegasos config from dholm.
01 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
fix bug 97378; setup the PATH environment properly.
29 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
+pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2:
Downgrade to 054.
29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
gen_determineargs.sh:
fix unionfs-modules-bincache naming error. Fix directory change
error on unionfs
29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
run modules_prepare in the kernel tree before unionfs modules
compile
28 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
pkg/udev-058.tar.bz2:
Revert to 1.1.
28 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2:
changed to backticks and changed /bin/bash back to /bin/sh
which is a valid shell inside the initrd/initramfs
27 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel, genkernel.conf, -pkg/udev-054.tar.bz2,
+pkg/udev-058.tar.bz2:
Update udev and fix for SPARC64.
27 Jun 2005; Eric Edgar <rocket@gentoo.org>
gen_configkernel.sh:
bug 97051: Initramfs on 2.6+ kernels dont require ext2
filesystem so can drop this forced entry.
27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
Change all EVMS/evms to EVMS2/evms2 for consitency. Also,
enabled dodmraid by default.
27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
generic/linuxrc:
Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/modules_load, x86_64/modules_load:
Changed sata_vitesse to sata_vsc and closing bug #97089.
27 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
linuxrc that should not create avc denied messages for a
hardened system.
24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
_pre12... ph43r...
24 Jun 2005; Eric Edgar <rocket@gentoo.org> genkernel:
Add info for cmdline usage to genkernel
23 Jun 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts:
Fix confusing volume manager message
23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/modules_load, x86_64/modules_load:
Add Fusion MPT support
23 Jun 2005; Eric Edgar <rocket@gentoo.org> x86/modules_load:
Add Fusion MPT support for VMWare machines
23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Add missing else
23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Fix missing elif
22 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel, pkg/udev-054.tar.bz2:
Fix #76082, #86487, #87673, #95993.
22 Jun 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Fix bug 87673. Option passing for dmraid. dodmraid= on the
cmdline. sets up /sbin/dmraid -ay .
22 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
Fix for bug 86487. Allowing a subdirectory of a block device to
be chrooted from and booted. New cmdline option subdir=
22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Fix udev for sparc so it compiles properly
22 Jun 2005; Eric Edgar <rocket@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
Remove sort because busybox is not compiled with it. Remove
unnecessary UML fixes
22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh:
Fix bug 68903; Allows the CROSS_COMPILE env to be set for
kernel compiles. Added --kernel-cross-compile= option
21 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
genkernel, genkernel.8:
Fix #95993, #96300.
20 Jun 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh:
Fix genkernel crash when .config is present and testing for
Localversion info on a 2.6 kernel
17 Jun 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh:
Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they
dont do localversion checks as they dont support it
16 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
udev build fix for no ARCH=um architectures
16 Jun 2005; Eric Edgar <rocket@gentoo.org>
gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
gen_moddeps.sh, genkernel:
Localversion changes to kerncache, and added a sleep statement
so modprobe loop has a chance to work
15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Fix devfs for those archs that still need it.
15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_funcs.sh,
gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
generic/initrd.defaults, generic/initrd.scripts,
generic/linuxrc, genkernel, genkernel.conf:
Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with
regard to initramfs.
15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos,
ppc/config.sh:
Fix Pegasos on initramfs and add an updated Pegasos config,
thanks dholm!
12 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix 'lib64: No such...' error.
07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_package.sh:
Fixing up minkernpackage
07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86_64/kernel-config-2.6:
Added floppy module to kernel config for bug #95272.
04 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
x86_64/kernel-config-2.6:
Disable sound stuff, #92711.
03 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, genkernel:
Fix syntax.
02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh:
Add GRUB support cleanup by Richard Morris (#59192) to show an
error if we can't work out device nodes and tell the user to
manually generate grub.conf.
02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
+gen_initramfs.sh:
Add gen_initramfs.sh into CVS from rocket's initramfs support
patches.
02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Fix #94860; clean up concurrent compile tmpdir-setting.
02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
alpha/busy-config, generic/initrd.defaults,
generic/initrd.scripts, generic/linuxrc, genkernel.8,
ia64/busy-config, parisc/busy-config, parisc64/busy-config,
ppc/busy-config, ppc64/busy-config, sparc/busy-config,
sparc64/busy-config, um/busy-config, x86/busy-config,
x86_64/busy-config, xen0/busy-config, xenU/busy-config:
Remove evms and lvm2 from default boot args (they cause hardware
issues, so users should explicitly specify them); add NFSboot
support patches by Thomas Seiler.
02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/kernel-config-2.6:
Updated x86 2.6 kernel to 2005.0 config.
02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
alpha/kernel-config-2.4, +alpha/kernel-config-2.6,
alpha/modules_load, um/modules_load, x86/modules_load,
x86_64/modules_load, xen0/modules_load, xenU/modules_load:
Updated alpha kernel configs to 2005.0 configs and updated
modules_load for alpha, um, x86, x86_64, xen0, and xenU to match
x86.
02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_configkernel.sh:
Added config parsing for dmraid modules if genkernel is called
with --dmraid
25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
gen_configkernel.sh:
Added check for --lvm2 and enable lvm2-required modules if they
are not enabled already in the supplied .config file.
25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
x86/modules_load:
Adding back in atp870u to modules_load on x86.
02 May 2005; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
Add ata_piix.
22 Apr 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
Added support for reading /mnt/cdrom/cdupdate.sh if its
executable on the livecd
22 Apr 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel,
genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64,
+pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0,
+pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos,
ppc/config.sh, +um, +um/busy-config, +um/config.sh,
+um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load,
+xen0, +xen0/busy-config, +xen0/config.sh,
+xen0/kernel-config-2.4, +xen0/kernel-config-2.6,
+xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh,
+xenU/kernel-config-2.4, +xenU/kernel-config-2.6,
+xenU/modules_load:
>> 3.2.0_beta1; now with extra froz-faktor <TM>.
29 Mar 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
fixed bug in scan delay so that it will work with both udev and
devfs
13 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Add missing mkdir -p /etc/sysconfig to linuxrc.
12 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Get udev to go as the default manager if the udev binary exists
and 2.6 or above is being used.
11 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
mkdir -> mkdir -p
10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel:
Fix udev.rules install issue.
10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel, genkernel.conf, -pkg/udev-039.tar.bz2,
+pkg/udev-054.tar.bz2:
>> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
08 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.defaults, generic/linuxrc:
Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to
fix dmraid with cdroot.
07 Mar 2005; Eric Edgar <rocket@gentoo.org>
gen_configkernel.sh:
Fix possible broken pipe error message when configuring the
kernel
07 Mar 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
Fix for broken pipe when configuring busybox in the
gen_compile.sh script
07 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel, x86/modules_load, x86_64/modules_load:
>> 3.1.1d. Add sata_qstor; fix #83328.
03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts:
Check for dummy 'livecd' file instead of 'gentoo'.
03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts, genkernel:
>> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD
media; requires Catalyst 1.1.6.
02 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel,
genkernel.conf:
Bump dmraid, >> 3.1.1.b.
01 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel:
Fix 2.4 -j0 issue.
28 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
Fix -j0 2.4 modules breakage.
25 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
generic/initrd.defaults, genkernel, x86/modules_load,
x86_64/modules_load:
>> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where
there seem to be problems with KLibC+udev so use a static udev
on those.
24 Feb 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8:
Add support for maxkernpackage
creates a tarball containing:
kernel
initrd
contents of /lib/modules
kernel config
24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
Fix 2.4 strict flag filtering issue.
24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
Document arbitrary scandelay initrd option.
20 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel:
Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
18 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel, pkg/udev-039.tar.bz2, x86/modules_load:
Fix #58686 and #80716.
17 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2:
Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
31 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Fix #77259.
30 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel:
Fix #79999.
27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
-eq >> = for the LVM and EVMS2 checks.
27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
genkernel:
Add patch for turning off LVM and EVMS2 optionally at boot time
even if compiled into initrd; bug #79755.
26 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
Fix #79502; thanks to rocket for the patch.
22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Make udev default for 2.6+
22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Add missing #72253 patch.
22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Add missing echo; #77363.
22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc,
genkernel:
>> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
10 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_initrd.sh:
Add --evms2 patch by Eric Edgar; bug #77385.
21 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
pkg/dietlibc-0.27.tar.bz2:
>> 3.1.0d; bug #73112.
17 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
Removing tmscsim module; bug #72055.
01 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
Fix for bug #73054.
30 Nov 2004; Tim Yamin <plasmaroo@gentoo.org>
gen_determineargs.sh, gen_initrd.sh:
>> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh.
29 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Bugfix for bug #72342.
27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
+genkernel.8:
Time for our own manpage...
27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel,
genkernel.conf:
LVM2 compilation support; thanks to Eric Edgar for the patch.
Bug #72129.
27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
generic/initrd.scripts, generic/linuxrc:
Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
Adding MODULES_LVM2; #72129 // #72253.
13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_initrd.sh:
Adding user-specified /linuxrc support; bug #66198.
13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
ramdisk=8092 >> ramdisk_size=8092; bug #64864.
13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
Adding EVMS2 support; bug #61827.
13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
LVM fix, bug #69745.
05 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
Fix for --minkernpackage and 'kernel' only instead of all; bug
#70193.
26 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
uchi-hcd >> uhci-hcd.
25 Oct 2004; Mike Frysinger <vapier@gentoo.org> gen_cmdline.sh:
clean up some of the help output
23 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> README,
gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts,
generic/linuxrc, genkernel, genkernel.conf,
-pkg/busybox-1.00-pre2-decl.patch,
pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
-pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2,
-pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load:
>> 3.1.0b.
09 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
vgscan >> lvm; bug #44091.
02 Oct 2004; Travis Tilley <lv@gentoo.org> x86_64/modules_load:
fix the sata crap
27 Sep 2004; Travis Tilley <lv@gentoo.org>
x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp,
x86_64/modules_load:
add bluetooth for one user's bluetooth kb+mouse, fix usb module
stuff, add in support for an ide chipset used in some em64t boxes
27 Sep 2004; Travis Tilley <lv@gentoo.org>
x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye!
26 Sep 2004; Travis Tilley <lv@gentoo.org>
x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
new generic genkernel configs. em64t support, here we come
19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.6:
Adding CONFIG_CRYPTO_ARC4=m; bug #58360.
19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh:
Adding updated grub.conf patch from Mathias Gug, bug #57576.
19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
gen_funcs.sh, genkernel:
Adding robbat2's patch for bug #62365.
19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
genkernel, genkernel.conf,
pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
-pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2:
Disabling dietlibc usage for devfsd and modutils; dietlibc
updated to a new Hardened-aware version. Bug #60862.
18 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_package.sh:
Adding missing {} around a logic check; bug #64514.
23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
--no-lvm-2 >> --no-lvm2 as it should be.
23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh:
Updated the --cache-dir patch to patch #36982.
14 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
+ia64, +ia64/busy-config, +ia64/config.sh,
+ia64/kernel-config-2.6, +ia64/modules_load:
Added an ia64 config.
11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Added a check to disable udev on 2.4 kernels; bug #59687.
11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
generic/initrd.scripts, generic/linuxrc, genkernel:
Added LiveCD udev support.
07 Aug 2004; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.6, x86/modules_load:
modules_load cleaned up to match the version used for the 2004.2
release, also added BusLogic=m to the 2.6 configartion: bug #59310.
30 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
generic/initrd.scripts:
Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos,
supposedly.
29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf:
Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
genkernel:
'-ne' >> '!=' for LVM2 static support to work properly; bug
#58816.
28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.4:
Ext3 shouldn't really be a module - bug #58663.
28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
generic/linuxrc:
Fix for "udev" not having to be passed to the linuxrc; and a fix
for the devfsd bincache not being used.
28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel,
genkernel.conf, +pkg/udev-030.tar.bz2:
>> 3.0.2e. Code formatting fixes from Bob Barry, as well as a
patch for bug #57953 from Martin Parm. Udev support, bug #49328.
22 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
Fix for bug #57865. Thanks to Martin Parm for the patch!
21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
Added a patch for only [re]mounting /boot when installation is
required. Patch from bug #57836 by Martin "Parmus" Parm.
21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
+gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh,
genkernel, genkernel.conf:
GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for
the patch!
21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
gen_moddeps.sh, genkernel, genkernel.conf:
Adding a set of patches submitted by Martin "Parmus" Parm; bugs
#57748, #57749, #57751, #57752, and #57761.
16 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
gen_funcs.sh, genkernel:
Bug #57297 fix.
14 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
genkernel, pkg/modutils-2.4.26.tar.bz2:
>> 3.0.2d. Modutils ./configure* patch for HPPA and an option
parsing fix.
12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.6:
Added CONFIG_PRINTER=y; bug #47666.
12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
gen_configkernel.sh, x86/config.sh:
Added a sed to ensure Ext2 support is on; bug #52558.
12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
gen_initrd.sh, genkernel, x86/modules_load:
>> 3.0.2c. Added more PCMCIA modules to the x86 module list; and
added the bug
#52561 patch.
03 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Added a patch allowing arguments to be passed to init by
real_init=...; this closes bug #55736.
19 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
gen_configkernel.sh:
Fix for bug #54455; moved the code to create a backup .config
upwards since
before the "make mrproper" just wiped it out.
04 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
generic/keymaps.tar.gz:
New keymaps tarball lost the keymapList file; added back in.
03 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
gen_initrd.sh, gen_moddeps.sh, gen_package.sh,
generic/initrd.defaults, generic/initrd.scripts,
generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
genkernel, parisc/modules_load, parisc64/modules_load,
pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
ppc/modules_load, ppc64/modules_load, sparc/modules_load,
sparc64/modules_load, x86/kernel-config-2.4,
x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
New release:
* Busybox patched to support loops on 2.4 thus giving 2.4
squashfs
support.
* Various bug fixes; #46167, #46278, #47551, #48219, #48308,
#48339, #49728, #51395, #51948.
* Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
applicable.
11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org>
x86/kernel-config-2.6:
Modularized parallel support in the X86 2.6 configuration.
11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
generic/linuxrc, genkernel:
Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD
mount issues.
02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
Added an error message for mistyped options [ Bug #45946 ] and
also shortened the help list into two sections: a long one specified by
--help and a short default one.
02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
genkernel:
Fix for bug #46596; version header update.
28 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
Applied the fixed for ``docache'' to work properly on zisofs.
27 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
A few short fixes: reduced compilation verbosity; bootsplash fix
to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash'
and also docache support which should work on at least loopFSes for now.
22 Mar 2004; Jason Wever <weeve@gentoo.org> sparc/config.sh:
Fixed MAKEOPTS for sparc32 so kernels will reliably build.
21 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> README, TODO,
gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
generic/initrd.defaults, generic/initrd.scripts,
+generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
genkernel, genkernel.conf, x86/modules_load:
Version bump. Closes bugs #34948, #37371, #41129, #41166,
#42725, #42815, #44127, #44556, and #44601.
20 Mar 2004; Tim Yamin <plasmaroo@gentoo.org>
-pkg/busybox-1.00-pre8-alpha.patch,
-pkg/busybox-1.00-pre8-crypto-losetup.patch,
-pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
Removing broken 1.00-pre8 busybox.
08 Mar 2004; Tom Gall <tgall@gentoo.org>
+ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5:
g5 and pseries kernel config
08 Mar 2004; Brad House <brad_mssw@gentoo.org> +ppc64,
+ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load:
ppc64 profile
06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
+ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload,
+ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload:
What stuff needs to be automatically loaded for each kernel
06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
bugfixes - posible /proc mounting lock bug solution included (removed
rivafb support)
06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
bugfixed kernels - still rivafb enabled
01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel:
version bump
01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf:
busybox version change
27 Feb 2004; Daniel Robbins <drobbins@gentoo.org>
gen_initrd.sh:
initrd bootsplash fix to use "default"
27 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
-ppc/G3, -ppc/G3-SMP:
Migrated G3 into G4
26 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
+ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5,
+ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4,
-ppc/kernel-config-2.4-g5:
Updated kernel .configs.
G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA
Others are being tested right now
25 Feb 2004; Brad House <brad_mssw@gentoo.org>
+pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2:
busybox pre7 patched
25 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
-pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2,
+pkg/busybox-1.00-pre8-alpha.patch,
+pkg/busybox-1.00-pre8-crypto-losetup.patch,
+pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
busybox update and alpha fix
25 Feb 2004; Brad House <brad_mssw@gentoo.org>
generic/linuxrc, generic/modprobe:
script updates, less debugging, and modprobe return code fix
25 Feb 2004; Brad House <brad_mssw@gentoo.org>
x86/kernel-config-2.4:
too many complaints, make reiser static
22 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
version update
22 Feb 2004; Brad House <brad_mssw@gentoo.org>
+pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2:
busybox tarball
22 Feb 2004; Brad House <brad_mssw@gentoo.org>
generic/linuxrc, genkernel.conf,
-pkg/busybox-1.00-pre7-crypto-losetup.patch,
-pkg/busybox-1.00-pre7-crypto-patched.tar.bz2,
x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines,
+x86_64/kernel-config-2.6-smp:
gcloop fixes
14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
create /dev/console if for some reason /dev wasn't on the fs
14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
temp move
14 Feb 2004; Brad House <brad_mssw@gentoo.org>
+pkg/busybox-1.00-pre7-crypto-patched.tar.bz2:
pkg
14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf,
-pkg/busybox-1.00-pre3-patched.tar.bz2,
-pkg/busybox-1.00-pre3.tar.bz2,
+pkg/busybox-1.00-pre7-crypto-losetup.patch:
busybox updates
14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
gcloop fix
14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
+pkg/ppc, +pkg/ppc/README:
updates
14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
initrd updates for correctness, squashfs, and gcloop
12 Feb 2004; Luca Barbato <lu_zero@gentoo.org> +pkg/ppc64,
+pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh,
+ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5,
+ppc/modules_load:
pvdabeel's first import.
08 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
typo
07 Feb 2004; Brad House <brad_mssw@gentoo.org>
generic/linuxrc, genkernel:
beta10 finalizations
07 Feb 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
make modules_install should use -j1 only
07 Feb 2004; Brad House <brad_mssw@gentoo.org>
gen_configkernel.sh:
err, backed up wrong file :)
03 Feb 2004; Guy Martin <gmsoft@gentoo.org> +parisc64,
+parisc64/busy-config, +parisc64/config.sh,
+parisc64/kernel-config-2.4, +parisc64/modules_load,
+pkg/parisc64, +pkg/parisc64/README:
Ported to parisc64
31 Jan 2004; Brad House <brad_mssw@gentoo.org>
gen_determineargs.sh:
make commandline debugfile option work
30 Jan 2004; Brad House <brad_mssw@gentoo.org>
generic/modprobe, x86_64/modules_load:
modprobe fixes, and scsi module updates for x86_64
30 Jan 2004; Brad House <brad_mssw@gentoo.org>
generic/linuxrc, genkernel:
hwopts fix
28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
cleanups
28 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
debugfile truncation fix
28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
version bump
28 Jan 2004; Brad House <brad_mssw@gentoo.org>
x86/kernel-config-2.6, x86_64/kernel-config-2.6:
kernel config updates
28 Jan 2004; Brad House <brad_mssw@gentoo.org>
gen_configkernel.sh, genkernel:
misc fixes in relation to kernel configs
25 Jan 2004; Brain Jackson <iggy@gentoo.org>
x86/kernel-config-2.4:
new default config, works well with gentoo-sources
24 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_funcs.sh,
generic/linuxrc, genkernel:
updates
18 Jan 2004; Brad House <brad_mssw@gentoo.org> +alpha,
+alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4,
+alpha/modules_load, +pkg/alpha, +pkg/alpha/README:
add alpha profile
17 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
version bump
17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
must bind-mount dev for loop devices
17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
support multiple loop types
11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
not -t ext3 use -t ext2 Im and idiot
11 Jan 2004; Brad House <brad_mssw@gentoo.org>
generic/linuxrc, genkernel:
fix for loop device mounting
11 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
genkernel
11 Jan 2004; Brad House <brad_mssw@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
more fixes
11 Jan 2004; Brad House <brad_mssw@gentoo.org>
generic/initrd.scripts, generic/linuxrc:
fixes
11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
livecd fixes
10 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
uname machine for parisc, etc
08 Jan 2004; Brad House <brad_mssw@gentoo.org> +pkg/sparc,
+pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README:
dont forget placeholders for pkg directory
08 Jan 2004; Brad House <brad_mssw@gentoo.org>
x86_64/kernel-config-2.6:
updated config
08 Jan 2004; Brad House <brad_mssw@gentoo.org> +TODO:
todo
08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
version bump
08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
fix
08 Jan 2004; Brad House <brad_mssw@gentoo.org>
x86_64/kernel-config-2.6:
updated kernel config
08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
gen_funcs.sh, genkernel:
check for loop devices and fix debug printing
08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, generic/linuxrc, parisc/config.sh,
sparc/config.sh, sparc64/config.sh, x86/config.sh,
x86_64/config.sh:
add makeopts params, and fixes for if old coreutils is in root
05 Jan 2004; Jason Wever <weeve@gentoo.org> +sparc,
+sparc/busy-config, +sparc/config.sh, +sparc/kernel-config,
+sparc/modules_load, +sparc64, +sparc64/busy-config,
+sparc64/config.sh, +sparc64/kernel-config,
+sparc64/modules_load:
Added sparc and sparc64 dirs for genkernel.
03 Jan 2004; Guy Martin <gmsoft@gentoo.org> +parisc,
+parisc/busy-config, +parisc/config.sh,
+parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc,
+pkg/parisc/README:
Added parisc files
31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
+x86/kernel-config-2.4:
2.4 config thanks to iggycvs add kernel-config-2.4
24 Dec 2003; Brad House <brad_mssw@gentoo.org>
gen_determineargs.sh:
no bootsplash fix
24 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel:
reverse kernel compile with modules make
23 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
+genkernel, -genkernel.sh:
genkernel move
23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, gen_initrd.sh, generic/linuxrc,
genkernel.sh:
no initrd modules stuff
23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, +gen_package.sh, genkernel.sh:
changes for livecd stuff
22 Dec 2003; Brad House <brad_mssw@gentoo.org> README:
notes
22 Dec 2003; Brad House <brad_mssw@gentoo.org>
gen_determineargs.sh:
get extraversion properly
17 Dec 2003; Brad House <brad_mssw@gentoo.org>
-x86_64/modprobe:
remove modprobe from x86_64
17 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults,
generic/initrd.scripts, generic/linuxrc, generic/modprobe,
x86_64/modules_load:
fixes
17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
generic/linuxrc, -x86/linuxrc, x86/modules_load,
x86_64/modules_load:
more generic
17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
+generic, +generic/initrd.defaults, +generic/initrd.scripts,
+generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults,
-x86_64/initrd.scripts, -x86_64/linuxrc:
make more generic
16 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
+gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults,
+x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe,
x86_64/modules_load:
integrate new initrd, and module scanning
10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
killall
10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
devfsd fixes
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
typos
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
x86/config.sh, x86_64/config.sh:
fix
09 Dec 2003; Brad House <brad_mssw@gentoo.org>
+pkg/busybox-1.00-pre2-decl.patch:
stuff
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, x86/config.sh,
x86_64/config.sh:
different makes for kernel and utils
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, x86/config.sh, x86_64/config.sh:
add make variable
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
x86/config.sh:
KERNEL_MAKE_2 for sparc
09 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel.conf,
+pkg/busybox-1.00-pre3-patched.tar.bz2:
busybox stuff
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
gen_determineargs.sh, genkernel.conf, genkernel.sh:
add devfsd support
09 Dec 2003; Brad House <brad_mssw@gentoo.org>
+pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
+pkg/devfsd-1.3.25-dietlibc.patch:
devfsd dietlibc stuff
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
x86/config.sh, x86_64/config.sh:
fixes
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
umm, make configure scripts work with CC, AS, and LD set or unset
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
don't forget 'env' before
09 Dec 2003; Brad House <brad_mssw@gentoo.org>
+pkg/modutils-2.4.26.tar.bz2:
forgot modutils package
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
x86/config.sh, x86_64/config.sh:
need seperate toolkit for compilation of kernel and utils on sparc64
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
gen_determineargs.sh:
fixes for sparc, cant set LD or AS for sparc64
09 Dec 2003; Brad House <brad_mssw@gentoo.org>
gen_configkernel.sh, gen_determineargs.sh, genkernel.conf,
-x86/kernel-config, +x86/kernel-config-2.6,
-x86_64/kernel-config, +x86_64/kernel-config-2.6:
make friendly with 2.4
09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64,
+pkg/x86_64/README:
fixes
09 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh:
2.4 kernel updates
08 Dec 2003; Brad House <brad_mssw@gentoo.org> +README,
+gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh,
+gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh,
+gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg,
+pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2,
+pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86,
+x86/busy-config, +x86/config.sh, +x86/kernel-config,
+x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config,
+x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc,
+x86_64/modules_load:
add new genkernel dev