From bd71b9484bad2f168ea88ac15f5823d0a91860f5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 18 Feb 2022 13:56:57 -0500 Subject: [PATCH] 1-prep/templates/iiab-rpi-max-rootfs.sh: Explain & link to PR #3121 --- roles/1-prep/templates/iiab-rpi-max-rootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/1-prep/templates/iiab-rpi-max-rootfs.sh b/roles/1-prep/templates/iiab-rpi-max-rootfs.sh index 034b653eb..8405727b4 100644 --- a/roles/1-prep/templates/iiab-rpi-max-rootfs.sh +++ b/roles/1-prep/templates/iiab-rpi-max-rootfs.sh @@ -20,8 +20,8 @@ if [ -f /.resize-rootfs ]; then else # ASSUMES SD CARD STYLE PARTITION NAME LIKE p # e.g. /dev/mmcblk0p2 mounts at / (typical RasPiOS microSD) - # BUT /dev/sda2 mounts at /media/usb1 (typical RasPiOS USB boot - # disk WON'T WORK BELOW!) + # BUT /dev/sda2 mounts at /media/usb1 (RasPiOS USB boot disk... + # ...WON'T WORK BELOW; recap @ PR #3121) # Calculate root partition root_part=`lsblk -aP -o NAME,MOUNTPOINT | grep 'MOUNTPOINT="/"' | awk -F\" '{ print $2 }'` # e.g. mmcblk0p2