From e42020dc9bca226346407fdd41955bb7a5e3571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 25 Nov 2016 15:31:09 +0000 Subject: [PATCH] Disable loop devices for now. BUG: https://calamares.io/bugs/browse/CAL-416 After the release we can break API and add option to include/exclude them. --- src/plugins/libparted/libpartedbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/libparted/libpartedbackend.cpp b/src/plugins/libparted/libpartedbackend.cpp index c7b07a9..a6276a4 100644 --- a/src/plugins/libparted/libpartedbackend.cpp +++ b/src/plugins/libparted/libpartedbackend.cpp @@ -415,7 +415,7 @@ QList LibPartedBackend::scanDevices(bool excludeReadOnly) // linux.git/tree/Documentation/devices.txt QString blockDeviceMajorNumbers = QStringLiteral( "3,22,33,34,56,57,88,89,90,91,128,129,130,131,132,133,134,135," // MFM, RLL and IDE hard disk/CD-ROM interface - "7," // loop devices + // "7," // loop devices TODO: add another bool option for loopDevices "8,65,66,67,68,69,70,71," // SCSI disk devices "80,81,82,83,84,85,86,87," // I2O hard disk "179," // MMC block devices