Commit Graph

125 Commits (26ba1da86b2080fd070266225bf379633ce19760)

Author SHA1 Message Date
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 89f860a323 Added a --no-keymap option for bug #210886.
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 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 f86c24efb6 s/KERNELDIR/KERNEL_DIR/ for bug 201159
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 d0667a6beb 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.
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 4005d85692 Some more generalcleanup and adding support for using a config file other than /etc/genkernel.conf to add flexibility.
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
Chris Gianelloni 63a3dab6ca Added a second patch from John R. Graham <john_r_graham@mindspring.com> from bug #169383.
18 years ago
Chris Gianelloni 01a16e0aa2 Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs compilation. This is for bug #152945.
18 years ago
Chris Gianelloni c6619d5f91 Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option. This resolves bug #114156.
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
Tim Yamin 7925ead273 Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
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 b6500ce7f3 Just some spacing clean ups in the long usage listing.
19 years ago
Tim Yamin e5da5c9721 Fix #132408.
19 years ago
Chris Gianelloni da0a76e458 dobladecenter->slowusb
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 bc7f692892 Fix #102407.
20 years ago
Eric Edgar 0f513c2340 Fix incorrect commit
20 years ago
Eric Edgar 3185bee368 Create symlink to init named linuxrc. In preparation for the need to pack the cpio into the kernel
20 years ago
Tim Yamin 98d2144285 Fix cosmetics and PPC without --genzimage.
20 years ago
Chris Gianelloni b1329967a7 Added --bladecenter for slow USB CD on IBM BladeCenter.
20 years ago
Eric Edgar 97fd18b9ec print warning that unionfs flag is disabled at this time
20 years ago
Eric Edgar ad99a14f21 Remove normal access to unionfs
20 years ago
Eric Edgar 891ec6f8c3 Change unionfs so that it is clearly noted as experimental
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
Eric Edgar 5479a24735 Fix minor print bug 98744. Shouldnt affect operation but it could be annoying
20 years ago
Eric Edgar 7b4a6eb417 Adding --symlink to fix bug 98716
20 years ago
Eric Edgar 77b46e6aef ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
20 years ago
Eric Edgar 2cc5acf165 Fix bug 98661 with the missing underscore in gen_cmdline.sh
20 years ago
Tim Yamin 914dc2a937 >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find: ...' errors.
20 years ago
Eric Edgar 58fcd673e5 Fix bug 68903; Allows the CROSS_COMPILE env to be set for kernel compiles. Added --kernel-cross-compile= option
20 years ago
Tim Yamin 97a08cd055 Fix #95993, #96300.
20 years ago
Tim Yamin d5b75506fc Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with regard to initramfs.
20 years ago
Tim Yamin c4e3756059 >> 3.2.0_beta1; now with extra froz-faktor <TM>.
20 years ago
Eric Edgar e96618e06a Add support for maxkernpackage
20 years ago
Tim Yamin 405c8a1100 Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
20 years ago
Tim Yamin e27358d67e Add --evms2 patch by Eric Edgar; bug #77385.
20 years ago
Tim Yamin 5457e24271 LVM2 compilation support; thanks to Eric Edgar for the patch. Bug #72129.
20 years ago
Tim Yamin 11ca208e3f Adding user-specified /linuxrc support; bug #66198.
20 years ago
Tim Yamin 2515ff210a Adding EVMS2 support; bug #61827.
20 years ago
Tim Yamin 0165bead96 Fix for --minkernpackage and 'kernel' only instead of all; bug #70193.
20 years ago
Mike Frysinger 6ce56e0b95 clean up some of the help output
21 years ago
Tim Yamin 389b51f0c9 >> 3.1.0b.
21 years ago
Tim Yamin 912d78d9b8 --no-lvm-2 >> --no-lvm2 as it should be.
21 years ago
Tim Yamin 85917d6f04 Added LiveCD udev support.
21 years ago
Tim Yamin 5a3ac05d80 Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
21 years ago
Tim Yamin 70112f8546 >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a patch for bug
21 years ago
Tim Yamin 7c2d804462 GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for the patch!
21 years ago
Tim Yamin 5e44b9b039 Adding a set of patches submitted by Martin "Parmus" Parm; bugs #57748,
21 years ago
Tim Yamin e0af9e201d Bug #57297 fix.
21 years ago
Tim Yamin 223c8106f0 >> 3.0.2d. Modutils ./configure* patch for HPPA and an option parsing fix.
21 years ago
Tim Yamin 27d080602a New release:
21 years ago
Tim Yamin c41558c7ba Added an error message for mistyped options [ Bug #45946 ] and also shortened
21 years ago
Tim Yamin a8b01f062d Version bump. Closes bugs #34948, #37371, #41129, #41166, #42725, #42815,
21 years ago
Brad House e66948ab42 add makeopts params, and fixes for if old coreutils is in root
21 years ago
Brad House 049a666d83 no initrd modules stuff
21 years ago
Brad House ef448e9d6a changes for livecd stuff
21 years ago
Brad House 96de22c65a different makes for kernel and utils
21 years ago
Brad House 3c441a60f1 add make variable
21 years ago
Brad House 377a301fef need seperate toolkit for compilation of kernel and utils on sparc64
21 years ago
Brad House 79912de591 fixes
21 years ago
Brad House 0347fe12ee add new genkernel dev
21 years ago