From 6e24ba5dd3a131525555f3a343c5a99ca0836c81 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Date: Fri, 28 Oct 2022 17:53:52 +0200 Subject: [PATCH] temporarily run mmdebstrap with --skip=cleanup/reproducible to disable systemd firstboot service until fixed mmdebstrap migrated to testing --- reform2-imx8mq/mkuserland.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reform2-imx8mq/mkuserland.sh b/reform2-imx8mq/mkuserland.sh index 4cbcb0e..7b0a862 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} \ -- GitLab