Good! So 2º is done with
With a closer look, I already have a couple of more specific questions:
3º— I see that / is rootfs. I assume this “partition” is loaded in memory from core.gz. And I see that df reports this “partition” as being 24MB and only 44% full. Shouldn’t it be close to 100% full instead, as all software is loop-mounted? Could I reclaim some RAM on those 24MB?
4º— I also see that /tmp is tmpfs. As I have my own /tmp on disk, is there a method, as for home and opt, to tell TC to use a given partition for /tmp storage?
Well… now that I think about it, I have one more question:
5º— Late boot is just a series of “No space left on device”. Yet, as noted above, rootfs is only 44% full. The only “partitions” that are 100% full are the /dev/loop*, as should be I guess. So what
is considered full on boot, to give me the messages I get?