Commit Graph

86 Commits (cad80a20626f0ca1eede9ad3f06131842cd28911)

Author SHA1 Message Date
Andrew Gaffney 8de7311644 Added modified version of patch from gentoo bug #238707
16 years ago
Andrew Gaffney d07862bb8e Add --unionfs commandline option to enable building of unionfs-fuse
16 years ago
agaffney 5ae8f8faea Call arch_replace and cache_replace on fuse/unionfs-fuse vars
16 years ago
agaffney 6e47f147d8 Remove broken grub code
17 years ago
Chris Gianelloni 676dd5a061 Removed a large chunk of 2.4 kernel support. This will still require some fairly extensive cleaning to completely remove, but I'd say that without a shadow of a doubt, genkernel will not function on 2.4 kernels.
17 years ago
Chris Gianelloni d5b1e6a985 Removed all references to an initrd and renamed most initr{d,amfs} stuff to simply 'ramdisk' to simplify things for the future.
17 years ago
Chris Gianelloni 51c769f243 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.
17 years ago
Andrew Gaffney 2595125846 Set CMD_KEYMAP to default to yes, so it's enabled unless specifically disabled
17 years ago
Andrew Gaffney 3128691111 Get rid of --initramfs option as it doesn't do anything anymore
17 years ago
Andrew Gaffney d176b8c104 Get rid of the ENABLE_PEGASOS_HACKS hacks
17 years ago
Andrew Gaffney 7fab7bb1f9 Add support for --firmware-files option to make robbat2 happy
17 years ago
Andrew Gaffney 6ea20790b7 Add support for --firmware and --firmware-dir options to include firmware in the initramfs
17 years ago
Chris Gianelloni 58c13464ec Removing DEVFS support from genkernel since we don't support 2.4 kernels anymore. This is 3.4.10_pre2.
17 years ago
Chris Gianelloni a479c34552 This is the long-awaited unionfs code cleanup. All of the unionfs code in genkernel has been removed.
17 years ago
Andrew Gaffney 74ebf6cd74 Fix two calls to set_config_with_override on CMD_KERNCACHE and some indentation weirdness
17 years ago
Andrew Gaffney 050a1da1d2 Add --all-initrd-modules option to copy all kernel modules into initrd/ramfs. This is useful for netboot images
17 years ago
Andrew Gaffney 5ea7a1432f apply patch from John R. Graham <john_r_graham@mindspring.com> for bug 201482
17 years ago
Chris Gianelloni dfdb2b91ae 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.
17 years ago
Chris Gianelloni fba39b8f11 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.
17 years ago
Chris Gianelloni c239493fcd 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.
17 years ago
Chris Gianelloni 62b6035d2a Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
18 years ago
Chris Gianelloni 208a983055 Renamed gensplash to splash and marked gensplash as deprecated. This is 3.4.9_pre3 for testing.
18 years ago
Chris Gianelloni 10990c2210 Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will keep everything simplified if a newer EVMS/LVM version set appears.
18 years ago
Chris Gianelloni 364336c8dc 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.
18 years ago
Chris Gianelloni 497d9f9297 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.
18 years ago
Chris Gianelloni c24a91d307 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.
18 years ago
Andrew Gaffney 1bdb11467f enable CONFIG_INSMOD in all arch busy-config files
18 years ago
Chris Gianelloni 505cb92dc6 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.
18 years ago
Chris Gianelloni 89c7fbdde5 Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug #169383 to improve the --symlink option fairly significantly. This is going to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
18 years ago
Chris Gianelloni fe7457eba9 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.
18 years ago
Chris Gianelloni 8b4b874b64 Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add userspace suspend support to genkernel.
18 years ago
Chris Gianelloni b931ed00a0 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.
19 years ago
Tim Yamin 2376b18742 Commit patch for bug #139866 by Martin Parm.
19 years ago
Chris Gianelloni 3186bfc54c Add a modified version of the two LUKS patches that made their way into bugzilla for bug #122421.
19 years ago
Chris Gianelloni 5d0df2cf70 Added patch from Kumba to make certain initrd functions less mips-specific.
19 years ago
Chris Gianelloni f3ce3d4c4f Added nice and fun patch from dostrow for building on ppc64 (and possibly others) with mixed kernel/userland.
19 years ago
Joshua Kinard 7b40ee36b6 Add support to genkernel to build a monolithic kernel by skipping module building sections when
19 years ago
Tim Yamin ded2cbe1aa Fix #115263, #117392, add a fix to sanify LOCALVERSION if unresolved variables are embedded.
19 years ago
Eric Edgar 9a9a9ea8bb Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+ kernels
19 years ago
Chris Gianelloni e3344146cc 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.
20 years ago
Eric Edgar 17372a93a3 Fix a few directory creation issues and a typo
20 years ago
Chris Gianelloni b1329967a7 Added --bladecenter for slow USB CD on IBM BladeCenter.
20 years ago
Eric Edgar 38f0e76f3d Remove extra TEMP checking code that was commented out
20 years ago
Eric Edgar 8e4e996198 Add kernelz- to minkernpackage and kerncache
20 years ago
Eric Edgar cdc35d27db Remove extra checks that fail
20 years ago
Eric Edgar b5db161ef9 Fix evms bugs with missing sbin. Remove prepare line as it probably isnt necessary
20 years ago
Eric Edgar 6fd6712d41 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
20 years ago
Tim Yamin 66b5744621 Fix #98944, add GRUB :root_device support and add a more versatile grub.conf updater.
20 years ago
Tim Yamin 9a390bca98 Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX: upgraded busybox to 1.00, porting in my read -t and mdstart patches.
20 years ago
Eric Edgar 7b4a6eb417 Adding --symlink to fix bug 98716
20 years ago