Commit Graph

273 Commits (7e73673abeb8976708a2ee6f9a6d2ee655a68b46)

Author SHA1 Message Date
Andrew Gaffney 4304d907ba Switch back to building kernel first
17 years ago
Chris Gianelloni c205eaa040 Clean up the modules_load files and add qla2xxx. This is genkernel 3.4.10_pre6 for testing.
17 years ago
Andrew Gaffney 5fcaaea2f8 Instead of copying the initramfs into the kernel tree, we now sed the kconfig to point CONFIG_INITRAMFS_SOURCE to the generated image
17 years ago
Andrew Gaffney 9ef70b96fd Remove unsetting of ARCH for callback and change set_kernel_arch debug to use print_info
17 years ago
Andrew Gaffney f6f97cb650 Add debugging code to show ARCH when running callback
17 years ago
Andrew Gaffney d117f014dd Move set_kernel_arch() call to after determine_real_args() so that get_KV() has populated the vars we need
17 years ago
Andrew Gaffney 18407fa3ed Add set_kernel_arch(), which maps the genkernel arch to the arch that the kernel expects based on the version of the kernel
17 years ago
Andrew Gaffney d176b8c104 Get rid of the ENABLE_PEGASOS_HACKS hacks
17 years ago
Chris Gianelloni 583d25030b 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.
17 years ago
Chris Gianelloni a0766808eb Changed MDRAID to MDADM for bug #211316.
17 years ago
Chris Gianelloni 35fffff3a5 Removing the xen0 and xenU arches, since they didn't work, anyway. This is genkernel 3.4.10_pre3 for testing.
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 957c60e41d 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.
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
Chris Gianelloni 37ef3eb473 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.
17 years ago
Chris Gianelloni 69500d6738 This is 3.4.9_pre12 for testing.
17 years ago
Chris Gianelloni 9e3f3a4292 This is genkernel 3.4.9_pre11 for testing.
17 years ago
Chris Gianelloni 0815924a54 Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for testing.
17 years ago
Chris Gianelloni 626db701e2 ChangeLog fix/version fix.
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 d9cffe7d03 Reverting the removal of generic/modprobe for bug #197730. This is genkernel 3.4.9_pre6 for testing.
17 years ago
Chris Gianelloni 943ce2047b 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.
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 2de4a9cd8f It helps if I use 'g' when doing a sed.
18 years ago
Chris Gianelloni 2ab02c410b Removed the use of GK_BIN variable, since it isn't necessary.
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 7e8148c27c Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug #186378. This is genkernel 3.4.9_pre1 for testing.
18 years ago
Chris Gianelloni 17f9f93afa Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
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 1558a8b42e Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to the tarball for the minimal kernel package for bug #174188. This is also the 3.4.8 release.
18 years ago
Chris Gianelloni 4eafdd4fcf Added a change to force objdump output to be English for bug #173412 and rolling 3.4.7 final for the release.
18 years ago
Chris Gianelloni 26a7141b14 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.
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 d97296528e Moved the MAKEOPTS check to the top of the file for parisc, so it matches other architectures. This fixes bug #165494. Thanks to Andrew Gaffney <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3 for testing.
18 years ago
Chris Gianelloni bccc5d8fa7 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.
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 3061882720 Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn.
18 years ago
Chris Gianelloni 9862e9b7ce 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.
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 3cbe67babf Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516. This is 3.4.5.
18 years ago
Chris Gianelloni 12b8ba5e27 Added patch to improve symlink support by Michael Hordijk <hoffbrinkle@hotmail.com> for bug #143217.
18 years ago
Chris Gianelloni 978f6cb361 This is the 3.4.4 release.
18 years ago
Chris Gianelloni 7dc6eccf6c Changed mime-type proprty to binary/gzip for keymaps.tar.gz for bug #151500. This is genkernel 3.4.3.
18 years ago
Chris Gianelloni 3ad683ebf7 Added the AUTHORS file and ChangeLog. This is 3.4.2
19 years ago
Tim Yamin 3bbf4f7cb8 Should check for /sbin/splash_geninitramfs instead of /usr/sbin/...
19 years ago
Tim Yamin aa45bf3049 3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself digs it :)
19 years ago
Tim Yamin 7925ead273 Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
19 years ago
Tim Yamin 4c3ad7159b Commit patches #91453, #91481 from bug #139866.
19 years ago
Tim Yamin 2376b18742 Commit patch for bug #139866 by Martin Parm.
19 years ago
Tim Yamin 8f734c4843 Bump busybox to 1.1.3 courtesy of `Kumba.
19 years ago
Tim Yamin fd9747ca4f Update to busybox 1.1.0; port over to use mdev.
19 years ago
Tim Yamin e5da5c9721 Fix #132408.
19 years ago
Chris Gianelloni bb92ee91bb Updated to *hopefully* work with udev 087.
19 years ago
Tim Yamin 5c85338729 ->3.3.11d. Fix #121616, #128805, #129887, #129910.
19 years ago
Chris Gianelloni dfe02f94c4 Updated the unionfs compiling section. This *should* allow unionfs to build on supported kernels.
19 years ago
Chris Gianelloni 3098153d53 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.
19 years ago
Chris Gianelloni 55e036cae4 Added klibc patch for sparc to CVS (from distfiles). This is 3.3.11 so like... run in fear or something...
19 years ago
Chris Gianelloni 5d0df2cf70 Added patch from Kumba to make certain initrd functions less mips-specific.
19 years ago
Chris Gianelloni 9b6ebc4e66 Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
19 years ago
Eric Edgar 86c522b339 bump to pre6. resets ARCH env var after utils are compiled
19 years ago
Chris Gianelloni fe2f4e91be Added sparc patches for udev/klibc.
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
Chris Gianelloni b54bc4fdb4 Added busybox headers fix (_pre2) and changed utils to runtask on udev build (_pre3).
19 years ago
Chris Gianelloni 5f9208d868 Added patch from bug #118324.
19 years ago
Tim Yamin ded2cbe1aa Fix #115263, #117392, add a fix to sanify LOCALVERSION if unresolved variables are embedded.
19 years ago
Tim Yamin 0f79cfc1aa Add a compile_klibc(...) fix for old GNU tars and patch the klibc Makefile to leave /lib alone.
19 years ago
Chris Gianelloni 2290398809 Added x86/klibc fix.
19 years ago
Eric Edgar b75c729d95 Version Bump 3.3.8
19 years ago
Tim Yamin ceb2a50d0a Fix {PPC+Catalyst+Pegasos} build failure regression.
19 years ago
Chris Gianelloni 9b15a9af9a Added patches from bug #106338. This means mips support in genkernel. Blame Kumba.
19 years ago
Chris Gianelloni f6ef4fe9de Changed the version indicator, fixing fstab generation for unionfs, and resolving bug #103332.
19 years ago
Eric Edgar 7d3af378a3 Update genkernel version number
20 years ago
Eric Edgar 79502f6aa9 Remove unnecessary check for multiple running genkernels.
20 years ago
Eric Edgar 9a9a312a63 kerncache wasnt sending the config to /etc/kernels properly
20 years ago
Tim Yamin 98d2144285 Fix cosmetics and PPC without --genzimage.
20 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
Tim Yamin 2704232ea1 >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
20 years ago
Tim Yamin 5ed6e170ce >> 3.3.1. Fix #100144, #100169, #100583.
20 years ago
Eric Edgar 8e4e996198 Add kernelz- to minkernpackage and kerncache
20 years ago
Eric Edgar 1845cce130 Fix exit 1 issue being always called. Add UID support for unionfs. add check for livecd.unionfs file on blockdev
20 years ago
Eric Edgar 132905237e Fix --no-install cleaning the tmpdir bug that plasmaroo reported
20 years ago
Eric Edgar 9c81567e47 Fix info about the framebuffers
20 years ago
Eric Edgar cd242f5c3d cause genkernel to die if cant write to the DEBUGFILE. remove extra info strings that arent necessary
20 years ago
Eric Edgar e7983709d3 Fix genkernel finishing info messages to be more accurate
20 years ago
Eric Edgar 21112dd7ce Cleanup tmpdirs if genkernel dies abnormally
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 2dad85a219 Fix #98886.
20 years ago
Tim Yamin a044c3cf07 >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting called as early as it should,
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 21039ed9ff Fix for bug 97672. Call get_KV to get the KV after the prepare has been run
20 years ago
Eric Edgar 7b4a6eb417 Adding --symlink to fix bug 98716
20 years ago
Tim Yamin 056515d7d8 >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
20 years ago
Eric Edgar 77b46e6aef ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
20 years ago
Tim Yamin 6c74fd4d97 Fix #93178, #98436, #98501
20 years ago
Tim Yamin 914dc2a937 >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find: ...' errors.
20 years ago
Eric Edgar 41018709de fix bug 97378; setup the PATH environment properly.
20 years ago
Tim Yamin d5114c482f Update udev and fix for SPARC64.
20 years ago
Chris Gianelloni 719c29665e _pre12... ph43r...
20 years ago
Eric Edgar 8b01565f79 Add info for cmdline usage to genkernel
20 years ago
Tim Yamin 95fd618ed7 Fix #76082, #86487, #87673, #95993.
20 years ago
Tim Yamin 97a08cd055 Fix #95993, #96300.
20 years ago
Eric Edgar 8ec05b8cbf Localversion changes to kerncache, and added a sleep statement so modprobe loop has a chance to work
20 years ago
Tim Yamin 733f779330 Fix devfs for those archs that still need it.
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 a33cd9f87c Fix syntax.
20 years ago
Tim Yamin 25bc7dcadd Fix #94860; clean up concurrent compile tmpdir-setting.
20 years ago
Tim Yamin c4e3756059 >> 3.2.0_beta1; now with extra froz-faktor <TM>.
20 years ago
Tim Yamin f3a1844008 Fix udev.rules install issue.
20 years ago
Tim Yamin 1b8d38f064 >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
20 years ago
Tim Yamin 1f5660de46 >> 3.1.1d. Add sata_qstor; fix #83328.
20 years ago
Tim Yamin 0fe7ee2175 >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD media; requires Catalyst 1.1.6.
20 years ago
Tim Yamin a8b3e2f804 Bump dmraid, >> 3.1.1.b.
20 years ago
Tim Yamin ea453093ea Fix 2.4 -j0 issue.
20 years ago
Tim Yamin ef068ec027 >> 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.
20 years ago
Eric Edgar e96618e06a Add support for maxkernpackage
20 years ago
Tim Yamin 6c97e9fa52 Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
20 years ago
Tim Yamin ebfd16d5d8 Fix #58686 and #80716.
20 years ago
Tim Yamin a913265a88 Fix #79999.
20 years ago
Tim Yamin 8e6b0de648 Add patch for turning off LVM and EVMS2 optionally at boot time even if compiled into initrd; bug #79755.
20 years ago
Tim Yamin f55afca4fd Make udev default for 2.6+
20 years ago
Tim Yamin b428a4ce58 >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
20 years ago
Tim Yamin 5df2655401 >> 3.1.0d; bug #73112.
20 years ago
Tim Yamin 7a0cdb645f Bugfix for bug #72342.
20 years ago
Tim Yamin 8ce08536af Time for our own manpage...
20 years ago
Tim Yamin 5457e24271 LVM2 compilation support; thanks to Eric Edgar for the patch. Bug #72129.
20 years ago
Tim Yamin d2b19c4771 ramdisk=8092 >> ramdisk_size=8092; bug #64864.
20 years ago
Tim Yamin 389b51f0c9 >> 3.1.0b.
21 years ago
Tim Yamin 60b52a3392 Adding robbat2's patch for bug #62365.
21 years ago
Tim Yamin 285047a600 Disabling dietlibc usage for devfsd and modutils; dietlibc updated to a new
21 years ago
Tim Yamin 573d33b130 Added a check to disable udev on 2.4 kernels; bug #59687.
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 8a77def484 '-ne' >> '!=' for LVM2 static support to work properly; bug #58816.
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 eadee68157 Added a patch for only [re]mounting /boot when installation is required. Patch
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 f47bf5ce52 >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and added the bug
21 years ago