From a6ac2921c6127847b7ab5749fb0434b620ad81d6 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 27 Feb 2020 16:50:19 -0600 Subject: [PATCH] buster: cant use compressed modules Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 853fe7e..2cb102c 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -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)]"