diff --git a/reform2-imx8mq/mkuserland.sh b/reform2-imx8mq/mkuserland.sh index 4cbcb0e6978d51a44a7b1023fb4d387d4c2ec79f..7b0a86280fd215372a5d00b3ca35a700feafbadf 100755 --- a/reform2-imx8mq/mkuserland.sh +++ b/reform2-imx8mq/mkuserland.sh @@ -19,6 +19,7 @@ mmdebstrap \ --variant="minbase" \ --verbose \ --include="$PKGSGUI $PKGSNET $PKGSADMIN $PKGSUTILS $PKGSMISC" \ + --skip=cleanup/reproducible \ ${comment#setup apt preferences} \ --setup-hook='{ echo "Package: *"; echo "Pin: release n=reform, l=reform"; echo "Pin-Priority: 990"; } > "$1"/etc/apt/preferences.d/reform.pref' \ ${comment#setup flash-kernel} \