projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efea5aa
)
Revert verbosity of internals (a debugging leftover)
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 14 May 2012 00:54:30 +0000
(
02:54
+0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 14 May 2012 00:55:20 +0000
(
02:55
+0200)
gen_initramfs.sh
patch
|
blob
|
history
diff --git
a/gen_initramfs.sh
b/gen_initramfs.sh
index fbcdd447eb5f5600b15b3cbdad2e7e4f749cba6b..a0a9df2e616c8f09f37e9856c0545decc9c4fed6 100755
(executable)
--- a/
gen_initramfs.sh
+++ b/
gen_initramfs.sh
@@
-292,7
+292,7
@@
append_lvm(){
# See bug 382555
mv ${TEMP}/initramfs-lvm-temp/sbin/dmsetup.static ${TEMP}/initramfs-lvm-temp/bin/dmsetup ||
gen_die 'LVM error: Could not move dmsetup.static to dmsetup!'
- rm -rf
v
${TEMP}/initramfs-lvm-temp/{lib,share,man,include,sbin/{lvm,dmsetup}}
+ rm -rf ${TEMP}/initramfs-lvm-temp/{lib,share,man,include,sbin/{lvm,dmsetup}}
fi
if [ -x /sbin/lvm -o -x /bin/lvm ]
then