Commit Graph

203 Commits (d3ae804ac8f773ccf4fbc4bd61e74dc456271b4b)

Author SHA1 Message Date
Sebastian Pipping 17481d226c Fix indentation
14 years ago
Amadeusz Żołnowski 8be9736a44 LVM 2.02.28 fix
14 years ago
Sebastian Pipping 564239cce6 Add support for LVM patches located at ${GK_SHARE}/patches/lvm/${LVM_VER}/
14 years ago
Sebastian Pipping 469153a098 Feed back names of patches applied successfully
14 years ago
Sebastian Pipping 841b732740 Skip files in apply_patches() as *{diff,patch} produces "*diff" with no .diff files around
14 years ago
Sebastian Pipping 537ad948b2 Compile gnupg as a util
14 years ago
Sebastian Pipping fc1e95475a Mention cache usage on gnupg in output (consistent to busybox and blkid)
14 years ago
dacook 8dc02807c3 GPG compile
14 years ago
Sebastian Pipping 07a6dc2df8 Mention cache usage on blkid in output (consistent to busybox)
14 years ago
Sebastian Pipping dd18912193 Use LDFLAGS= instead of --with-ldopts on ./configure of e2fsprogs. Version 1.41.14 of e2fsprogs itself requests that update.
14 years ago
Sebastian Pipping 532dd7a387 Review and fix some -eq and -ne conditionals
14 years ago
craig ae895e8ad8 Build iSCSI as module from the kernel, userspace from open-iscsi
15 years ago
craig 5019ff506f Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
16 years ago
Chris Gianelloni 35258a703f Adding Id header.
16 years ago
craig 92a42c7ae6 Corrected spelling -> iSCSI
16 years ago
craig cac66e0970 iSCSI patch for genkernel
16 years ago
Andrew Gaffney 01c51230c3 Add support for multiple possible kernel binary paths for gentoo bug #255085
16 years ago
Chris Gianelloni 20f2b57e95 Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago
Andrew Gaffney 57d32fcf13 We don't need to add - to UTILS_CROSS_COMPILE since it's already there
16 years ago
Andrew Gaffney 96518cfede Separate out main and netboot busy-config
16 years ago
Andrew Gaffney 277afc2d0a Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is set
16 years ago
Andrew Gaffney 570cd92979 Switch search order so arch-specific is first for busy-config
16 years ago
Andrew Gaffney 12a5f5ea22 Remove BUSYBOX_CONFIG from genkernel.conf
16 years ago
Andrew Gaffney fd24098f08 Add fuse to MODULES_FS
16 years ago
agaffney ec05525959 change lib order
16 years ago
agaffney e4f3b17b3a Compile unionfs-fuse statically
16 years ago
agaffney 4123ac396c Correct unionfs-fuse bincache path and clean up debugging code
16 years ago
agaffney 4e38e4d39b Add -L line into LIB= in Makefile
16 years ago
agaffney ae13781bcf another try at compiling unionfs-fuse
16 years ago
agaffney 4d1f7d0c65 add bash invocation before compiling unionfs-fuse in order to poke around
16 years ago
agaffney 93b29a9a08 debug
16 years ago
agaffney 05ab15750d sed Makefile instead of setting in env
16 years ago
agaffney 5991612532 Unpack fuse source and modify CFLAGS for unionfs-fuse
16 years ago
agaffney f29142639e Unpack unionfs-fuse with -j
16 years ago
agaffney c8fd57e3e1 Add compile_fuse() and compile_unionfs_fuse()
16 years ago
agaffney 3f7b2e8eea Only apply files from patch dir ending in diff/patch
17 years ago
Chris Gianelloni cceaf5e715 Removed some unused dietlibc code.
17 years ago
Chris Gianelloni 676dd5a061 Removed a large chunk of 2.4 kernel support. This will still require some fairly extensive cleaning to completely remove, but I'd say that without a shadow of a doubt, genkernel will not function on 2.4 kernels.
17 years ago
Andrew Gaffney 751d2149d1 Store pre-oldconfig busybox .config for use in bincache comparison
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
Andrew Gaffney bad7c471f2 Remove the quotes when trying to expand a glob
17 years ago
Andrew Gaffney 2ed29757ef It helps if we assign the correct value to version
17 years ago
Andrew Gaffney ae01c22edb Update busy-config files for the various arches for busybox 1.7.4
17 years ago
Andrew Gaffney e86db7cf2c Add apply_patches() function to automagically apply patches for a given util
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 df4dd021ab Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug #198892 for mdadm 1.1 and 1.2 metadata support.
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 0815924a54 Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for testing.
17 years ago
Andrew Gaffney 9f3580937c Force dmraid to be built with -j1 for bug #188273
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 a935750c44 Make sure we still allow dolvm2/doevms2 on the kernel command line and give a warning. I've also added a 2 second delay between vgscan and vgchange. Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes and 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 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
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 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 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 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 fa5253529a Fixed up linking for dmraid for bug #157538.
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 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
Tim Yamin 2376b18742 Commit patch for bug #139866 by Martin Parm.
19 years ago
Tim Yamin fd9747ca4f Update to busybox 1.1.0; port over to use mdev.
19 years ago
Chris Gianelloni 079eb44f5f Added patch for unionfs from bug #129965.
19 years ago
Chris Gianelloni 961da2dfa6 Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
19 years ago
Chris Gianelloni b2ef52cf98 Added patch from Mike Auty for udev 088+.
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
Tim Yamin 01a4decf06 Add hardened fix for bug #128806.
19 years ago
Chris Gianelloni 756d433523 Changed unpacking of klibc to use tar j instead of tar z.
19 years ago
Chris Gianelloni 9b6ebc4e66 Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
19 years ago
Eric Edgar 0784e62c44 unset temp vars so they get cleaned up
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
Chris Gianelloni 9663fd195c Added comment about utils breaking udev so we don't break it again inadvertently.
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
Eric Edgar 1e2e8dcce3 udev compile change from runtask to utils
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 e8e0dbd196 Fix --kernel-cross-compile with PPC64.
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
Tim Yamin 19104c8aca runtask -> utils for compile_klibc.
19 years ago
Chris Gianelloni 2290398809 Added x86/klibc fix.
19 years ago
Eric Edgar d2fabe31a5 Fix to allow udev 076 and udev 077 to compile... add a missing file byteswap.h to klibc-1.1.1
19 years ago
Eric Edgar 1ad410b8f5 add quotes to the ARCH= stuff for the kernel
19 years ago
Eric Edgar 550f1ef9b7 Forcibly set the ARCH when compiling the kernel
19 years ago
Eric Edgar 69eae14fa7 Add support for dmraid1.0.0.rc9 to fix bug 94762
19 years ago
Eric Edgar 9a9a9ea8bb Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+ kernels
19 years ago
Chris Gianelloni 3e50434e4e Upgraded to udev 068 and also closing bug #103936.
19 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