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
Sebastian Pipping
31c0a4cd3e
docs: Mention bugs with keyword "InSVN"
14 years ago
Sebastian Pipping
c451022b9e
docs: Fix tag message ("v" prefix was missing)
14 years ago
Sebastian Pipping
9cad6b63e5
Implement "make dist" based on git ls-files
14 years ago
Sebastian Pipping
73144cb6c0
Bump version to 3.4.10.908
14 years ago
Sebastian Pipping
8adf0a5c11
Insert blank line after "Gentoo Linux Genkernel ${GK_V}" in usage
14 years ago
Sebastian Pipping
b58c582edc
Extend ChangeLog
14 years ago
Sebastian Pipping
6435a3608f
docmatcher: Ignore --help and --version
14 years ago
Sebastian Pipping
10a86ee72b
docs: Document --genzimage
14 years ago