Okay, i've been able to get this part operational, but it looks like perhaps the extroot component is introducing some kind of filesystem issues? I am trying to get containerd running on this thing as a prerequisite to getting home assistant installed on it (i cant seem to make docker happen), and its throwing filesystem errors
it's weird to see errors saying operation not permitted when running as root..
root@fwiffo:~# ctr run --rm -t --net-host --mount type=bind,src=/opt/homeassistant,dst=/config,options=rbind:rw docker.io/homeassistant/home-assistant:latest homeassistant /usr/b
in/hass -c /config
INFO[0018] apply failure, attempting cleanup error="failed to extract layer sha256:4e88b85aef6fc1ecbc4b3e12aa29c6641791687f7ea343f52faa0497eaca2f94: failed to convert whiteout file \"usr/src/.wh.gh-126156-Improve-performance-of-creating-Morsel-obj.patch\": operation not permitted: unknown" key="extract-546244464-CEwI sha256:3cae08bfccf46683bc0bfe78c9d6e62b5e422086ab59e9a7a047eebb698ed9ee"
ctr: failed to extract layer sha256:4e88b85aef6fc1ecbc4b3e12aa29c6641791687f7ea343f52faa0497eaca2f94: failed to convert whiteout file "usr/src/.wh.gh-126156-Improve-performance-of-creating-Morsel-obj.patch": operation not permitted: unknown
root@fwiffo:~# mount
mtd:ubi_rootfs on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mmcblk0p1 on /overlay type ext4 (rw,relatime,data=ordered)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
bpffs on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
pstore on /sys/fs/pstore type pstore (rw,noatime)
/dev/ubi0_2 on /rwm type ubifs (rw,relatime)
/dev/mmcblk0p1 on /tmp/mountd/disk1_part1 type ext4 (rw,relatime,data=ordered)