From 1a320aed7524cde9caa3043988f937a2ae3cb1ba Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Apr 2012 17:28:58 +0000 Subject: (tell_kernel) run udevadm in installer too (might fix unnecessary reboot (mga#4439)) --- perl-install/partition_table.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/partition_table.pm') 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 -- cgit v1.2.1