Sebastian Pipping
ed6b7ea69b
Port patch lvm2-2.02.72-dynamic-static-ldflags.patch to work without running autoreconf
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
04cc94ceb6
Port summary of busybox patches from 1.7.4 to 1.18.1
14 years ago
Sebastian Pipping
14428f8b5f
Remove signed-off-by tags, as the patch changed since the review
14 years ago
Denis Kaganovich
8c4a8d089e
Add busybox patches ported from 1.7.4 to 1.18.1
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
3c3765558b
Add more detail to some LVM log messages
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
3e454386eb
Bump version to 3.4.10.909 (no release yet)
14 years ago
Sebastian Pipping
dfddd742bd
Handle missing kernel .config better (bug #271528 )
14 years ago
Sebastian Pipping
fee837bba6
Handle missing kernel Makefile better
14 years ago
Sebastian Pipping
3faec93277
Merge branch 'gpg1x' into experimental
14 years ago
Sebastian Pipping
6c05e62afc
docs: Give credit to dacook
14 years ago
Sebastian Pipping
84084937e1
docs: Mention GnuPG branch 1.x and its reasoning in man page
14 years ago
Sebastian Pipping
484f8019f5
Revert "sdelay: reduce function to just one line" due to supposed Bashism.
...
This reverts commit f03de62e7d
.
14 years ago
Fabio Erculiani
f03de62e7d
sdelay: reduce function to just one line
14 years ago
Fabio Erculiani
25b5a461ba
slowusb: move sleep 10 call after start_dev_mgr.
...
If mdev -s will trigger something that involves usb-storage, sleeping
after its startup is safer.
14 years ago
Fabio Erculiani
51e0b14044
slowusb: ease the code in order to reduce entropy, one place for one thing.
...
There were several places where a mixture of sdelay and "sleep 10"
were called without worrying too much, resulting in slower boot
time, mainly. This commit should fix the mess and make some order
in the slowusb saga.
14 years ago
Sebastian Pipping
9458432848
docs: Add --gpg to man page
14 years ago
Sebastian Pipping
0f11073887
docmatcher: Teach variables GPG_* and BUSYBOX_APPLETS to it
14 years ago
Sebastian Pipping
b3bf195246
.conf: Document GPG variable
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
04c37979c1
Remove bashism
...
Get rid of bash-ish "==" equivalence test in checking if the LUKS_KEY ends in
.gpg. Use strict Bourne-compliant '=' instead.
14 years ago
dacook
535f2950bf
GPG command-line handling
...
Allow user to specify '--gpg' as an argument to genkernel and trigger the
inclusion of PGP-armored LUKS key support.
14 years ago
dacook
f78d61d8b3
GPG runtime
...
Actual boot-time handling of PGP-armored keys
14 years ago
dacook
1d706752f1
GPG initramfs append
...
Add function/handling to actually add the GPG binary to the initramfs
14 years ago
dacook
8dc02807c3
GPG compile
...
Configure and compile GPG binary for initrd use
14 years ago
dacook
1f71a13b5b
GPG bincache
...
Add handling for a cached GPG binary
14 years ago
dacook
a56515855b
GPG source
...
Add source tarball handling for GPG support.
14 years ago
Sebastian Pipping
fcdece1b0e
Check return codes of cpio (lessen from bug #246370 )
14 years ago
Sebastian Pipping
07a6dc2df8
Mention cache usage on blkid in output (consistent to busybox)
14 years ago
Sebastian Pipping
398daeb3b3
Catch errors from append_* (lesson from bug #246370 )
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
4025ca4ce6
Clear blkid-*.bz2 from cache, too (regression)
14 years ago
Sebastian Pipping
b4f310213e
Create /bin/vg* symlinks when called as /linuxrc, too (bug #307855 )
14 years ago
devsk
e590a493ea
Pick first device when several devices are matching real_root (bug #303531 )
14 years ago
Sebastian Pipping
5a7012ced6
Fix warning "rm: cannot remove `/var/cache/genkernel/src': Is a directory" (bug #347213 )
14 years ago
Sebastian Pipping
8b7a16e07a
Break search loop asap
14 years ago
Sebastian Pipping
0e37a5fba1
Allow configuring the list of busybox applets (bug #326593 )
14 years ago
Sebastian Pipping
1f8fff3278
Fix mis-indentation
14 years ago
Fabio Erculiani
5f136adc14
No longer have directory /sys/bus/usb/drivers/usb-storage/module set FORCE_slowusb
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
Sebastian Pipping
0e1fd6c173
genkernel.conf: Allow overriding GK_SHARE from the environment to ease up testing out of the Git workdir
14 years ago
Sebastian Pipping
79cec1d382
docs: Mention "git push --tags", add command to copy to the mirror
14 years ago