@@ -, +, @@ --- gen_compile.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/gen_compile.sh +++ a/gen_compile.sh @@ -417,6 +417,7 @@ compile_busybox() { } compile_lvm() { + compile_device_mapper if [ ! -f "${LVM_BINCACHE}" ] then [ -f "${LVM_SRCTAR}" ] || --