Skip to content

refactor expand_root and add tests

Natanael Copa requested to merge ncopa/tiny-cloud:expand_root into main

Simplify it a bit.

  • use awk /proc/mounts instead of busybox mountpoint
  • use sysfs to find partition and volume. This is more robust
  • add tests for it

Merge request reports