From d42eef0726284a1228ed715ff9c22cffebde462b Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Tue, 17 Dec 2024 17:53:07 -0800 Subject: [PATCH] setup: remove TODO --- setup/generic/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/generic/install.sh b/setup/generic/install.sh index 3ff3a399..be6a38b0 100644 --- a/setup/generic/install.sh +++ b/setup/generic/install.sh @@ -55,8 +55,6 @@ lastpart=$(sfdisk -q -l "$rootdev" | tail +2 | sort -n -k 2 | tail -1 | awk '{pr # Check if there is sufficient unpartitioned space after the last # partition to create the backingfiles and mutable partitions. -# TODO: provide a way to skip this, to support having boot+root on -# eMMC or sd card, and storage elsewhere unpart=$(sfdisk -F "$rootdev" | grep -o '[0-9]* bytes' | head -1 | awk '{print $1}') if [ "${1:-}" != "norootshrink" ] && [ "$unpart" -lt $(( (1<<30) * 32)) ] then