buster: cant use compressed modules

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
master
Robert Nelson 5 years ago
parent d0614ce081
commit a6ac2921c6

@ -566,7 +566,7 @@ initrd_cleanup () {
echo "NetInstall: Final size [$(du -ch ${TEMPDIR}/initrd-tree/ | grep total)]"
case "${DIST}" in
xenial|bionic|jessie|stretch)
xenial|bionic|jessie|stretch|buster)
echo "uncompressing modules..."
find "${TEMPDIR}"/initrd-tree/lib/modules/ -type f -name "*.xz" -exec unxz -d {} \;
echo "NetInstall: Final size [$(du -ch ${TEMPDIR}/initrd-tree/ | grep total)]"

Loading…
Cancel
Save