Commit Graph

459 Commits (12b8ba5e27675a0391cdf22e6f6fa3a14a7b8b4d)
 

Author SHA1 Message Date
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
Chris Gianelloni 5f05e410b3 Added patch for suspend2-sources 2.6.18 by Romeo Benzoni <romeo@benzoni.org> and submitted to bug #148499.
19 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
Chris Gianelloni 6869de7a01 Update the amd64 kernel configs from the release.
19 years ago
Tim Yamin 3bbf4f7cb8 Should check for /sbin/splash_geninitramfs instead of /usr/sbin/...
19 years ago
Chris Gianelloni 3ec1fddd2e 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.
19 years ago
Chris Gianelloni c9111d1f3a Added a symlink for device-mapper stuff. This should resolve both bug #142775 and bug #147015.
19 years ago
Chris Gianelloni 675840931d Added lpfc and scsi_transport_fc for Emulex fibre-channel controllers.
19 years ago
Chris Gianelloni 95d1f86ce6 Make sure we load the raid0, raid1, and raid10 personalities with dmraid.
19 years ago
Chris Gianelloni 66e8e81e98 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.
19 years ago
Chris Gianelloni 197155af44 Try using -t iso9660,vfat to our mount command, since we can't use only iso9660 as it breaks booting from a USB stick.
19 years ago
Chris Gianelloni e22b578be7 The initrd code was still looking for udev, even though we aren't building it anymore. This should fix bug #145802.
19 years ago
Chris Gianelloni 738bb59493 Fix NFS mount.
19 years ago
Chris Gianelloni 8063c667ca Added emul to ROOT_LINKS for bug #145248.
19 years ago
Chris Gianelloni ea8d6b3d81 Fixed the NFS mount configuration for busybox for bug #143476.
19 years ago
Chris Gianelloni 089f1923c7 Update the suspend2_resume function for bug #131202.
19 years ago
Chris Gianelloni f4fc7d72f9 iso9660 -> auto, and added support for checking SUBDIR for the livecd file. This is for bug #147186.
19 years ago
Chris Gianelloni 5f84a07335 Updated default kernel configurations for x86/amd64 to match the 2006.1 release.
19 years ago
Chris Gianelloni 8b188f898e Add more error checking into the splash code and die instead of silently fail on an error.
19 years ago
Tim Yamin 55b9037838 Update config, fix #141949.
19 years ago
Chris Gianelloni f32cb2c064 Added patch for suspend2 for bug #131202.
19 years ago
Tim Yamin ca319bd074 Fix bug #143442.
19 years ago
Tim Yamin 517aa9d1b2 Fix devfsd not kicking in on 2.4 on Alpha.
19 years ago
Chris Gianelloni f63898c3dd 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.
19 years ago
Chris Gianelloni 3af2ff6360 We should be checking for /usr/bin/splash_geninitramfs, instead.
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
Chris Gianelloni d54cb08b41 Added megaraid drivers for bug #139888.
19 years ago
Chris Gianelloni d658513c31 Added fix for bug #140445.
19 years ago
Tim Yamin 2376b18742 Commit patch for bug #139866 by Martin Parm.
19 years ago
Joshua Kinard a57ccf07e7 Tweak the sgimips section for rootfs mounting to use squashfs instead of ext2.
19 years ago
Tim Yamin 2965f9a4af Fix "Cannot read /proc/mounts" cosmetics.
19 years ago
Chris Gianelloni c97e4ce587 We need firmware_class in our initramfs for ide-cs to work.
19 years ago
Tim Yamin 8f734c4843 Bump busybox to 1.1.3 courtesy of `Kumba.
19 years ago
Joshua Kinard f91b026e05 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.
19 years ago
Joshua Kinard 4b60d9cd0f Enable the config option for busybox's --install parameter.
19 years ago
Joshua Kinard c9b0501876 Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot Busybox configs to match with busybox-1.1.3.
19 years ago