eaaacc2f685becc1c908da6cdad0fbdc4f429b09
The overlay mount was failing because it tried to mount overlay onto /root while also using /root as the lowerdir source. This is invalid - you cannot overlay-mount a directory onto itself. Fix: Mount squashfs to /mnt/squashfs, tmpfs to /mnt/overlay, then mount overlay onto /root using the squashfs mount as lowerdir.
Description
No description provided
Languages
Shell
93.5%
Makefile
6.5%