Commit Graph

176 Commits (82754773c5484f89e8918a2f3369a9473e878a6e)

Author SHA1 Message Date
Chris Gianelloni f62aa7b1c9 If we have a raid456.ko module, we need to create a raid45.ko symlink since dmraid can be rather stupid. This should resolve bug #195804.
17 years ago
Andrew Gaffney 063e926d27 Redirect which output to /dev/null and put quotes around var in test
17 years ago
Chris Gianelloni 89f860a323 Added a --no-keymap option for bug #210886.
17 years ago
Chris Gianelloni ee2c236875 Use which to determine the location of splash_geninitramfs, rather than having an endless number of conditional checks for the location. This fixes bug #211521. Thanks to Uriy Zhuravlev <stalkerg@gmail.com> for finding the problem and suggesting a solution.
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 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
Andrew Gaffney 20d54c9c00 s/elsif/elif/ because I use too many languages and random bash tutorials online can't be trusted
17 years ago
Andrew Gaffney cce65ad98c look for cryptsetup in /bin and /sbin
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 76b0593f47 Made a few minor cleanups here and there.
17 years ago
Andrew Gaffney f29f8e3282 remove generic/modprobe and all supporting code, since busybox has modprobe
18 years ago
Andrew Gaffney b1f27004bb cd out of directory to be deleted for bug 194695. Thanks to Asmund Grammeltvedt <asmundg@big-oil.org> for pointing this out
18 years ago
Andrew Gaffney 2dd522a1ed we don't ever want devfs in an initramfs
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 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 0257b72785 Cleanup of bogus error output.
18 years ago
Andrew Gaffney 1bdb11467f enable CONFIG_INSMOD in all arch busy-config files
18 years ago
Andrew Gaffney f10cd4ee6a Patch to actually use busybox bincache. Thanks to Pat Double
18 years ago
Chris Gianelloni 92542bf56c Commented out the checks on the sanity of lvm.conf since they were not quite working right. This should fix bug #173622.
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 480b08111f Changed LVM configuration detection to not error.
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 f06ba4e9e7 Fixed lib64 link for bug #168664.
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 57097c87f6 Added patch for udhcp support. Patch by Stefan Nickl <snickl@snickl.freaks.de> and submitted to bug #145115.
19 years ago
Tim Yamin 3bbf4f7cb8 Should check for /sbin/splash_geninitramfs instead of /usr/sbin/...
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
Chris Gianelloni 3af2ff6360 We should be checking for /usr/bin/splash_geninitramfs, instead.
19 years ago
Tim Yamin 7925ead273 Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
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 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
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 c1b29a86b5 Added fix for bug #134843 from Thomas Raschbacher <lordvan@gentoo.org> for evms and later glibc versions.
19 years ago
Tim Yamin fd9747ca4f Update to busybox 1.1.0; port over to use mdev.
19 years ago
Tim Yamin 7d229e11a3 Fix #131769.
19 years ago
Tim Yamin 5c85338729 ->3.3.11d. Fix #121616, #128805, #129887, #129910.
19 years ago
Chris Gianelloni da0a76e458 dobladecenter->slowusb
19 years ago
Chris Gianelloni d0df07db85 Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for pointing it out.
19 years ago
Chris Gianelloni 5d0df2cf70 Added patch from Kumba to make certain initrd functions less mips-specific.
19 years ago
Eric Edgar 86c522b339 bump to pre6. resets ARCH env var after utils are compiled
19 years ago
Joshua Kinard 21dd79196d Import the Genkernel-side of things for the catalyst2 netboot2 module
19 years ago
Tim Yamin ded2cbe1aa Fix #115263, #117392, add a fix to sanify LOCALVERSION if unresolved variables are embedded.
19 years ago
Eric Edgar 87ca0a54ba Fix bug 113287
19 years ago
Eric Edgar 6875046a4c Fix missing moddeps file by adding a test;Do not keep the initrd/initramfs with a kernelz system as it is already bundled together.
19 years ago
Chris Gianelloni 9b15a9af9a Added patches from bug #106338. This means mips support in genkernel. Blame Kumba.
19 years ago
Chris Gianelloni fe8c4857de Made symlink relative for bug #105572.
19 years ago
Eric Edgar 3f8a5c4dc3 Fix for bug 91966. Link lib64 to lib in the initramfs
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
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
Eric Edgar 17372a93a3 Fix a few directory creation issues and a typo
20 years ago
Eric Edgar 6d8a9bb8d6 Better genkernel.log output for initramfs
20 years ago
Eric Edgar 09c176df98 Fix ppc not compiling without --genzimage
20 years ago
Tim Yamin 5ed6e170ce >> 3.3.1. Fix #100144, #100169, #100583.
20 years ago
Eric Edgar 132905237e Fix --no-install cleaning the tmpdir bug that plasmaroo reported
20 years ago
Eric Edgar b5db161ef9 Fix evms bugs with missing sbin. Remove prepare line as it probably isnt necessary
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
Eric Edgar 74ea9cdbda Fix typo for evms and removing the swap libs in gen_initramfs
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 77b46e6aef ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
20 years ago
Tim Yamin 914dc2a937 >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find: ...' errors.
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 d5b75506fc Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with regard to initramfs.
20 years ago
Tim Yamin ec3b45b145 Add gen_initramfs.sh into CVS from rocket's initramfs support patches.
20 years ago