Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit e9324cf

Browse files
committed
Enable partuuid when booting from MSD
1 parent 42daeb0 commit e9324cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recovery/multiimagewritethread.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ bool MultiImageWriteThread::processImage(OsInfo *image)
591591
id = "LABEL="+label;
592592
else
593593
id = "UUID="+uuid;
594-
//if (_drive != "/dev/mmcblk0")
595-
// part = partuuid;
594+
if (_drive != "/dev/mmcblk0")
595+
part = partuuid;
596596

597597
qDebug() << "part" << part << uuid << label;
598598

0 commit comments

Comments
 (0)