projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db307cd
)
lvm: Indicate using bincache
author
Sebastian Pipping
<sebastian@pipping.org>
Sat, 29 Jan 2011 14:39:24 +0000
(15:39 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Sat, 29 Jan 2011 14:39:24 +0000
(15:39 +0100)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index cc72925b3752e9cd8da7cfa4cb0d85822dfbbc08..b60b921eb5dd9c47527d205dc96b27cbd38da16d 100755
(executable)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-417,8
+417,10
@@
compile_busybox() {
}
compile_lvm() {
- if [
!
-f "${LVM_BINCACHE}" ]
+ if [ -f "${LVM_BINCACHE}" ]
then
+ print_info 1 "lvm: >> Using cache"
+ else
[ -f "${LVM_SRCTAR}" ] ||
gen_die "Could not find LVM source tarball: ${LVM_SRCTAR}! Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
cd "${TEMP}"