summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index d6c6b60fc..a11318bea 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -397,7 +397,7 @@ sub tell_kernel {
my $F = partition_table::raw::openit($hd);
- run_program::run('udevadm', 'control', '--stop-exec-queue') unless $::isInstall;
+ run_program::run('udevadm', 'control', '--stop-exec-queue');
my $force_reboot = any { $_->[0] eq 'force_reboot' } @$tell_kernel;
if (!$force_reboot) {
@@ -413,7 +413,7 @@ sub tell_kernel {
}
}
- run_program::run('udevadm', 'control', '--start-exec-queue') unless $::isInstall;
+ run_program::run('udevadm', 'control', '--start-exec-queue');
if ($force_reboot) {
# FIXME Handle LVM/dmcrypt/RAID