From df91a16c7652a8da55886afd032e1d78eddbb31b Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 28 Feb 2020 14:33:58 -0600 Subject: [PATCH] mk_mmc.sh: always uncompress these modules Signed-off-by: Robert Nelson --- mk_mmc.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 9822251..3d05795 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -542,13 +542,9 @@ initrd_cleanup () { echo "NetInstall: Final size [$(du -ch ${TEMPDIR}/initrd-tree/ | grep total)]" - case "${DIST}" in - xenial|bionic|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)]" - ;; - esac + 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)]" } neuter_flash_kernel () {