Open
Description
When using nand-sata-install script the issue is with line which recognizes root device:
This code ignores the fact, that root device may be eg. chrooted from image (loopback). It is always returning UUID of root of host system.
The fix would be to replace (line 43) it with:
Then it is correctly recognizing root device and later partitions etc.: