Robin H. Johnson
12e4beeaf7
Bug #432956 : Easy to include VirtIO support in kernel.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Robin H. Johnson
e6de60283b
Bug #286187 : Complete multipath support.
...
Somewhere in the mists of time we lost part of the multipath patch, so
we were bundling the userspace, but not the kernel modules, or ever
using it.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Łukasz Stelmach
79d7fa1948
Add --kernel-outputdir to save files outside the source tree.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
12 years ago
Sebastian Pipping
0db56cdc9d
Support --kernel-config=/proc/config.gz (bug #421027 )
13 years ago
Fabio Erculiani
1e50bd01d2
trivial: cleanup code, drop whitespaces and some more cruft
14 years ago
Amadeusz Żołnowski
ed4b49059f
gen_configkernel: canonicalize path to kernel config
14 years ago
Sebastian Pipping
381ec0cee4
Refactoring: Rename mode runtask to kernelruntask
14 years ago
Sebastian Pipping
901be4dec2
Merge branch 'master' into experimental
...
Conflicts:
ChangeLog
14 years ago
Sebastian Pipping
0baf1d36fb
Move from "no-foo enabled" to "foo disabled" for consistency
14 years ago
Sebastian Pipping
afe2f15328
Fix leftover of problem with missing .config file (bug #271528 )
14 years ago
Sebastian Pipping
c90ea76020
Use "kernel:" instead of "config:" in output consistently
14 years ago
Sebastian Pipping
9c2d3acc7e
Move application of kernel config after "make mrproper" as that deletes .config (whereas "make clean" does not) (bug #351906 )
14 years ago
Sebastian Pipping
94522889dc
Be versose about --oldconfig and --no-mrproper
14 years ago
Sebastian Pipping
8d89dba5d7
Add timestamps to .config backup names (e.g. .config--2011-01-13--15-01-53.bak) so .config.bak doesn't get lost when running genkernel multiple times
14 years ago
Sebastian Pipping
dfddd742bd
Handle missing kernel .config better (bug #271528 )
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
cac66e0970
iSCSI patch for genkernel
16 years ago
Chris Gianelloni
20f2b57e95
Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago
agaffney
3bec381546
Remove a few more 2.4 kernel support remnants
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
Chris Gianelloni
d544d57ce1
Moved architecture folders under the arch subfolder.
17 years ago
Andrew Gaffney
5f3bff37d1
Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@585 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Chris Gianelloni
4005d85692
Some more generalcleanup and adding support for using a config file other than /etc/genkernel.conf to add flexibility.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@542 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Chris Gianelloni
208a983055
Renamed gensplash to splash and marked gensplash as deprecated. This is 3.4.9_pre3 for testing.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@536 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@535 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Chris Gianelloni
364336c8dc
Removing bootsplash support since it hasn't been in a kernel we've supported for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@534 67a159dc-881f-0410-a524-ba9dfbe2cb84
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 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@531 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Chris Gianelloni
8b4b874b64
Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add userspace suspend support to genkernel.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@465 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Tim Yamin
836a0badea
Fix #88080 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@307 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Chris Gianelloni
9c38210c1a
Fixed config parsing for dmraid/lvm2 to only set =m if item is not set. Closing bug #101535 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@301 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@256 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
0e0bd641cb
bug 97051: Initramfs on 2.6+ kernels dont require ext2 filesystem so can drop this forced entry.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@232 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Chris Gianelloni
ffee45c848
Added config parsing for dmraid modules if genkernel is called with --dmraid
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@195 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Chris Gianelloni
b858859d5d
Added check for --lvm2 and enable lvm2-required modules if they are not enabled already in the supplied .config file.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@194 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Tim Yamin
c4e3756059
>> 3.2.0_beta1; now with extra froz-faktor <TM>.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@190 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
637e148ff1
Fix possible broken pipe error message when configuring the kernel
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@182 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Tim Yamin
13612bf974
Added a sed to ensure Ext2 support is on; bug #52558 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@111 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Tim Yamin
ffd9fccf1c
Fix for bug #54455 ; moved the code to create a backup .config upwards since
...
before the "make mrproper" just wiped it out.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@108 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Tim Yamin
27d080602a
New release:
...
* Busybox patched to support loops on 2.4 thus giving 2.4 squashfs
support.
* Various bug fixes; #46167 , #46278 , #47551 , #48219 , #48308 ,
#48339 , #49728 , #51395 , #51948 .
* Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
applicable.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@106 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Tim Yamin
a8b01f062d
Version bump. Closes bugs #34948 , #37371 , #41129 , #41166 , #42725 , #42815 ,
...
#44127 , #44556 , and #44601 .
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@98 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Brad House
1024897999
err, backed up wrong file :)
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@68 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Brad House
554a695c9c
misc fixes in relation to kernel configs
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@59 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Brad House
377a301fef
need seperate toolkit for compilation of kernel and utils on sparc64
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@7 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Brad House
b7bfc8cfd1
make friendly with 2.4
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@5 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago
Brad House
0347fe12ee
add new genkernel dev
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@2 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago