v2: unify the image creation into a single script sharing the same rootfs
Compare changes
+ 7
− 6
@@ -4,6 +4,8 @@ set -eu
@@ -65,11 +67,10 @@ export TMPDIR="$(pwd)"
@@ -105,7 +106,7 @@ set -- "$@" --setup-hook='{ echo "Package: *"; echo "Pin: release n=reform, l=re
set -- "$@" --essential-hook='{ echo LINUX_KERNEL_CMDLINE=\"console=ttymxc0,115200 console=ttyAML0,115200 console=tty1\"; echo LINUX_KERNEL_CMDLINE_DEFAULTS=\"ro no_console_suspend cma=512M pci=nomsi,pice_bus_perf libata.force=noncq nvme_core.default_ps_max_latency_us=0\"; } > "$1"/etc/default/flash-kernel'
@@ -152,7 +153,7 @@ mmtarfilter --path-exclude='/boot/*' < target-userland.tar \
@@ -189,7 +190,7 @@ for PLATFORM in imx8mq a311d; do