Kaydet (Commit) 46b163d0 authored tarafından a's avatar a

module decompress

üst 7337a40b
......@@ -27,3 +27,5 @@ else
find ${WORKDIR}/${MODDIR} | grep debug | xargs rm -rf
fi
fi
find ${WORKDIR}/lib/modules/* | grep ".ko.xz" | xargs xz -d || true
find ${WORKDIR}/lib/modules/* | grep ".ko.gz" | xargs gzip -d || true
......@@ -32,4 +32,5 @@ if [ -x /xbin/udevd -a -x /xbin/udevadm ] && [ "$noudev" != "true" ]; then
else
warn "Eudev not found or disabled"
load_modules
fi
\ No newline at end of file
fi
/busybox ash
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment