From 72f762b72f81f033a2cf999cb2353d611e4ba44d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 25 Feb 2017 08:07:36 +0100 Subject: Revert "- Add 60-block.rules in the installer (mga#20074)" This reverts commit bdac0595323a6417fb7365038c9777cde0060f58. Many testers are seeing the "I cannot read the partition table of device sda, it's too corrupted for me:(" message when the installer first examines the disks. It's likely that when the installer examines the partition table on the disk, that triggers the udev rule and causes the kernel to rescan the partition table. Unfortunately this coincides with the installer reading /proc/partitions to verify the kernel has the same view of the partitions, which can catch /proc/partitions in a partially updated state. After patching the ISO to remove the 60-block.rules file from stage 2, no failures happen in the installer. --- perl-install/install/share/list.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install/share/list.xml') diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 79f48c09e..c71fe8edd 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -75,7 +75,6 @@ 11-dm-lvm.rules 13-dm-disk.rules 50-udev-default.rules - 60-block.rules 60-evdev.rules 60-persistent-input.rules 60-persistent-storage.rules -- cgit v1.2.1