Revert verbosity of internals (a debugging leftover)

cleanup-cruft
Sebastian Pipping 13 years ago
parent efea5aab66
commit 1ac90970d6

@ -292,7 +292,7 @@ append_lvm(){
# See bug 382555 # See bug 382555
mv ${TEMP}/initramfs-lvm-temp/sbin/dmsetup.static ${TEMP}/initramfs-lvm-temp/bin/dmsetup || 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!' gen_die 'LVM error: Could not move dmsetup.static to dmsetup!'
rm -rfv ${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 fi
if [ -x /sbin/lvm -o -x /bin/lvm ] if [ -x /sbin/lvm -o -x /bin/lvm ]
then then

Loading…
Cancel
Save