summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/partition_table.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 955a71a3f..2a226b7f7 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -425,8 +425,6 @@ sub tell_kernel {
my $F = partition_table::raw::openit($hd);
- run_program::run('udevadm', 'control', '--stop-exec-queue');
-
my $force_reboot = any { $_->[0] eq 'force_reboot' } @$tell_kernel;
if (!$force_reboot) {
foreach (@$tell_kernel) {
@@ -441,8 +439,6 @@ sub tell_kernel {
}
}
- run_program::run('udevadm', 'control', '--start-exec-queue');
-
if ($force_reboot) {
# FIXME Handle LVM/dmcrypt/RAID
my @magic_parts = grep { $_->{isMounted} && $_->{real_mntpoint} } get_normal_parts($hd);