Georgi Georgiev
65b63acb91
Trying to build a binary package, so leave the system alone
...
Trying to build everything (and package it in a pbin) as a non-root user, so
leave the filesystem alone.
11 years ago
Georgi Georgiev
037070b547
Fix the kerncache parsing of CONFIG_LOCALVERSION
...
A couple of problems here.
1. CONFIG_LOCALVERSION was never added the kerncache.config.
2. Parsing of CONFIG_LOCALVERSION expects kernel .config style syntax.
For this point I opted for the extra space, to make the
kerncache.config syntax consistent. There is no good reason to even
keep the CONFIG_LOCALVERSION name.
11 years ago
Georgi Georgiev
a8de812595
NO_KERNEL_SOURCES left behind
...
This looks like a leftover from a141d71531
.
All occurrences of NO_KERNEL_SOURCES should have been replaced by
the negated KERNEL_SOURCES.
Though probably isTrue should be used for all boolean options, to avoid
confusion when setting them in the config file (some of them should be
set to 0 or 1, while others support yes/no/0/1/true/false).
11 years ago
Fabio Erculiani
ce1e10241b
genkernel: migrate ALL the code to 4-spaces tabs
...
\t must die!
12 years ago
Robin H. Johnson
7fdf3fc01a
Fix corner cases on OUTPUTDIR.
...
If you give the kernel O= with the same dir as the source, it will
complain about an unclean 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
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
Chris Gianelloni
35258a703f
Adding Id header.
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
Chris Gianelloni
d5b1e6a985
Removed all references to an initrd and renamed most initr{d,amfs} stuff to simply 'ramdisk' to simplify things for the future.
17 years ago
Andrew Gaffney
a5165c526b
Copy the original kconfig with a different name than the one used to build
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@655 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
d52589997e
Include original kconfig in kerncache
...
If original kconfig exists in the kerncache, use that for comparison to the current kconfig
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@654 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
858f4312e5
Spacing cleanups in gen_package.sh
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@640 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
d176b8c104
Get rid of the ENABLE_PEGASOS_HACKS hacks
...
Add INTEGRATED_INITRAMFS option to optionally insert the generated initramfs directly into the kernel image
Change default build order to build the kernel last to facilitate the INTEGRATED_INITRAMFS option
Add GENZIMAGE option and change various checks from ENABLE_PEGASOS_HACKS to GENZIMAGE
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@631 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
a8cef1efa5
Add missing space before closing ]
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@603 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@557 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@554 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 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
Andrew Gaffney
8befa2ea18
Patch to compare new config instead of the one left laying around in the kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@520 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Chris Gianelloni
50bd523a88
Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to fix a problem with the System.map file copying that was previously introduced.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@512 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Chris Gianelloni
1558a8b42e
Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to the tarball for the minimal kernel package for bug #174188 . This is also the 3.4.8 release.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@508 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@494 67a159dc-881f-0410-a524-ba9dfbe2cb84
18 years ago
Tim Yamin
4c3ad7159b
Commit patches #91453 , #91481 from bug #139866 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@420 67a159dc-881f-0410-a524-ba9dfbe2cb84
19 years ago
Tim Yamin
2376b18742
Commit patch for bug #139866 by Martin Parm.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@417 67a159dc-881f-0410-a524-ba9dfbe2cb84
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.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@324 67a159dc-881f-0410-a524-ba9dfbe2cb84
19 years ago
Eric Edgar
9a9a312a63
kerncache wasnt sending the config to /etc/kernels properly
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@296 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
09c176df98
Fix ppc not compiling without --genzimage
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@282 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Tim Yamin
5ed6e170ce
>> 3.3.1. Fix #100144 , #100169 , #100583 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@281 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
38f0e76f3d
Remove extra TEMP checking code that was commented out
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@280 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
8e4e996198
Add kernelz- to minkernpackage and kerncache
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@279 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
cdc35d27db
Remove extra checks that fail
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@278 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Eric Edgar
3cac01be80
Fix minkernpackage breakage regarding the TEMP and TMPDIR variable
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@277 67a159dc-881f-0410-a524-ba9dfbe2cb84
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
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@267 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
Tim Yamin
d5b75506fc
Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with regard to initramfs.
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@208 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Chris Gianelloni
e8bae45bf8
Fixing up minkernpackage
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@205 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
e96618e06a
Add support for maxkernpackage
...
creates a tarball containing:
kernel
initrd
contents of /lib/modules
kernel config
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@173 67a159dc-881f-0410-a524-ba9dfbe2cb84
20 years ago
Tim Yamin
618c9f1686
Adding missing {} around a logic check; bug #64514 .
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@131 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
Brad House
ef448e9d6a
changes for livecd stuff
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@30 67a159dc-881f-0410-a524-ba9dfbe2cb84
21 years ago