Fabio Erculiani
7fef86581a
dmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug #382555
14 years ago
Sebastian Pipping
fe5f95c931
Enable patch application for mdadm, add patch to fix compilation (bug #381089 )
14 years ago
Fabio Erculiani
78667c1e13
gen_compile: correct MAKEOPTS usage on utils task
14 years ago
Fabio Erculiani
04c38a93ed
gen_compile: always use -j1 with kernel *_install targets, fixes compilation with make 3.82
14 years ago
Fabio Erculiani
85a271a4ed
better document new --make-target= option
14 years ago
Fabio Erculiani
dfca908b6f
Make possible to compile XEN based kernels providing --kernel-target= and --kernel-binary= switches
14 years ago
Sebastian Pipping
4a7ccf8b08
Make --arch-override= affect "make menuconfig" (bug #247246 )
14 years ago
Sebastian Pipping
381ec0cee4
Refactoring: Rename mode runtask to kernelruntask
14 years ago
Sebastian Pipping
9ef2c29215
Docs: Add in-code docs on runtask mode of compile_generic()
14 years ago
Sebastian Pipping
b9b1b765cb
Refactoring: Turn to if-elifs constructs into case blocks
14 years ago
Fabio Erculiani
ad2842f670
iSCSI: open-iscsi patchwork: add -lslp to LDFLAGS, and properly call autoconf
14 years ago
Fabio Erculiani
c579bd1194
open-iscsi: fix compilation when openslp is installed.
...
Two main issues:
1. open-iscsi build system, inside Makefile, user target, calls
./configure (which is very bad itself) without letting to choose
configure options. Fixed in:
open-iscsi-2.0.872-omg-calling-configure.patch
2. when openslp support is automagically enabled, -lslp didn't get
added to compiler arguments. Fixed in:
open-iscsi-2.0.872-slp.patch
Peace.
14 years ago
Sebastian Pipping
3d94af67c9
lvm: Indicate using bincache
14 years ago
Peter Hjalmarsson
db307cd351
Remove unpacking of device-mapper for lvm2
...
Newer versions of lvm2 does include device-mapper
14 years ago
Sebastian Pipping
18dff23354
mdadm: Indicate using bincache
14 years ago
Sebastian Pipping
94f4e02816
Replace "${MAKEOPTS/-j?/j1}" by "${MAKEOPTS} -j1" (bug #277607 )
...
A call like
genkernel kernel --menuconfig --makeopts="--jobs=50"
previously resulted in a make error.
14 years ago
Sebastian Pipping
b01b882e7c
style: Fix trailing whitespace error
14 years ago
Laurent Pinchart
6c042e61ec
mdadm: Add IMSM support
14 years ago
Matthias Dahl
daed0ccebb
use mdadm instead of bundled stripped down mdassemble (v2)
...
mdassemble can't handle newer metadata formats and fails for partitioned
arrays, among other things.
This...
- replaces the bundled mdassemble with proper support for mdadm
- fixes raid autodetection/assemble when no mdadm.conf is available
- fixes a compilation failure for newer mdadm versions
Tested w/ genkernel 3.4.10.907 and mdadm 3.1.3.
14 years ago
Sebastian Pipping
aa4f05e2d3
Bring back --with-lvm1=internal and --with-snapshots=internal (appears more safe to me)
14 years ago
Amadeusz ?o?nowski
5eb029e546
Fix compilation of LVM 2.02.74
14 years ago
Sebastian Pipping
5d0aca2701
Run "make firmware_install" if CONFIG_FIRMWARE_IN_KERNEL != y (bug #244651 )
14 years ago
Sebastian Pipping
6bdb86a8ef
Restore original intention of CPPFLAGS (preprocessor) and CFLAGS (compiler)
14 years ago
Sebastian Pipping
e8a7572203
Recover ">> ${LOGFILE} 2>&1"
14 years ago
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
...
Configure and compile GPG binary for initrd use
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
...
This fixes "sh: bad number" with busybox 1.18.1 during activation of mdev.
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
...
Remove unneeded identical busy-config files
16 years ago
Andrew Gaffney
12a5f5ea22
Remove BUSYBOX_CONFIG from genkernel.conf
...
Add search order for busy-config: user-specified, defaults/busy-config, arch/%%ARCH%%/busy-config
16 years ago
Andrew Gaffney
fd24098f08
Add fuse to MODULES_FS
...
Remove direct calls to compile_fuse() and append_fuse()
Disable bincache for fuse, since we don't need any files at runtime from it
16 years ago
agaffney
ec05525959
change lib order
16 years ago
agaffney
e4f3b17b3a
Compile unionfs-fuse statically
16 years ago