Commit Graph

217 Commits (751d2149d16c791fde4d1b2f08b1e49ba43f070c)

Author SHA1 Message Date
Chris Gianelloni 9e69a8a871 Remove some unnecessary copyright dates from a few files so we don't keep forgetting to update them when we modify the files.
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 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
Robin H. Johnson 43b1f3aa7e Fixup for bugs from patch in bug 174294.
18 years ago
Chris Gianelloni 51ba709e2c Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111 and also created a separate MDRAID module group.
18 years ago
Chris Gianelloni 4cfc3f4bf8 Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug #174294 to enable the use of encryption on a CD and the location of a key.
18 years ago
Chris Gianelloni 9c26beee95 Change the check for /livecd when booting a CD to check for a file called livecd, rather than just the existence of /livecd, which should keep it from finding disks with a /livecd directory.
18 years ago
Chris Gianelloni 93fbc1102a Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create md devices with LUKS for bug #170753.
18 years ago
Chris Gianelloni 9a3d137f71 Reverting patch that was originally added due to bug #160333 due to the problems it caused on the 2007.0 release.
18 years ago
Chris Gianelloni 403aa83b5c Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for bug #172562.
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 48440a0dcc Fix REAL_INIT for bug #160635.
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 687926759b More fixes for similarly-named modules.
18 years ago
Chris Gianelloni 40ecfa2009 Added a fix for similarly-named modules from bug #158017.
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 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 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 908e45924c Updated with the latest version of the LUKS patches from bug #152441.
18 years ago
Chris Gianelloni 3b802a4a93 Added patch from bug #152441 to improve LUKS support.
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 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 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 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 8063c667ca Added emul to ROOT_LINKS for bug #145248.
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 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
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 8205c44f98 We can't use vol_id since it was a part of udev.
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 e4820423a3 Added code to allow the root file-system to be a module. This is for bug #118098.
19 years ago
Chris Gianelloni acf66c992d Changed real_init to init_opts to be more accurate, and added a proper real_init option to allow the selection of the init executable to run. This is for bug #113426.
19 years ago
Chris Gianelloni 8e5f5db006 More spacing cleanups.
19 years ago
Chris Gianelloni d8a5c279e5 I accidentally removed some stuff that needed to be there in my overzealous debug cleanup.
19 years ago
Chris Gianelloni 7b4b75ef5e Cleaning up debug statements.
19 years ago
Chris Gianelloni edea15ae0d Ooops... forgot my then after elif. I hope nobody noticed.
19 years ago
Chris Gianelloni 10b1b9525a Change cp to mknod for sr0/loop0 for mips and also for tty1 for splash.
19 years ago
Chris Gianelloni 126ac60dfc Change cp to mknod for console/null.
19 years ago
Chris Gianelloni 897b236d54 Fix an error in setup_unionfs and add in some debug support to figure out why/where this initramfs is stopping.
19 years ago
Chris Gianelloni e71f54a8a7 Fixed up TODO with actual working code since we don't have awk.
19 years ago
Chris Gianelloni e4e5fe3419 Add in image.squashfs as a squashfs loop, since it is now the default in catalyst. Also, added a nice TODO about docache and size restrictions into cache_cd_contents.
19 years ago
Tim Yamin fd9747ca4f Update to busybox 1.1.0; port over to use mdev.
19 years ago
Chris Gianelloni b2ef52cf98 Added patch from Mike Auty for udev 088+.
19 years ago
Tim Yamin 5c85338729 ->3.3.11d. Fix #121616, #128805, #129887, #129910.
19 years ago
Chris Gianelloni ad09822b6c Forgot one part of the patch from bug #121334.
19 years ago
Chris Gianelloni aace9ba967 Uncommented suspend2 support from bug #114266.
19 years ago
Chris Gianelloni accba45515 Added unionfs patches from bug #121334.
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 da0a76e458 dobladecenter->slowusb
19 years ago
Tim Yamin 32fa8e4f74 Fix bug #124251.
19 years ago
Chris Gianelloni f94ce387b7 Updated copyright notice to get KingTaco off my back.
19 years ago
Chris Gianelloni 286cdf75c9 Added fix for bug #120031.
19 years ago
Tim Yamin 3db01a1ff4 Back out suspend2 support temporarily as per #114266c10.
19 years ago
Tim Yamin 864698c24e Fix #113634, #114266.
19 years ago
Eric Edgar 13e63be988 fix for sys delete bug 109819
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
Chris Gianelloni 2a69de95aa Add nodetect and doload patch from bug #102643, with some modifications.
20 years ago
Eric Edgar 3e065b5f52 Fix for bug 83276 and add udevsend binary to initramfs for newer udevs
20 years ago
Eric Edgar 334a086766 Fix for newer udevs to detect udevstart
20 years ago
Eric Edgar f6e3bd9e5c Add iseries virtual cdrom auto scanning support
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
Chris Gianelloni c6e93a1f93 Fixed up the BladeCenter support some more.
20 years ago
Chris Gianelloni 11b2b4a0a5 Added bladecenter boot-time option, also... so kernels don't *have* to be built with --bladecenter.
20 years ago
Chris Gianelloni 4ceb79fd35 Fixed up --bladecenter expressions
20 years ago
Chris Gianelloni b1329967a7 Added --bladecenter for slow USB CD on IBM BladeCenter.
20 years ago
Eric Edgar d02b87e698 Fix cp /dev/tty1 error message
20 years ago
Tim Yamin 5ed6e170ce >> 3.3.1. Fix #100144, #100169, #100583.
20 years ago
Eric Edgar 493336f8a6 Switch order of error messages to make less confusing
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 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 a044c3cf07 >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting called as early as it should,
20 years ago
Tim Yamin ff8c6a5703 Fix '[: /dev/md: unknown operand' for LiveCD boots.
20 years ago
Tim Yamin 24de121078 Fix bug #80617.
20 years ago
Eric Edgar 9e6ccb0835 Fix find|grep output
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
Tim Yamin 056515d7d8 >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
20 years ago
Chris Gianelloni 99036e39a2 Added multilib cdboot patch.
20 years ago
Eric Edgar 77b46e6aef ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
20 years ago
Eric Edgar 9a33e43575 remove extra make prepare in gen_determineargs.sh that breaks things. Fix md /dev creation bug 98193
20 years ago
Eric Edgar 3f0f4568d8 Fix to let the /mnt/cdrom/cdupdate.sh script run just before the chroot
20 years ago
Eric Edgar 5dbb6a28fc send stderr to /dev/null for lvm startup
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