Commit Graph

696 Commits (87e5760f7d672a32d1466960b049c35979fdb8b5)
 

Author SHA1 Message Date
Chris Gianelloni ea58cd4576 Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to /var/cache/genkernel/%%ARCH%% for bug #148253.
18 years ago
Chris Gianelloni e1a47d6e7f Added libata to the MODULES_SATA list. This might be why SATA CD drives weren't working for us.
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 f06ba4e9e7 Fixed lib64 link for bug #168664.
18 years ago
Chris Gianelloni fe94247269 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.
18 years ago
Chris Gianelloni bf22432fd6 Added binary files back and updated busybox with a patch from Peter Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
18 years ago
Chris Gianelloni a3b8bafa53 Removing binary files from pkg since they were corrupted during the CVS->SVN migration.
18 years ago
Chris Gianelloni c9302ee8fd Fixed up the man page for bug #168500 and bug #168719.
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 2eb1c706e6 Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from bug #152945.
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 b7c6720557 Add a known-working 2.6.16+ kernel config from http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
18 years ago
Chris Gianelloni 913c39a0fd Added a note about the MAKEOPTS option to genkernel as suggested in bug #165980.
18 years ago
Chris Gianelloni dc2ac62b83 Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the genkernel man page for bug #166179.
18 years ago
Chris Gianelloni 48440a0dcc Fix REAL_INIT for bug #160635.
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 7ea4f21496 Changed basename to dirname when creating the directory from grub.conf to solve bug #161716.
18 years ago
Chris Gianelloni 7e7a6e1540 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.
18 years ago
Chris Gianelloni bcc80c3162 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.
18 years ago
Chris Gianelloni 2f84cde3bf Adding back the known-good copy of keymaps.tar.gz to svn.
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 2056384a90 Adjust selinux stuff in gen_compile.sh to actually do what we intended, not the opposite.
18 years ago
Chris Gianelloni 3a3822f3bb 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.
18 years ago
Chris Gianelloni 687926759b More fixes for similarly-named modules.
18 years ago
Chris Gianelloni de1b94b525 Disabled full SuSv3 compliant sort, as suggested by Aurélien Francillon <aurelien.francillon@inrialpes.fr> in bug #157777.
18 years ago
Chris Gianelloni 40ecfa2009 Added a fix for similarly-named modules from bug #158017.
18 years ago
Chris Gianelloni fa5253529a Fixed up linking for dmraid for bug #157538.
18 years ago
Chris Gianelloni 6fc0394331 Updated busy-config to work with root=LABEL=<label> for bug #156640.
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 33bd91d532 Added debug level to LUKS print_info messages for bug #156410.
18 years ago
Chris Gianelloni 9607f7eea1 Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
18 years ago
Chris Gianelloni 22769ddd35 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.
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 c0d0730dd3 Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net> in bug #152881.
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 c6db6d2542 Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags parameter for bug #122672.
18 years ago
Chris Gianelloni 8edf1cba7d Added patch to support resuming from encrypted swap. The patch was submitted to bug #152441.
18 years ago
Chris Gianelloni 978f6cb361 This is the 3.4.4 release.
18 years ago
Chris Gianelloni 908e45924c Updated with the latest version of the LUKS patches from bug #152441.
18 years ago
Chris Gianelloni d4b9f8ec8c Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug #151500.
18 years ago
Chris Gianelloni 3b802a4a93 Added patch from bug #152441 to improve LUKS support.
18 years ago
Chris Gianelloni 55988d9048 Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
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 57097c87f6 Added patch for udhcp support. Patch by Stefan Nickl <snickl@snickl.freaks.de> and submitted to bug #145115.
19 years ago
Chris Gianelloni dc87eb99e4 Allow root= for initramfs, instead of only real_root= to specify the root volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
19 years ago
Chris Gianelloni 869c78ab2a Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and doevms2 in the genkernel man page from bug #142606.
19 years ago
Chris Gianelloni 3ad683ebf7 Added the AUTHORS file and ChangeLog. This is 3.4.2
19 years ago