hello ,
it seems useless to match uuid between rootfs partition and records in /etc/.extroot-uuid
in function check_extroot in block.c, i see that codes
if (*uuid || !strcasecmp(uuid, pr->uuid))
return 0;
it means that whether the uuid in .extroot-uuid matching rootfs's uuid or not ,it will return sucessfully if .extroot-uuid is not empty
how if i delete check_extroot?